I have a number of different attributes per product and the order of these attributes works fine in the product listing. However, for each product listed in the shopping cart the attributes order is not by sort order but by order id.
In the shopping cart template the attribute list is generated from the $product['attribute'] array and this does not contain any sort order data. Is this a bug when the product array is generated? or will I need to create some code to provide a separate attribute array that can be sorted with option sort order?
Thanks


Reply With Quote
