Jump to content

(SOLVED) color picker doesn't show up on front end


Recommended Posts

You're using the free "Black & White" theme. It does not supports color backgrounds.
open product.tpl and around line 127 find the following:

{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}{/if}



and replace it with:

{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}{/if}



note:

style="background: {$color.value};"

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...