I want to setup my shipping charges to be fixed based on zones and my handling charges to be a percentage of total orders. How can I get this sent up?
I want to setup my shipping charges to be fixed based on zones and my handling charges to be a percentage of total orders. How can I get this sent up?
Use the Zone Rates zones shipping module ...
Define each of your Zone Definitions with the DETAILS for what Country/Zone(s) belongs to each ...
If you are needing more than 3, then edit the Zone Rates zones shipping module and change the number for:
/includes/modules/shipping/zones.php
then install the module and add your zones and the rates ...Code:$this->num_zones = 3;
Set to Price and for percentage, use the % on the rates such:
25:8.50,35:5%,40:9.50,10000:7%
to charge a percentage value of the Order Total ...
NOTE: they can be mixed amounts or percentages, as shown in the example ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!