loop through array not returning correct values – Oscommerce
I've been staring at this for some time, but can't figure out what's wrong. First of all my code: //Show the products information line by line $item_count = 0 ; for ($i = 0, $n = sizeof($order->products); $i < $n;…