Contributions
Additional Shipping Options for Zone Module
This contribution is based on the zones.php module from the 2.2MS2 milestone. It does the following 3 things:
1. Creates a secondary zone-based shipping method for express shipping (or whatever you need)
2. Price or weight based zone shipping
3. Allows you to specify a name for each shipping method that is viewed during checkout. (ie. Fedex Ground, USPS Global Priority)
To put it simply this contribution allows you to offer regular and express shipping for each zone, ie. UPS Ground and UPS 2-day Air for the United States, International ground and International express for Canada, Regular and Express for International, and so on for as many contries/zones as you like.
this contribution alters zones.php and creates a new zones2.php. If you need 3 different zone options you could create a new zones3.php and with a quick search and replace be up and running.
This contribibution is similar to 'dual zones shipping' but that one is outdated I believe.
Expand All / Collapse All
This is a full install.
The only difference between this and the previous package is the addition of the following mod:
If a store administrator has not completely set up the zone shipping tables it is possible for the customer to get the message "The shipping rate cannot be determined at this time" on the shipping selection screen, along with a posted rate of $0.00.
Further, the customer has the ability to select the erroneous rate regardless of the displayed warning message.
This mod removes the posted rate & radio button in those cases, preventing customer selection.
Additional Shipping Options for Zone Module
I just added the code in to make it so that you can select the rest of the world by typing WORLD in the countries box, rather than having to type out multiple zones.
FIxed the bug found in the perious version on 3 May 2004.The bug was found in zone2.php on line 178.Now it's fixed.
******************Coding Monkey Update*******************
* *
* This script has now been updated to do flat and *
* percentage based shipping i.e. *
* *
* 3:8.50,500:13%,99999:20.00 *
* *
* This means that anything up to three dollars or *
* pounds = $8.50 upto 500 $ or pounds = 13% of total *
* 99999 lbs or $ = $20.00 *
* *
* You can have as many percentage or flat setting as *
* you wish *
* *
* I have not updated any og the other info someone *
* else Can if they wish or I may do it later myself *
* *
*********************************************************
This contribution is based on the zones.php module from the 2.2MS2 milestone. It does the following 3 things:
1. Creates a secondary zone-based shipping method for express shipping (or whatever you need)
2. Price or weight based zone shipping
3. Allows you to specify a name for each shipping method that is viewed during checkout. (ie. Fedex Ground, USPS Global Priority)
To put it simply this contribution allows you to offer regular and express shipping for each zone, ie. UPS Ground and UPS 2-day Air for the United States, International ground and International express for Canada, Regular and Express for International, and so on for as many contries/zones as you like.
this contribution alters zones.php and creates a new zones2.php. If you need 3 different zone options you could create a new zones3.php and with a quick search and replace be up and running.
This contribibution is similar to 'dual zones shipping' but that one is outdated I believe.
Note: Contributions are used at own risk.