explodedk Posted June 22, 2014 Share Posted June 22, 2014 (edited) 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 June 22, 2014 by explodedk (see edit history) Link to comment Share on other sites More sharing options...
explodedk Posted June 23, 2014 Author Share Posted June 23, 2014 anyone ? Link to comment Share on other sites More sharing options...
explodedk Posted June 23, 2014 Author Share Posted June 23, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now