[ic] Upgrade issue with shipping

Dorothy Puma dorothy at digilink.net
Wed Jul 16 21:55:44 EDT 2003


Dorothy Puma wrote:
> Hello all,
> 
> I am upgrading one of my sites from IC 4.9.5 to 4.9.8. I ran a makecat 
> on the new server, then copied in my original html files, templates, 
> products etc. On my original site, I have all my shipping modes based on 
> USPS.  I modified the zone files to complete the lookups.  This is 
> working like a charm.  When I moved over to my new server with the same 
> data, I get "Zero cost returned for mode Priority, geo code 450" and 
> nothing shows up in the error log.  From what I can see of the 
> store.structure file, the entire zone file was pulled in correctly
> 
> 
> Any ideas on this would be greatly appreciated
> 
> Thank you,
> Dorothy
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users

Hi all,

I'm still having problems getting the shipping to work.  I turned on 
debugging in the Ship.pm for ups style lookup, and this is all I get:

Vend::Ship:debug: tag_ups: type=Priority zip=45056 weight=3 code=450 opt={
   'default_geo' => '45056',
   'ui_ship_type' => 'UPSI',
   'table' => 'Priority',
   'zone' => '450',
   'adder' => '3',
   'PriceDivide' => '1',
   'geo' => 'zip'
}

Vend::Ship:debug: tag_ups: type=Express zip=45056 weight=3 code=902 opt={
   'default_geo' => '45056',
   'ui_ship_type' => 'UPSI',
   'table' => 'Express',
   'zone' => '902',
   'adder' => '3',
   'PriceDivide' => '1',
   'geo' => 'zip'
}

and this is the entries in my shipping.asc

Priority	USPS Priority Mail - 2 to 3 days	weight	0	0	e Nothing to 
ship!		{'adder' => "3",'geo' => "zip",'zone' => "450",'table' => 
"Priority",'ui_ship_type' => "UPSI",'PriceDivide' => "1",'default_geo' 
=> "45056",}
Priority	USPS Priority Mail - 2 to 3 days	weight	0	150	u		{'adder' => 
"3",'geo' => "zip",'zone' => "450",'ui_ship_type' => "UPSI",'table' => 
"Priority",'PriceDivide' => "1",'default_geo' => "45056",}
Priority	USPS Priority Mail - 2 to 3 days	weight	0	150	e Too heavy 
for USPS		{'adder' => "3",'geo' => "zip",'zone' => "450",'table' => 
"Priority",'ui_ship_type' => "UPSI",'PriceDivide' => "1",'default_geo' 
=> "45056",}
Express	USPS Express Mail	weight	0	0	e Nothing to ship!		{'adder' => 
"3",'geo' => "zip",'zone' => "902",'table' => "Express",'ui_ship_type' 
=> "UPSI",'PriceDivide' => "1",'default_geo' => "45056",}
Express	USPS Express Mail	weight	0	150	u		{'adder' => "3",'geo' => 
"zip",'zone' => "902",'ui_ship_type' => "UPSI",'table' => 
"Express",'PriceDivide' => "1",'default_geo' => "45056",}
Express	USPS Express Mail	weight	0	150	e Too heavy for USPS		{'adder' => 
"3",'geo' => "zip",'zone' => "902",'table' => "Express",'ui_ship_type' 
=> "UPSI",'PriceDivide' => "1",'default_geo' => "45056",}


Everything looks right. What am I missing?

Any help would be great!!!
Thank you,
Dorothy



More information about the interchange-users mailing list