Yes! That's it.. perfectly described
Any idea?
Yes! That's it.. perfectly described
Any idea?
In the tpl_checkout_confirmation_default.php you will find the line:
You could alter that based on the products_id quantity doing a look up of what the current products_quantity is:Code:<td class="cartQuantity"><?php echo $order->products[$i]['qty']; ?> x</td>
zen_products_lookup($order->products[$i]['id'], products_quantity)
and based on the results add something to that code that displays the quantity being purchased ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thank you :)
It worked!![]()