Zone Rates Clone

Average Rating: 5
Description
Zone rates shipping module clone. Adds another independent Zone Rates shipping module. + Download Latest

Submit An Updated Version
Zen Cart® Versions v1.5.8
Original Author vandiermen
Last Updated by mprough - 3 Mar 2023
Downloads 2,155

Version History

Zone Rates Clone   -   Version: 1.56
Ready for Zen Cart 1.5.8 tested on PHP 7.3   + Download
Zen Cart® Versions v1.5.8
Date Added 3 Mar 2023
Author mprough
File Size 10.5 KB
PHP 5.3 Safe? No
Downloads 64
 
Zone Rates Clone   -   Version: 1.55
Updated for Zen Cart 1.5.5 - Includes 5 Zone Rate Clones   + Download
Zen Cart® Versions v1.5.5
Date Added 28 Mar 2019
Author mprough
File Size 40.3 KB
PHP 5.3 Safe? No
Downloads 126
 
Zone Rates Clone   -   Version: Version 1.5.4
Includes Zone Rate clones 2-5   + Download
Zen Cart® Versions v1.5.0, v1.5.1, v1.5.2, v1.5.3, v1.5.4
Date Added 17 Aug 2015
Author Ajeh
File Size 32.0 KB
PHP 5.3 Safe? Yes
Downloads 312
 
Zone Rates Clone   -   Version: 1.1
Error in iso_code was causing some of the shipping clones to show that the shipping method wasn't available for the shipping country - roughly line 145 of includes/modules/shipping/zones_3.php, includes/modules/shipping/zones_4.php, includes/modules/shipping/zones_5.php was like this:

function quote($method = '') {
global $order, $shipping_weight, $shipping_num_boxes, $total_count;
$dest_country = $order->delivery['country']['iso_code_3'];
$dest_zone = 0;
$error = false;

OR

function quote($method = '') {
global $order, $shipping_weight, $shipping_num_boxes, $total_count;
$dest_country = $order->delivery['country']['iso_code_4'];
$dest_zone = 0;
$error = false;

OR

function quote($method = '') {
global $order, $shipping_weight, $shipping_num_boxes, $total_count;
$dest_country = $order->delivery['country']['iso_code_5'];
$dest_zone = 0;
$error = false;

The iso code should be iso_code_2.

This has now been changed in all the includes/modules/shipping/.... to:

function quote($method = '') {
global $order, $shipping_weight, $shipping_num_boxes, $total_count;
$dest_country = $order->delivery['country']['iso_code_2'];
$dest_zone = 0;
$error = false;
  + Download
Zen Cart® Versions v1.5.0, v1.5.3
Date Added 5 Nov 2014
Author Nick1973
File Size 34.1 KB
PHP 5.3 Safe? Unknown
Downloads 212
 
Zone Rates Clone   -   Version: Update v15
This update contains two addition clones of Zone Rate shipping module that have been updated to present   + Download
Zen Cart® Versions v1.3.9, v1.5.0
Date Added 6 Jun 2012
Author Ajeh
File Size 19.2 KB
PHP 5.3 Safe? Yes
Downloads 682
 
Zone Rates Clone   -   Version: 1.0
  + Download
Zen Cart® Versions v1.3.8
Date Added 6 Sep 2009
Author vandiermen
File Size 7.1 KB
PHP 5.3 Safe? Unknown
Downloads 759
 


disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR