Zen Cart Logo
Forums / General Questions / subtotal in the checkout page

subtotal in the checkout page

Views: 746

Results 1 to 3 of 3
20 Jun 2011, 4:05 PM
#1
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

subtotal in the checkout page

Hi,

I am setting up a cart with virtual products, all set w/o tax, skip shipping address, always free shipping, removed all but the ot_shipping, ot_tax, and ot_total.
When I select 2 or more products - i.e. p1 > $ 10 and p2 $ 15 - in the checkout page the subtotal shows $ 25 (which is of course correct), and total $ 25 as well (which is also correct).

My question is if it's possible to have a detailed report on checkout?

subtotal --- p1 $10
------------- p2 $15


total ----------- $25

Thank you

20 Jun 2011, 4:57 PM
#2
drbyte avatar

drbyte

Sensei

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

Re: subtotal in the checkout page

On the checkout-payment page, only the order total values are shown.
On the checkout_confirmation page, the entire cart contents are also shown.

You should also have ot_subtotal enabled.

20 Jun 2011, 5:14 PM
#3
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: subtotal in the checkout page

On the checkout-payment page, only the order total values are shown.
On the checkout_confirmation page, the entire cart contents are also shown.
Thank you.

Yes I had seen the confirmation page, I would have liked having the same on the checkout.

You should also have ot_subtotal enabled.
My mistake instead of ot_subtotal, enabled indeed, I wrote ot_shipping, which is disabled.