Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding products to "Checkout_Payment"

Adding products to "Checkout_Payment"

Locked

Views: 915

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
9 Aug 2006, 5:49 PM
#1
adamboyle avatar

adamboyle

New Zenner

Join Date:
Nov 2005
Location:
Ipswich, UK
Posts:
18
Plugin Contributions:
0

Adding products to "Checkout_Payment"

Hello,

Im customising my checkout process and ive come up against a small problem, im sure its easy enough to sort out but im not sure how!

I would like to be able to add a list of the product the customer is buying onto the "checkout_payment" page. At the moment all that displays is the subtotal, shipping, total and grand total values. Is there a way to make the items appear similarly to how they do in the shopping cart? I cant find any configuration values in the admin centre to trigger it.

Cheers, Adam

10 Aug 2006, 7:48 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: Adding products to "Checkout_Payment"

in your tpl_checkout_confirmation_default.php, line 115 starts with a table cell, and the table ends on line 161, with an HR on line 162. Copy all of that, lines 115 to 162 to
/includes/templates/yourtemplate/templates/tpl_checkout_payment_default.php (which is a copy of the template_default version of that file),
and paste it right above the <fieldset id="checkoutOrderTotals"> which is on line 48.

This will not show your out-of-stock notices properly, but will show the cart contents.