Jump to content

Color Picker


Recommended Posts

Strange. They are sorted by id_attribute, the same as the attributes, not by name (unless you changed your attributes to be sorted by name). See lines 258-259 of product.php:

$colors[$row['id_attribute']]['value'] = $row['attribute_color'];
$colors[$row['id_attribute']]['name'] = $row['attribute_name'];

Link to comment
Share on other sites

×
×
  • Create New...