Jump to content

Show more in manufacture


Recommended Posts

Hello,

 

when i click on short description in manufacture I will be redirected to the product page.That would not work. My website is: www.sport2002.eu/index.php

 

There is code where i think is some wrong but i can't find what.

{include file="$tpl_dir./breadcrumb.tpl"}
{include file="$tpl_dir./errors.tpl"}
{if !isset($errors) OR !sizeof($errors)}
<h1>{l s='List of products by manufacturer'} {$manufacturer->name|escape:'htmlall':'UTF-8'}</h1>

{*{if !empty($manufacturer->description) || !empty($manufacturer->short_description)}
 <div class="description_box">
  {if !empty($manufacturer->short_description)}
<p>{$manufacturer->short_description}</p>
<p class="hide_desc">{$manufacturer->description}</p>
<a href="#" class="lnk_more" onclick="$(this).prev().slideDown('slow'); $(this).hide(); return false;">{l s='More'}</a>
  {else}
<p>{$manufacturer->description}</p>
  {/if}
 </div>
{/if}
*}
{if $products}
 <div class="sortPagiBar clearfix">
  {include file="./product-sort.tpl"}
 </div>
 {include file="./product-list.tpl" products=$products}
 {include file="./pagination.tpl"}
{else}
 <p class="warning">{l s='No products for this manufacturer.'}</p>
{/if}
{/if}

 

Thanks for any replies. Have a nice day.

 

Erko :rolleyes:

Edited by Erkousti (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...