goanta Posted March 25, 2014 Share Posted March 25, 2014 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 Link to comment Share on other sites More sharing options...
lord_enzo Posted April 23, 2014 Share Posted April 23, 2014 Any solution for this? 1 Link to comment Share on other sites More sharing options...
nasos Posted May 29, 2014 Share Posted May 29, 2014 I got this bug too upgrading from 1.5.4.1 to 1.6.0.6 any solutions ? Link to comment Share on other sites More sharing options...
nasos Posted June 10, 2014 Share Posted June 10, 2014 Finally this guy from Prestabugs saved me from this bug. At last ! it was very annoying Link to comment Share on other sites More sharing options...
ringerce Posted June 12, 2014 Share Posted June 12, 2014 What was the solution? I have this problem as well. Link to comment Share on other sites More sharing options...
ukbaz Posted July 14, 2014 Share Posted July 14, 2014 Same problem here! Random color blck boxes showing on products with combinations but without color combination:( Has anyone fixed this yet? Baz 1 Link to comment Share on other sites More sharing options...
fatyas Posted October 29, 2014 Share Posted October 29, 2014 (edited) Same problem here! did anyone find a solution? Edit: Finally found the solution here: http://forge.prestashop.com/browse/PSCSX-1937 Edited October 30, 2014 by fatyas (see edit history) Link to comment Share on other sites More sharing options...
bilten Posted December 10, 2014 Share Posted December 10, 2014 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 More sharing options...
bilten Posted December 11, 2014 Share Posted December 11, 2014 group by empty color for textures I still have problem with that i check bugs and with my presta is all correct but i still have blak box insted color Link to comment Share on other sites More sharing options...
Recommended Posts