Jump to content

[SOLED] Display manufacturer's name of product in category page


Recommended Posts

In the product.tpl, I'm arrived :

{if $product_manufacturer->id}
<p style="margin-top:50px;"><a href="{$link->getmanufacturerLink($product_manufacturer->id_manufacturer,$product_manufacturer->link_rewrite)}"><img src="{$img_manu_dir}{$product_manufacturer->id}-logo.jpg" class="logo_manufacturer"title="{$product_manufacturer->name}"alt="{$product_manufacturer->name}" /></a></p>
{/if}

It's OK

 

In the product-list.tpl, i've insert :

{if $product_manufacturer->id}
<p style="margin-top:50px;"><a href="{$link->getmanufacturerLink($product_manufacturer->id_manufacturer,$product_manufacturer->link_rewrite)}">{$product_manufacturer->name}</a></p>
{/if}

But it doesn't run.

 

Why ?

 

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...