Difference between revisions of "Set up Shipping Options"
PeterRobert (talk | contribs) |
PeterRobert (talk | contribs) |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div class="btn btn-grey btn-back">{{#fas:arrow-left}} Back</div> <div class="btn btn-grey btn-setup-shop">{{#fas:play-square}} | + | <div class="btn btn-grey btn-back">{{#fas:arrow-left}} Back</div> <div class="btn btn-grey btn-setup-shop">{{#fas:play-square}} [[Set_Up_Store|Set Up Store]]</div> |
<hr> | <hr> | ||
| − | + | __TOC__ | |
| − | + | __FORCETOC__ | |
From admin go to [[File:adminnavbarmod.png|link=]] '''Modules → Shipping''' - you will see this: | From admin go to [[File:adminnavbarmod.png|link=]] '''Modules → Shipping''' - you will see this: | ||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
| − | [[File:shipping. | + | [[File:shipping.jpg|link=|1500px]] |
</div> | </div> | ||
| + | ==='''Flat Rate'''=== | ||
'''Flat Rate''' module is installed by default. | '''Flat Rate''' module is installed by default. | ||
| Line 20: | Line 21: | ||
---- | ---- | ||
| + | ==='''Per Item'''=== | ||
| + | There are 3 alternative Shipping modules included with CE Phoenix Cart. | ||
| − | + | '''Per Item''' module simply charges a set charge for every item in the customers cart. | |
| − | + | *Click <span class="btn-red">Install Module</span> | |
| − | + | *Click '''Per Item''' to select the module. | |
| − | + | *Click <span class="btn-yellow">Install Module</span> | |
| − | + | *Click <span class="btn-yellow">Edit</span> to see this: | |
| − | |||
| − | |||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
| − | [[File:shippingitem. | + | [[File:shippingitem.jpg|link=|1500px]] |
</div> | </div> | ||
| − | + | *Follow the instructions in the module. | |
| − | + | *Click <span class="btn-green">Save</span> | |
---- | ---- | ||
| + | ==='''Table Rate'''=== | ||
| + | If a scale of shipping charges is required, install '''Table Rate''' module. | ||
| − | + | This allows a scale of charges according to the either the total weight or total value of the order. | |
| − | + | *Click <span class="btn-red">Install Module</span> | |
| − | + | *Click '''Table Rate''' to select the module. | |
| − | + | *Click <span class="btn-yellow">Install Module</span> | |
| − | + | *Click <span class="btn-yellow">Edit</span> to see this: | |
| − | |||
| − | |||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
| − | [[File:shippingtable. | + | [[File:shippingtable.jpg|link=|1500px]] |
</div> | </div> | ||
| − | + | *Follow the instructions in the module. | |
| − | + | *Click <span class="btn-green">Save</span> | |
---- | ---- | ||
| + | ==='''Zone Rates'''=== | ||
| + | If different shipping charges for other countries is required, install '''Zone Rates''' module. | ||
| + | |||
| + | This allows a scale of charges according to the total weight of the order to the countries specified. | ||
| + | |||
| + | The module has 1 Zone by default. | ||
| + | |||
| + | Set the number of zones required by editing the file: '''/includes/modules/shipping/zones.php''' before installing. | ||
| + | |||
| + | Look for this near the top of the file: | ||
| + | <pre>// CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED | ||
| + | const ZONE_COUNT = 1; | ||
| + | </pre> | ||
| − | + | *Click <span class="btn-red">Install Module</span> | |
| − | + | *Click '''Zone Rates''' to select the module. | |
| − | + | *Click <span class="btn-yellow">Install Module</span> | |
| − | + | *Click <span class="btn-yellow">Edit</span> to see this: | |
| − | |||
| − | |||
| − | |||
<div class="mainpage_box"> | <div class="mainpage_box"> | ||
| − | [[File:shippingzone. | + | [[File:shippingzone.jpg|link=|1500px]] |
</div> | </div> | ||
**Follow the instructions in the module. | **Follow the instructions in the module. | ||
**Click <span class="btn-green">Save</span> | **Click <span class="btn-green">Save</span> | ||
| + | |||
| + | ---- | ||
| + | ==='''3rd Party Addons'''=== | ||
| + | There are more Shipping Addons available in the Addons Library here; | ||
| + | |||
| + | '''https://phoenixcart.org/forum/app.php/addons/free/shipping-18''' | ||
| + | |||
| + | '''https://phoenixcart.org/forum/app.php/addons/commercial/shipping-24''' | ||
<hr> | <hr> | ||
| − | <span class="btn-grey btn-prev">{{#fas:arrow-left}} [[ | + | <span class="btn-grey btn-prev">{{#fas:arrow-left}} [[Set_up_Tax_Rates|Previous Step]]</span> |
<span class="btn-grey btn-next">[[Set_up_Shipping/Packaging|Next Step]] {{#fas:arrow-right}}</span> | <span class="btn-grey btn-next">[[Set_up_Shipping/Packaging|Next Step]] {{#fas:arrow-right}}</span> | ||
<hr> | <hr> | ||
| + | {{Pro}} | ||
| + | {{Forum}} | ||
{{Contribute}} | {{Contribute}} | ||
Latest revision as of 08:29, 6 September 2024
From admin go to
Modules → Shipping - you will see this:
Flat Rate
Flat Rate module is installed by default.
- To edit the module, click on the module in the list to select it.
- Click it again to open the edit panel.
- Leave Enable Flat Shipping set to True if you wish to keep it.
- Disable by setting to False if required or click on the item in the list and click Remove Module to remove/uninstall it if required.
- Change the value for Shipping Cost as required.
- Choose your Tax Class from the drop down list below Tax Class to charge your Tax Rate on the shipping cost otherwise leave as --none--
- Apply this shipping module to a specific Tax Zone by choosing it in the drop down menu below Shipping Zone or leave as --none-- to apply the shipping cost to all Tax Zones.
- Enter a Sort Order value. Do not leave 0 as the Sort Order on modules as it can cause problems. You can give it any number, in this case enter 10 so if you decide to install another module it leaves the option of entering a lesser value for the next if required.
Per Item
There are 3 alternative Shipping modules included with CE Phoenix Cart.
Per Item module simply charges a set charge for every item in the customers cart.
- Click Install Module
- Click Per Item to select the module.
- Click Install Module
- Click Edit to see this:
- Follow the instructions in the module.
- Click Save
Table Rate
If a scale of shipping charges is required, install Table Rate module.
This allows a scale of charges according to the either the total weight or total value of the order.
- Click Install Module
- Click Table Rate to select the module.
- Click Install Module
- Click Edit to see this:
- Follow the instructions in the module.
- Click Save
Zone Rates
If different shipping charges for other countries is required, install Zone Rates module.
This allows a scale of charges according to the total weight of the order to the countries specified.
The module has 1 Zone by default.
Set the number of zones required by editing the file: /includes/modules/shipping/zones.php before installing.
Look for this near the top of the file:
// CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED
const ZONE_COUNT = 1;
- Click Install Module
- Click Zone Rates to select the module.
- Click Install Module
- Click Edit to see this:
- Follow the instructions in the module.
- Click Save
3rd Party Addons
There are more Shipping Addons available in the Addons Library here;
https://phoenixcart.org/forum/app.php/addons/free/shipping-18
https://phoenixcart.org/forum/app.php/addons/commercial/shipping-24
Many Addons and Extensions available in the CE Phoenix Cart Addons Library
If help is needed, support is available in the CE Phoenix Cart Support Forum
Phoenix Cart User Guide, like CE Phoenix Cart, is free to use but is maintained by unpaid volunteers.
All other content is the reserved Intellectual Property and Copyright of phoenixcart.org