brazillia Posted July 5, 2006 Posted July 5, 2006 Hi there, I am having a small issue getting the attributes to display in order on the Checkout Confimation page. I've located the code in checkout_confirmation.php that I need to change (I think): if ( (isset($order->products[$i]['attributes'])) && (sizeof($order->products[$i]['attributes']) > 0) ) { for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) { but I can't figure out what I need to put in there to make the attributes display in their id order as opposed to what appears to be random. Any help would be appreciated. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.