[ic] Shipping.asc help - free_or_upsg not working

Mike Heins mike at perusion.com
Sat Jul 19 18:21:35 UTC 2008


Quoting William Fiore (william.fiore at gmail.com):
> Hi,
> 
> Below is my Shipping.asc file...for some reason the free_or_upsg
> section is not working as expected. If the order is over $99 the order
> method appears and shows $0 as it should. However if the order is
> under $99 the UPSG method does not appear. I tried placing only the
> free_or_upsg in my country table and I also tried placing both the
> free_or_upsg and USPG. Any help would be appreciated (all of the other
> table lookups work fine).

Are you positive your items have weight? And that there is a zip
code available at the time you are showing shipping?

> 
> 
> free_or_upsg:	UPS Ground - No PO Boxes
> 	crit	[subtotal noformat=1]
> 	min		0
> 	max		99
> 	cost		>>UPSG
> 
> 	min		99
> 	max		9999999
> 	cost		0.001
> 
> USPSP:	USPS Priority Mail
> 	crit		[subtotal noformat=1]
> 
> 	min		0
> 	max		0
> 	cost		e Nothing to ship!
> 
> 	min		0
> 	max		99
> 	cost		8.95
> 
> 	min		99
> 	max		999999999
> 	cost		0.001
> 
> UPSG:	UPS Ground - No PO Boxes
> 	crit			weight
> 	at_least		4
> 	adder			@@TOTAL@@ * ($Variable->{UPS_ADDER_PCT} || .25) + 5.00
> 	ups				1
> 	zone			926
>     	source_oz       	1
> 	PriceDivide		1
> 	table			Ground
> 	ui_ship_type	UPSI
> 	aggregate		1
> 	surcharge_table Xarea
> 	default_geo		92649
> 	residential		1
> 	min				0
> 	max				0
> 	cost			e No shipping needed!
> 
> 	min				0
> 	max				1000
> 	cost			u
> 
> 	min				150
> 	max				9999999
> 	cost			e Too heavy for UPS
> 
> UPSS:	UPS 3 Day Select - No PO Boxes
> 	crit			weight
> 	at_least		4
> 	adder			@@TOTAL@@ * ($Variable->{UPS_ADDER_PCT} || .25) + 5.00
> 	ups				1
> 	zone			926
>     	source_oz       	1
> 	PriceDivide		1
> 	table			3DaySelect
> 	ui_ship_type	UPSI
> 	aggregate		1
> 	surcharge_table Xarea
> 	default_geo		92649
> 	residential		1
> 	min				0
> 	max				0
> 	cost			e No shipping needed!
> 
> 	min				0
> 	max				1000
> 	cost			u
> 
> 	min				150
> 	max				9999999
> 	cost			e Too heavy for UPS
> 
> UPSB:	UPS 2nd Day Air - No PO Boxes
> 	crit			weight
> 	at_least		4
> 	adder			@@TOTAL@@ * ($Variable->{UPS_ADDER_PCT} || .25) + 5.00
> 	ups				1
> 	zone			926
>     	source_oz       	1
> 	PriceDivide		1
> 	table			2ndDayAir
> 	ui_ship_type	UPSI
> 	aggregate		1
> 	surcharge_table Xarea
> 	default_geo		92649
> 	residential		1
> 	min				0
> 	max				0
> 	cost			e No shipping needed!
> 
> 	min				0
> 	max				1000
> 	cost			u
> 
> 	min				150
> 	max				9999999
> 	cost			e Too heavy for UPS
> 
> UPSN:	UPS Next Day Air Saver - No PO Boxes
> 	crit			weight
> 	at_least		4
> 	adder			@@TOTAL@@ * ($Variable->{UPS_ADDER_PCT} || .25) + 5.00
> 	ups				1
> 	zone			926
>     	source_oz       	1
> 	PriceDivide		1
> 	table			NextDayAirSaver
> 	ui_ship_type	UPSI
> 	aggregate		1
> 	surcharge_table Xarea
> 	default_geo		92649
> 	residential		1
> 	min				0
> 	max				0
> 	cost			e No shipping needed!
> 
> 	min				0
> 	max				1000
> 	cost			u
> 
> 	min				150
> 	max				9999999
> 	cost			e Too heavy for UPS
> 
> UPSSAT:	UPS Next Day Air Saturday - No PO Boxes
> 	crit			weight
> 	at_least		4
> 	adder			@@TOTAL@@ * ($Variable->{UPS_ADDER_PCT} || .25) + 5.00
> 	ups				1
> 	zone			926
>     	source_oz       	1
> 	PriceDivide		1
> 	table			NextDayAir
> 	ui_ship_type	UPSI
> 	aggregate		1
> 	surcharge_table Xarea
> 	default_geo		92649
> 	residential		1
> 	min				0
> 	max				0
> 	cost			e No shipping needed!
> 
> 	min				0
> 	max				1000
> 	cost			u
> 
> 	min				150
> 	max				9999999
> 	cost			e Too heavy for UPS
> 
> UPSR:	UPS Next Day Air Early AM - No PO Boxes
> 	crit			weight
> 	at_least		5
> 	adder			5
>     	source_oz       	1
> 	ui_ship_type	UPSE:1DA
> 	PriceDivide		1
> 	service         1DA
> 
> 	min				0
> 	max				0
> 	cost			e Nothing to ship!
> 
> 	min				0
> 	max				1000
> 	cost			s QueryUPS
> 
> 	min				1000
> 	max				999999999
> 	cost			e Too heavy for UPS
> 
> UPSI:	UPS International - Includes brokerage fee
> 	crit			weight
> 	at_least		5
> 	adder			5
>     	source_oz       	1
> 	ui_ship_type	UPSE:XPD
> 	PriceDivide		1
> 	service         XPD
> 
> 	min				0
> 	max				0
> 	cost			e Nothing to ship!
> 
> 	min				0
> 	max				1000
> 	cost			s QueryUPS
> 
> 	min				1000
> 	max				999999999
> 	cost			e Too heavy for UPS
> 
> USPSF:	USPS First Class Mail
> 	crit		weight
> 	min		0
> 	max		5
> 	cost		6.17
> 
> 	min		5
> 	max		999999999
> 	cost		e Too heavy for First Class Mail
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
> 

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295  tollfree 800-949-1889 <mike at perusion.com>

Being against torture ought to be sort of a bipartisan thing.
-- Karl Lehenbauer



More information about the interchange-users mailing list