Jump to content

show $product.manufacturer_name in shopping-cart-product-line.tpl


Recommended Posts

I can't seem to get the manufacturer_name to work in the shopping cart. i've found where i want it, 

 

right under this line of code

 

 

<p class="product-name"><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute)|escape:'html':'UTF-8'}">{$product.name|escape:'html':'UTF-8'}</a></p>

 

when i try to add this: 

 

 

<p class="product-name"><a href="{$link->getProductLink($product.id_product, $product.link_rewrite, $product.category, null, null, $product.id_shop, $product.id_product_attribute)|escape:'html':'UTF-8'}">{$product.manufacturer_name|escape:'html':'UTF-8'}</a></p>

 

it fails

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

okay from what i've read on this, it's not calling the manufacturer table , so i need to do some changes to the classes/cart leftjoin something something..

 

could anyone guide me on this one ? found a thread but that was for 1.4x prestashop, not 1.6x

 

thanks

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