[ic] Shipping Methods

Caleb Phillips interchange-users@icdevgroup.org
Thu Jan 23 18:00:01 2003


> after a User has completed his chart, he checks out and then automatically
> there shoud be a shipping tax
> of SFR 6.- to be added to the total price, and also there shoud be a
> execption (if Statement) if the total prices
> is over SFR 200.- (which is shipping free)
> 
> I tried this with adding a shipping method, but it doesn't work, the tax
> won't be added

how about something like this in shipping.asc:

STD	Standard	[subtotal noformat=1]	0	0	e Nothing to
Ship!		{'PriceDivide' => "1",}
STD	Standard	[subtotal noformat=1]	0	200	f [subtotal
noformat=1]*.6		{'PriceDivide' => "1",}
STD	Standard	[subtotal noformat=1]	200	9999	f 0.00		{ free => 'Free!' }

Of course this will not give you FREE SHIPPING as an option...but you
didn't specify that ;P

Good Luck.

-- 
-------------------------------------------
| Caleb Phillips                          |
| The Studio Resource                     |
| IT Specialist                           |
|                                         |
| Handcrafted for you in Ximian Evolution |
-------------------------------------------