joanacosta Posted November 12, 2014 Share Posted November 12, 2014 Hi, I need some help. I want to show in product list (below each product) their accessories. How can I do? thank you very much Link to comment Share on other sites More sharing options...
Tung at RockPOS.com Posted November 13, 2014 Share Posted November 13, 2014 I have never done the same thing, but this is the suggestion for you: - Study how Prestashop get and display accessories at product page - Do similar things in category page. Basically, you will have to override Category::getProducts() - Or you also can develop a module and hook into 1 or these 2 hooks: "actionProductListOverride" or "actionProductListModifier". - Or you will be noticed that, from "CategoryController", it invokes $this->addColorsToProductList($this->cat_products); Do the same thing but for accessories, for example: $this->addAccessoriesToProductList($this->cat_products); Despite of any approach you follow, you will have to edit/override template manually. There is no flexible way to do that for now. Hope this helps! Tung Link to comment Share on other sites More sharing options...
joanacosta Posted November 18, 2014 Author Share Posted November 18, 2014 I'm sorry. I'm new in programming and I'm just doing stupid things to try to modify the code. Can you be more specific on what I should do? Link to comment Share on other sites More sharing options...
Tung at RockPOS.com Posted November 20, 2014 Share Posted November 20, 2014 Hello, It's better for you to do something first, then post your code here with a very specific question. I won't mind helping you out for sure. Cheers, Tung Link to comment Share on other sites More sharing options...
victordzul Posted May 21, 2015 Share Posted May 21, 2015 I have the same problem like I could help ? 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