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??
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??
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
Zen-Venom Get Bitten
More importantly, why don't your totals add up?
25.66 + 3.60 + 4.28 = 33.54 ... not 29.26!
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