This contribution was made to make the checkout process easy and efficient with the idea that too many customers
are leaving the site because the original checkout procedure is too lengthy and complex.
I believe that almost any contribution can be improved to be even better with the collective knowledge of the osCommerce community.
In regards to this contribution, can anybody help answer this question regarding this contribution.
Step 1 (Review The Contents Of Your Order), all products, except the first, display the COST EACH price as eg $39.9900 instead of $39.99. How do I get rid of these extra zeros in the checkout. I will be grateful for your help.
the current code looks like
echo ' <td class="main" align="left" valign="top">' . ' ' . [b]$order->products[$i]['price'] . '[/b] =' . '</td>' . "\n";and that gets the each price.
also how can that code be rewritten to get the each price + attributes options selected if selected.
Any help would be greatly appreciated.










