2grosiek7 Posted September 22, 2017 Share Posted September 22, 2017 Hi, is there any possibility to get all categories belong to product and display them on product-list? Link to comment Share on other sites More sharing options...
catalin.pop Posted September 25, 2017 Share Posted September 25, 2017 $product = new Product(....) $product->getCategories(); or // getProductCategories return an array of categories which this product belongs to Product::getProductCategories($product_id); It's up to you how you want to display that array in product-list 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