Jump to content

adding the product manufactor to product description


Recommended Posts

thanks vekia - i've added it as this and it works like i wanted it to. is there a way i can get the manufacturer_name to be a link (a href) to see other products by that manufacturer ?

<p id="product_manufacturer" {if isset($groups) OR !$product->manufacturer_name}style="display: none;"{/if}>
 
<label for="product_manufacturer">{l s='Producent:'} </label>
 
<span class="editable">{$product->manufacturer_name|escape:'htmlall':'UTF-8'}</span>
 
</p>
Edited by explodedk (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...