Quote Originally Posted by 2004g35 View Post
I tried the googlecheckout/shipping_generator , but it only seems to compute 'freeshipper' and 'store pickup' (which both happen to be set to $0.00) . I have USPS and UPS shipping modules enabled, however, the above file does not seem to find them.
Assuming you have the latest 1.3RC2_beta mod installed?

Post the full list of modules you observe in Zen cart admin: config > modules > shipping (just copy and paste the entire list like below):

Code:
Flat Rate  	flat  	    	 
Free Shipping Options 	freeoptions 	  	 
FREE SHIPPING! 	freeshipper 	2   	 
Per Item 	item 	  	 
Per Item International 	iteminternational 	1   	 
Per Item National 	itemnational 	0   	 
Per Unit 	perweightunit 	  	 
Store Pickup 	storepickup 	  	 
Table Rate 	table 	  	 
United Parcel Service 	ups 	  	 
United States Postal Service 	usps 	  	 
Zone Rates 	zones
Be sure to include the sort order numerals as above.

And also post the entire output of the shipping generator, that is, the two arrays generated after you click the 'generate' button.

- Woody