Site Sections: Satchmo Main | Wiki | Demo Store |

Changeset 1415

Show
Ignore:
Timestamp:
08/14/2008 11:57:49 PM (11 months ago)
Author:
jshaffer
Message:

Change "Shop Options" to "Site Settings" in docs.

Files:

Legend:

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

    r1121 r1415  
    1616enable it in the store. 
    1717 
    18 *Note:* After [758], you use the ShopOptions page to enter your Google information. 
     18*Note:* After [758], you use the Site Settings page to enter your Google information. 
    1919Ignore the part below about your local_settings.py file. 
    2020 
  • satchmo/trunk/docs/shipping.txt

    r1316 r1415  
    99but powerful way to define your own shipping modules. 
    1010 
    11 Activate and configure your shipping modules from your site settings page.  Usually this is at 
    12 SHOP_BASE/settings/.  You can also access this page from the ``Edit Shop Options`` link on your  
    13 main admin home page. 
     11Activate and configure your shipping modules from your site settings page. 
     12Usually this is at ``SHOP_BASE/settings/``. You can also access this page from 
     13the ``Edit Site Settings`` link on your main admin home page. 
    1414 
    1515.. Note:: 
     
    3232++++ 
    3333 
    34 This is a very simple module that allows you to set a flat rate for all shipments.  It's not very  
     34This is a very simple module that allows you to set a flat rate for all shipments.  It's not very 
    3535sophisticated but it may be useful for simple stores or as a basis for other modules.  The values 
    3636can be configured through your settings page. 
     
    4040 
    4141This 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  
     42multiplied by the number of items in your order.  These values are configured through your settings 
    4343page. 
    4444 
     
    4646++++++ 
    4747 
    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.  
     48This one is much more flexible than any of the prior modules, so it requires a little more configuration. 
     49It is not enabled by default. 
    5050 
    5151To enable: 
     
    5757Why bother? 
    5858 
    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  
     59Well, it allows you to set up multiple carriers, for one thing. 
     60For another, you can have different prices based on cart total (total of shippable items, to be specific). 
     61For another, it is multilingual from the start, with you being able to specify translations of carrier, 
     62method, etc. right in the admin pages.  Lastly, you can have shipping specials, expiring on the dates 
    6363of your choice. 
    6464 
     
    8585that the shipping configuration currently used by Satchmo makes sense for your needs. 
    8686 
    87 Before you attempt to test the UPS module, you must sign up for a developer account at the  
     87Before you attempt to test the UPS module, you must sign up for a developer account at the 
    8888`UPS web site <http://www.ups.com/content/us/en/bussol/offering/technology/automated_shipping/online_tools.html>`_. 
    8989 
    9090To enable: 
    91   
     91 
    9292 1. In your site settings, make sure that the UPS shipping module is active 
    9393 2. Configure the UPS settings as described below. 
    9494 3. Make sure your store mailing address is correct in the Store Configuration 
    95   
     95 
    9696You must configure the following settings in the Site Settings -> UPS Shipping Settings: 
    9797 
     
    103103 - UPD user password 
    104104 - UPS XML Access key 
    105   
     105 
    106106Refer to the UPS developer documentation for more definitions on these options. 
    107107 
     
    124124The Fedex module allows Satchmo to calculate shipping costs using the Fedex Web Services interface. 
    125125 
    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  
     126One important note to consider is that each product MUST have a weight of at least .1 pounds for Fedex to give a valid response. 
     127If you have a configurable product you will need to set weights on each product option. Otherwise you will get errors when the 
    128128FedEx module tries to calculate the weight to send to FedEx for the quote. 
    129129 
     
    132132 1. In your site settings, make sure that the Fedex module is active 
    133133 2. Configure the settings as described below 
    134   
     134 
    135135Once you've got the module installed its time to get your account set up with FedEx. (It does not work without the following steps) 
    136136 
    137  1. Go to http://www.fedex.com/us/developer/  
     137 1. Go to http://www.fedex.com/us/developer/ 
    138138 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 
    139139 3. Click "Get Started with FedEx Web Services Technical Resources now"