Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zone Rates only showing Zone 1, missing other zones


HansM

Recommended Posts

Hi,

 

I had setup in my previous osC 2.3.4 zone rates, several ones. I see them all in the configuration database.

But now in my current osC 2.3.4 Edge BS3 I only see Zone 1. I attached a screenshot!post-24446-0-17904000-1482312700_thumb.jpg

The module is I guess zones.php, but I compared it with the old server and is still the same.

 

Any ideas how to get the other zones back?

also below some sql exported code so you see at least my setup the first 2 zones

 

 

(375, 'Enable Zones Method', 'MODULE_SHIPPING_ZONES_STATUS', 'True', 'Do you want to offer zone rate shipping?', 6, 0, NULL, '2015-05-31 16:57:44', NULL, 'tep_cfg_select_option(array(\'True\', \'False\'), '),
(376, 'Tax Class', 'MODULE_SHIPPING_ZONES_TAX_CLASS', '0', 'Use the following tax class on the shipping fee.', 6, 0, NULL, '2015-05-31 16:57:44', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('),
(377, 'Sort Order', 'MODULE_SHIPPING_ZONES_SORT_ORDER', '0', 'Sort order of display.', 6, 0, NULL, '2015-05-31 16:57:44', NULL, NULL),
(378, 'Zone 1 Countries', 'MODULE_SHIPPING_ZONES_COUNTRIES_1', 'NL,BE,DE,LU', 'Comma separated list of two character ISO country codes that are part of Zone 1.', 6, 0, NULL, '2015-05-31 16:57:44', NULL, NULL),
(379, 'Zone 1 Shipping Table', 'MODULE_SHIPPING_ZONES_COST_1', '999:8.00', 'Shipping rates to Zone 1 destinations based on a group of maximum order weights. Example: 3:8.50,7:10.50,... Weights less than or equal to 3 would cost 8.50 for Zone 1 destinations.', 6, 0, NULL, '2015-05-31 16:57:44', NULL, NULL),
(380, 'Zone 1 Handling Fee', 'MODULE_SHIPPING_ZONES_HANDLING_1', '0', 'Handling Fee for this shipping zone', 6, 0, NULL, '2015-05-31 16:57:44', NULL, NULL),
(381, 'Zone 2 Countries', 'MODULE_SHIPPING_ZONES_COUNTRIES_2', 'GB,AT,FR', 'Comma separated list of two character ISO country codes that are part of Zone 2.', 6, 0, NULL, '2015-05-31 16:57:44', NULL, NULL),
(382, 'Zone 2 Shipping Table', 'MODULE_SHIPPING_ZONES_COST_2', '999:13.50', 'Shipping rates to Zone 2 destinations based on a group of maximum order weights. Example: 3:8.50,7:10.50,... Weights less than or equal to 3 would cost 8.50 for Zone 2 destinations.', 6, 0, NULL, '2015-05-31 16:57:44', NULL, NULL),
(383, 'Zone 2 Handling Fee', 'MODULE_SHIPPING_ZONES_HANDLING_2', '0', 'Handling Fee for this shipping zone', 6, 0, NULL, '2015-05-31 16:57:44', NULL, NULL),
 

Link to comment
Share on other sites

Solved,

File includes/modules/shipping/zones.php

in the class constructor for class zones it said:

   $this->num_zones = 1;

 

I changed it to a higher value and then it is back again.

case closed & documented.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...