is it possible to add Order Details to the Order Confirmation page (after the payment is a success) in the Admin or do I have to add some PHP into the page?
I want my customers to be able to review what they had just purchased.
Thanks
is it possible to add Order Details to the Order Confirmation page (after the payment is a success) in the Admin or do I have to add some PHP into the page?
I want my customers to be able to review what they had just purchased.
Thanks
There's no "admin switch" for that.
You could write your own custom code to extract and display those details.
Or you might consider adapting/using the Printable Invoice addon that I've seen kicking around the forums many moons ago.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donations always welcome: www.zen-cart.com/donate
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
This is what an email would look like after a purchase.
Looking to get this exact thing to show on the order success page.
My possible solution is to use the PHP from the shopping cart div that lists all the products in the cart. Pretty much a copy and paste job and removing the functionality (like radio boxes, and qty fields).
My only hesitation in doing this would be that once the order is complete, ZC would show nothing in the field since it has been purchaced already.
OR
I was thinking of grabbing the PHP from the email sent out and having it be dumped into the order success page. Where could I find that?
thanks
Last edited by bigstore; 28 Feb 2012 at 04:30 PM.
Bookmarks