anishjmc Posted November 27, 2012 Share Posted November 27, 2012 (edited) Hi , Please help me in adding supplier reference to productlist.tpl. Tried this code {$product->supplier_reference|escape:'htmlall':'UTF-8'} but not working on productlist.tpl but working fine on product.tpl. Is there any way to achieve this ????? Edited November 27, 2012 by anishjmc (see edit history) Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted November 27, 2012 Share Posted November 27, 2012 Hi, try {$product.supplier_reference|escape:'htmlall':'UTF-8'} instead of {$product->supplier_reference|escape:'htmlall':'UTF-8'} Regards Link to comment Share on other sites More sharing options...
anishjmc Posted November 27, 2012 Author Share Posted November 27, 2012 Hi Great !!! It worked. Thanks a lot Alexander. 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