Jump to content

Color picker problems


goanta

Recommended Posts

Updated to 1.6 from 1.5.5 using 1-click update. In product list, products that do not have color attribute still show a black color box (see attached screen).

 

here is the product-list-colors.tpl:

<ul class="color_to_pick_list clearfix">
	{foreach from=$colors_list item='color'}
		<li>
			<a
			href="{$link->getProductLink($color.id_product, null, null, null, null, null, $color.id_product_attribute)|escape:'html':'UTF-8'}"
			id="color_{$color.id_product_attribute|intval}"
			class="color_pick"
			style="background: {$color.color};">
			</a>
		</li>
	{/foreach}
</ul>

Here is the product-list.tpl:

{if isset($product.color_list)}
<div class="color-list-container">{$product.color_list} </div>
{/if}

Does anyone have any ideas how this could be fixed?

 

Kr,

Goanta

post-261882-0-65387700-1395766093_thumb.jpg

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 2 weeks later...
  • 1 month later...
  • 3 months later...
  • 1 month later...

Uh i have looks same problem ..

Look that fix could some one explain more specific where which file i must look s and what i need to repair

 

1. I have a couple of problems with prestashop I managed to save most of now I have to fix that too. The first way to solve the problem of black squares. Instead of color options, I now have these pictures on options is beautifully set and the image is replaced. How to troubleshoot that I have here in color and not black boxes.

 

 

http://i61.tinypic.com/8z38zq.jpg

Link to comment
Share on other sites

×
×
  • Create New...