Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to get Order Summary on checkout success?

How to get Order Summary on checkout success?

Locked

Views: 1,912

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
5 Jan 2010, 10:59 PM
#1
jenbullfrog avatar

jenbullfrog

Zen Follower

Join Date:
Oct 2005
Location:
Helena, MT
Posts:
110
Plugin Contributions:
0

How to get Order Summary on checkout success?

How would I go about scripting the checkout_success.php to include a detailed order summary?

6 Jan 2010, 2:11 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: How to get Order Summary on checkout success?

You'll have to write custom code to retrieve all that data and display it on the page. While you can use something like the my-account-order-history page/template as a base, you'll have to adapt several things for it to work correctly.

Or, just draw more attention to the My Account link which is already on the checkout-success page, where people can see their full order details with just a couple clicks.

6 Jan 2010, 2:15 AM
#3
jenbullfrog avatar

jenbullfrog

Zen Follower

Join Date:
Oct 2005
Location:
Helena, MT
Posts:
110
Plugin Contributions:
0

Re: How to get Order Summary on checkout success?

thank you.. i will attempt to write the code, but i was really hoping it had been done before. my client wants all references to "my account" gone.

6 Jan 2010, 2:36 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: How to get Order Summary on checkout success?

jenbullfrog:

my client wants all references to "my account" gone.That sounds like poor business practice.

If I were shopping on the site and knew I'd never be able to access my account details or review my order history, I'd be packing up my credit card and going someplace else to shop.

Are you sure this "client" is worth working with?

7 Jan 2010, 6:18 PM
#5
jenbullfrog avatar

jenbullfrog

Zen Follower

Join Date:
Oct 2005
Location:
Helena, MT
Posts:
110
Plugin Contributions:
0

Re: How to get Order Summary on checkout success?

I'm lost on how to accomplish this and can't find it by searching. Is it best to just add a line that states "A Detailed Order Summary has been sent to the email address provided."? Am I the only one who ever wanted to show an order summary on the checkout success page?