[ic] Shipping - Add $10 for Hawaii and Alaska?

Andy Melichar interchange-users@icdevgroup.org
Mon Apr 21 18:02:01 2003


I've searched the archive and I can see some messages referring to this
problem, but I can't make heads or tails of it enough to come up with
the proper code for the solution. I know there has to be a simple
answer.

My client has a price-based shipping table which I have already set up.
The only thing I need to change is to add an additional $10.00 fee for
Alaska and Hawaii. Here is my shipping.asc file:

WEXPR	W&W Express Delivery	[subtotal noformat=1]	0	0
e Nothing to ship!		{'ui_ship_type' => "_subtotal",'ups' =>
"0",'PriceDivide' => "1",}
WEXPR	W&W Express Delivery	[subtotal noformat=1]	0	50
21.95		{'PriceDivide' => "1",}
WEXPR	W&W Express Delivery	[subtotal noformat=1]	50.01	100
25.95		{'PriceDivide' => "1",}
WEXPR	W&W Express Delivery	[subtotal noformat=1]	100.01	150
29.95		{'PriceDivide' => "1",}
WEXPR	W&W Express Delivery	[subtotal noformat=1]	150.01	9999999
33.95		{'PriceDivide' => "1",}

WOVN	W&W Overnight Delivery	[subtotal noformat=1]	0	0
e Nothing to ship!		{'ui_ship_type' => "_subtotal",'ups' =>
"0",'PriceDivide' => "1",}
WOVN	W&W Overnight Delivery	[subtotal noformat=1]	0	50
36.95		{'PriceDivide' => "1",}
WOVN	W&W Overnight Delivery	[subtotal noformat=1]	50.01	100
40.95		{'PriceDivide' => "1",}
WOVN	W&W Overnight Delivery	[subtotal noformat=1]	100.01	150
44.95		{'PriceDivide' => "1",}
WOVN	W&W Overnight Delivery	[subtotal noformat=1]	150.01	9999999
48.95		{'PriceDivide' => "1",}

WSTD	W&W Standard Delivery	[subtotal noformat=1]	0	0
e Nothing to ship!		{'ui_ship_type' => "_subtotal",'ups' =>
"0",'PriceDivide' => "1",}
WSTD	W&W Standard Delivery	[subtotal noformat=1]	0	50
11.95
WSTD	W&W Standard Delivery	[subtotal noformat=1]	50.01	100
15.95
WSTD	W&W Standard Delivery	[subtotal noformat=1]	100.01	150
19.95
WSTD	W&W Standard Delivery	[subtotal noformat=1]	150.01	9999999
23.95

Any help would be much appreciated. I am using Interchange 4.8.7 on a
Linux box.

Thanks,
Andy Melichar