[ic] How to change the value of a variable

Xiaowen Wu xiaowen@safetopia.com
Fri, 30 Mar 2001 14:07:57 -0800 (PST)


Hi there,

We need to add some handling fee based on the subtotal on the shiping, I
can edit the checkout.html, and have the following:

[calc][shipping noformat=1]+[subtotal noformat=1]*0.0035[/calc]

this gives us a correct shipping fee on the checkout page. But the
value is not correct in the order page. So are there any ways I can
modify the [shipping] variable so that it will be changed on all pages.

Thanks in advanced.

wen