Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Editing 'Your Total' information

Editing 'Your Total' information

Views: 910

Results 1 to 5 of 5
30 Oct 2012, 4:05 PM
#1
kenshirou avatar

kenshirou

Zen Follower

Join Date:
Oct 2012
Posts:
109
Plugin Contributions:
0

Editing 'Your Total' information

Okay basically I have

*Sub-Total:£25.66

Zone Rates (Shipping to GB (1 x 0.70kg(s))):£3.60

VAT + Sales Tax:£4.28

Total:£29.26*

now what I want it to be is :

*Total: £25.66

Shipping: £3.60

VAT: £4.28

Total:£29.26*

what PHP files do I need to change??

30 Oct 2012, 6:26 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Editing 'Your Total' information

Start by searching for the term using the developers tool kit looking for the define
Where the result is in single quotes i.e.
'Zone Rates'
Change the text in the indicated file

30 Oct 2012, 9:51 PM
#3
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,080
Plugin Contributions:
56

Re: Editing 'Your Total' information

More importantly, why don't your totals add up?

25.66 + 3.60 + 4.28 = 33.54 ... not 29.26!

31 Oct 2012, 9:13 AM
#4
kenshirou avatar

kenshirou

Zen Follower

Join Date:
Oct 2012
Posts:
109
Plugin Contributions:
0

Re: Editing 'Your Total' information

lat9:

More importantly, why don't your totals add up?

25.66 + 3.60 + 4.28 = 33.54 ... not 29.26!

The tax is already added into the price!

13 Nov 2012, 6:29 PM
#5
dturnertms avatar

dturnertms

New Zenner

Join Date:
Nov 2012
Posts:
18
Plugin Contributions:
0

Re: Editing 'Your Total' information

If you are using the standard template then it should be in :

/includes/templates/template_default/templates/tpl_checkout_confirmation_default.php

make a backup first though