Changeset 1415
- Timestamp:
- 08/14/2008 11:57:49 PM (11 months ago)
- Files:
-
- satchmo/trunk/docs/analytics.txt (modified) (1 diff)
- satchmo/trunk/docs/shipping.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
satchmo/trunk/docs/analytics.txt
r1121 r1415 16 16 enable it in the store. 17 17 18 *Note:* After [758], you use the S hopOptions page to enter your Google information.18 *Note:* After [758], you use the Site Settings page to enter your Google information. 19 19 Ignore the part below about your local_settings.py file. 20 20 satchmo/trunk/docs/shipping.txt
r1316 r1415 9 9 but powerful way to define your own shipping modules. 10 10 11 Activate and configure your shipping modules from your site settings page. Usually this is at12 SHOP_BASE/settings/. You can also access this page from the ``Edit Shop Options`` link on your 13 main admin home page.11 Activate and configure your shipping modules from your site settings page. 12 Usually this is at ``SHOP_BASE/settings/``. You can also access this page from 13 the ``Edit Site Settings`` link on your main admin home page. 14 14 15 15 .. Note:: … … 32 32 ++++ 33 33 34 This is a very simple module that allows you to set a flat rate for all shipments. It's not very 34 This is a very simple module that allows you to set a flat rate for all shipments. It's not very 35 35 sophisticated but it may be useful for simple stores or as a basis for other modules. The values 36 36 can be configured through your settings page. … … 40 40 41 41 This module is a little bit more complex than the flat rate. It allows you to set one rate that is 42 multiplied by the number of items in your order. These values are configured through your settings 42 multiplied by the number of items in your order. These values are configured through your settings 43 43 page. 44 44 … … 46 46 ++++++ 47 47 48 This one is much more flexible than any of the prior modules, so it requires a little more configuration. 49 It is not enabled by default. 48 This one is much more flexible than any of the prior modules, so it requires a little more configuration. 49 It is not enabled by default. 50 50 51 51 To enable: … … 57 57 Why bother? 58 58 59 Well, it allows you to set up multiple carriers, for one thing. 60 For another, you can have different prices based on cart total (total of shippable items, to be specific). 61 For another, it is multilingual from the start, with you being able to specify translations of carrier, 62 method, etc. right in the admin pages. Lastly, you can have shipping specials, expiring on the dates 59 Well, it allows you to set up multiple carriers, for one thing. 60 For another, you can have different prices based on cart total (total of shippable items, to be specific). 61 For another, it is multilingual from the start, with you being able to specify translations of carrier, 62 method, etc. right in the admin pages. Lastly, you can have shipping specials, expiring on the dates 63 63 of your choice. 64 64 … … 85 85 that the shipping configuration currently used by Satchmo makes sense for your needs. 86 86 87 Before you attempt to test the UPS module, you must sign up for a developer account at the 87 Before you attempt to test the UPS module, you must sign up for a developer account at the 88 88 `UPS web site <http://www.ups.com/content/us/en/bussol/offering/technology/automated_shipping/online_tools.html>`_. 89 89 90 90 To enable: 91 91 92 92 1. In your site settings, make sure that the UPS shipping module is active 93 93 2. Configure the UPS settings as described below. 94 94 3. Make sure your store mailing address is correct in the Store Configuration 95 95 96 96 You must configure the following settings in the Site Settings -> UPS Shipping Settings: 97 97 … … 103 103 - UPD user password 104 104 - UPS XML Access key 105 105 106 106 Refer to the UPS developer documentation for more definitions on these options. 107 107 … … 124 124 The Fedex module allows Satchmo to calculate shipping costs using the Fedex Web Services interface. 125 125 126 One important note to consider is that each product MUST have a weight of at least .1 pounds for Fedex to give a valid response. 127 If you have a configurable product you will need to set weights on each product option. Otherwise you will get errors when the 126 One important note to consider is that each product MUST have a weight of at least .1 pounds for Fedex to give a valid response. 127 If you have a configurable product you will need to set weights on each product option. Otherwise you will get errors when the 128 128 FedEx module tries to calculate the weight to send to FedEx for the quote. 129 129 … … 132 132 1. In your site settings, make sure that the Fedex module is active 133 133 2. Configure the settings as described below 134 134 135 135 Once you've got the module installed its time to get your account set up with FedEx. (It does not work without the following steps) 136 136 137 1. Go to http://www.fedex.com/us/developer/ 137 1. Go to http://www.fedex.com/us/developer/ 138 138 2. Log in (you may need to create an account) and go to technical resources. https://www.fedex.com/wpor/web/jsp/drclinks.jsp?links=index.html 139 139 3. Click "Get Started with FedEx Web Services Technical Resources now"
