Site Sections: Satchmo Main | Wiki | Demo Store |

Changeset 1596

Show
Ignore:
Timestamp:
10/06/08 01:36:33 (2 months ago)
Author:
chris
Message:

Add usps to shipping docs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • satchmo/trunk/docs/shipping.txt

    r1415 r1596  
    145145 9. Check the box to connect to the production server. 
    146146 
     147.. index:: 
     148   single: USPS; 
     149    
     150USPS 
     151++++ 
     152The United States Postal Service module allows you to calculate shipping costs using the USPS web api. Here are a couple of noted 
     153regarding this module: 
     154 
     155 - The USPS API won't return shipping rates if you are trying to go against the testing server,  
     156   so a couple of the settings in modules/config.py become useless and confusing 
     157 - Make sure your products have weights associated with them. The USPS API won't accept weightless packages and your  
     158   list of shipping options might not be a list at all! 
     159 - The module assumes that the value entered in a product's "weight" attribute is in pounds (because that's what USPS expects) 
     160 - Some rates such as parcel post automatically include the "additional postage may apply" values, and according to  
     161   exchanges with the USPS support crew, we just have to deal with it. 
     162    
     163To enable in Satchmo: 
     164 
     165 1. In your site settings, make sure that the USPS module is active 
     166 2. Configure the password and package settings