Andrii Posted December 30, 2011 Share Posted December 30, 2011 How to know the categories of products in the product-list ? Link to comment Share on other sites More sharing options...
Snade Posted January 2, 2012 Share Posted January 2, 2012 ? ! Link to comment Share on other sites More sharing options...
btc.dev Posted January 4, 2012 Share Posted January 4, 2012 Hi, I suppose you want to access the category of the product in product-list.tpl ? You can use $product.id_category_default to access the default category, for example: <p>Product Default Category:{$product.id_category_default}</p> Regards, btc.dev Link to comment Share on other sites More sharing options...
RegisD Posted January 29, 2012 Share Posted January 29, 2012 hi, do you know how to access all the products categories (not ony the default one ) ? Link to comment Share on other sites More sharing options...
design4VIP Posted February 9, 2012 Share Posted February 9, 2012 Hi, I suppose you want to access the category of the product in product-list.tpl ? You can use $product.id_category_default to access the default category, for example: <p>Product Default Category:{$product.id_category_default}</p> Regards, btc.dev You have only no. ID of default categorie. Where do I get the name? 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