[interchange-cvs] interchange - edl modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Feb 13 15:03:05 EST 2004


User:      edl
Date:      2004-02-13 20:03:04 GMT
Modified:  dist/foundation/products shipping.asc variable.txt
Log:
Added entries in shipping.asc for some USPS shipping methods, and a couple
of catalog vars...

Revision  Changes    Path
2.3       +21 -0     interchange/dist/foundation/products/shipping.asc


rev 2.3, prev_rev 2.2
Index: shipping.asc
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/products/shipping.asc,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- shipping.asc	5 Feb 2004 23:03:38 -0000	2.2
+++ shipping.asc	13 Feb 2004 20:03:04 -0000	2.3
@@ -76,6 +76,27 @@
 FIE	FedEx International Economy	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "FEDE:FIE", 'ups' => "0", 'at_least' => "5", adder => "3.00" }
 FIE	FedEx International Economy	weight	0	150	f [fedex-query zip="[either][value zip][or][var SHIP_DEFAULT_ZIP][/either]" mode="FIE" cache=1 weight="@@TOTAL@@"]		
 
+EXPRESS	USPS Express Service	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:EXPRESS", 'ups' => "0", 'at_least' => "5", adder => "3.00" }
+EXPRESS	USPS Express Service	weight	0	70	f [usps-query service="EXPRESS" weight="@@TOTAL@@"]		
+
+PRIORITY	USPS Priority Service	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:PRIORITY", 'ups' => "0", 'at_least' => "5", adder => "3.00" }
+PRIORITY	USPS Priority Service	weight	0	70	f [usps-query service="PRIORITY" weight="@@TOTAL@@"]		
+
+PARCEL	USPS Parcel Post	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:PARCEL", 'ups' => "0", 'at_least' => "5", adder => "3.00" }
+PARCEL	USPS Parcel Post	weight	0	70	f [usps-query service="PARCEL" weight="@@TOTAL@@"]		
+
+GXG	Global Express Gauranteed	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:GXG", 'ups' => "0", 'at_least' => "10", adder => "5.00" }
+GXG	Global Express Guaranteee	weight	0	70	f [usps-query service="GLOBAL EXPRESS GUARANTEED NON-DOCUMENT SERVICE" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
+
+EMS	Global Express Mail	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:EMS", 'ups' => "0", 'at_least' => "10", adder => "5.00" }
+EMS	Global Express Mail	weight	0	70	f [usps-query service="GLOBAL EXPRESS MAIL (EMS)" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
+
+APP	Airmail Parcel Post	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:APP", 'ups' => "0", 'at_least' => "10", adder => "5.00" }
+APP	Airmail Parcel Post	weight	0	70	f [usps-query service="AIRMAIL PARCEL POST" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
+
+SPP	Surface Parcel Post	weight	0	0	e Nothing to ship!		{ 'ui_ship_type' => "USPSE:SPP", 'ups' => "0", 'at_least' => "10", adder => "5.00" }
+SPP	Surface  Parcel Post	weight	0	70	f [usps-query service="ECONOMY (SURFACE) PARCEL POST" weight="@@TOTAL@@" country="[data base=country field=name key=code]"]		
+
 FLATD	Flat rate	quantity	0	0	e Nothing to ship!
 FLATD	Flat rate	quantity	1	100	f [var SHIP_FLAT_DOM_RATE]
 FLATD	Flat rate	quantity	100	9999	e Contact factory to ship that many.



2.34      +2 -0      interchange/dist/foundation/products/variable.txt


rev 2.34, prev_rev 2.33
Index: variable.txt
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/products/variable.txt,v
retrieving revision 2.33
retrieving revision 2.34
diff -u -r2.33 -r2.34
--- variable.txt	5 Feb 2004 23:03:38 -0000	2.33
+++ variable.txt	13 Feb 2004 20:03:04 -0000	2.34
@@ -100,3 +100,5 @@
 UPS_POSTCODE_FIELD	zip	Shipping
 UPS_QUERY_AGGREGATE	1	Shipping
 UPS_QUERY_MODULO	150	Shipping
+USPS_ID		Shipping
+USPS_PASSWORD	Shipping








More information about the interchange-cvs mailing list