cutecat Posted May 21, 2013 Share Posted May 21, 2013 hi, would like to check with you guys, is it possible to indicate to my customers that my products has more than 1 color in the product page (the page that is displaying all the products)? it would give the customers an indication that this product actually has more than 1 color showing in the front image. so it will lead them to click on the product and see the rest of the colors. I am not sure how to code this. Can anyone help on this? Thanks a lot in advance. Cheers Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 21, 2013 Share Posted May 21, 2013 cutecat, just to be clear, you do understand how to create color combinations And you do understand that images need to be matched to the attribute combinations. But you want to use an import product file. And you want to match multiple images to your attribute combinations so that when a customer chooses a color the image will change to the matching color choice. You want to know how to create an import file that will accomplish this with out needing to set up the images manually. Is that correct? Link to comment Share on other sites More sharing options...
cutecat Posted May 21, 2013 Author Share Posted May 21, 2013 bill i just found the topic that i needed now doing the modification. Hope it will goes well here is the link for that http://www.prestashop.com/forums/topic/81210-colors-on-product-listtpl/page__st__80 Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 21, 2013 Share Posted May 21, 2013 Good luck! I take it from that thread you need to add the color picker code to your product page and/or product list. Link to comment Share on other sites More sharing options...
cutecat Posted May 21, 2013 Author Share Posted May 21, 2013 yeah. I need to add in the color picker code into the product list but i have too many type of color which i would be just doing this code. just display "More colors" in the product-list.tpl page. So by altering the code to this works: {if !empty($product.colors)} More Colors {/if} 1 Link to comment Share on other sites More sharing options...
Recommended Posts