SimoC95 Posted June 20, 2017 Share Posted June 20, 2017 HI, i'm running prestashop 1.6.1.13. i want to add the color choose on my home page. In my category pages is ok but i have problem to add it in my home pages, any ideas? My product-list.tpl is: <div class="right-block"> {if $page_name == 'index'} <div class="color-list-container"> <ul class="color_to_pick_list clearfix"></ul> </div> <ul class="product_list .color-list-container"></ul> {/if} <h5 itemprop="name"> ….. ….. …. ….. ….. Sorry for my english. Link to comment Share on other sites More sharing options...
PeterDesouza Posted June 21, 2017 Share Posted June 21, 2017 Hi, You have to call addColorsToProductList() function of FrontController class in your module php file. For reference you can check category controller file. Link to comment Share on other sites More sharing options...
SimoC95 Posted June 21, 2017 Author Share Posted June 21, 2017 Hi Peter, thanks for the reply.. i'm new with prestshop.. can you help me a little more? 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