simonloweuk Posted February 16, 2005 Share Posted February 16, 2005 I am having difficulty locating information to add zones. I have 1 zone listed so far, I have had a look through the contributions and it states that I need tyo click on the green dot only I cant find a green dot. I want Zone 1 for UK, zone 2 for Europe and zone 3 for usa, canada & the rest of the world. Can anybody help? :blush: Quote Link to comment Share on other sites More sharing options...
wheeloftime Posted February 16, 2005 Share Posted February 16, 2005 I am having difficulty locating information to add zones. I have 1 zone listed so far, I have had a look through the contributions and it states that I need tyo click on the green dot only I cant find a green dot. I want Zone 1 for UK, zone 2 for Europe and zone 3 for usa, canada & the rest of the world. Can anybody help? :blush: <{POST_SNAPBACK}> Read the directions inside the file catalog/includes/modules/shipping/zones.php, it will give you a good idea of how it works and which one number you need to change to get additional zones. There should also be a contribution which gives you automatically a zone 1, zone 2 and a zone 3 with countries not available with 1 and 2. Quote Link to comment Share on other sites More sharing options...
Tane Posted February 16, 2005 Share Posted February 16, 2005 I have same problems with adding zones and i need only 2 zones */ class zones { var $code, $title, $description, $enabled, $num_zones; // class constructor function zones() { $this->code = 'zones'; $this->title = MODULE_SHIPPING_ZONES_TEXT_TITLE; $this->description = MODULE_SHIPPING_ZONES_TEXT_DESCRIPTION; $this->sort_order = MODULE_SHIPPING_ZONES_SORT_ORDER; $this->icon = ''; $this->tax_class = MODULE_SHIPPING_ZONES_TAX_CLASS; $this->enabled = ((MODULE_SHIPPING_ZONES_STATUS == 'True') ? true : false); // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED $this->num_zones = 2; <---- this i have change } But now i wonder where i exactly put the country's into code 1: SE 2: EU Quote Link to comment Share on other sites More sharing options...
wheeloftime Posted February 16, 2005 Share Posted February 16, 2005 I have same problems with adding zones and i need only 2 zones */ class zones { var $code, $title, $description, $enabled, $num_zones; // class constructor function zones() { $this->code = 'zones'; $this->title = MODULE_SHIPPING_ZONES_TEXT_TITLE; $this->description = MODULE_SHIPPING_ZONES_TEXT_DESCRIPTION; $this->sort_order = MODULE_SHIPPING_ZONES_SORT_ORDER; $this->icon = ''; $this->tax_class = MODULE_SHIPPING_ZONES_TAX_CLASS; $this->enabled = ((MODULE_SHIPPING_ZONES_STATUS == 'True') ? true : false); // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED $this->num_zones = 2; <---- this i have change } But now i wonder where i exactly put the country's into code 1: SE 2: EU <{POST_SNAPBACK}> Hello Jari, After you have changed the zones number you only have to go to your Admin and choose from there Modules->Shipping There you probably have already activated the zones module and if not now is the time to install it. If you already had it installed then first choose Remove and directly after that Install it again. Only this way the change you made will be reflected correctly within the module. Now you can put the countries you need for each zone into their place. Choose Edit and fill in the Zone 1 and Zone 2 countries with all the other appropriate values for each zone. That should be it. Quote Link to comment Share on other sites More sharing options...
bignycom Posted February 17, 2005 Share Posted February 17, 2005 Hello Jari, After you have changed the zones number you only have to go to your Admin and choose from there Modules->Shipping There you probably have already activated the zones module and if not now is the time to install it. If you already had it installed then first choose Remove and directly after that Install it again. Only this way the change you made will be reflected correctly within the module. Now you can put the countries you need for each zone into their place. Choose Edit and fill in the Zone 1 and Zone 2 countries with all the other appropriate values for each zone. That should be it. <{POST_SNAPBACK}> I DID IT, BUT DIDN'T SEE ANY CHENGE - STILL SAME - ONE ZONE :-(.... Can anybody help? Quote Link to comment Share on other sites More sharing options...
simonloweuk Posted February 17, 2005 Author Share Posted February 17, 2005 I DID IT, BUT DIDN'T SEE ANY CHENGE - STILL SAME - ONE ZONE :-(.... Can anybody help? <{POST_SNAPBACK}> Hi did you remove and re-install the zone module? Quote Link to comment Share on other sites More sharing options...
Tane Posted February 18, 2005 Share Posted February 18, 2005 Now my problem is solved :) Thanks a lot for helping Regards Tane Quote Link to comment Share on other sites More sharing options...
Tane Posted February 20, 2005 Share Posted February 20, 2005 Now i notice new problem, for finnish orders everything is fine but when i order for sweden there are no shipping costs at all so where is the problem? Zone 1 Countries FI Zone 1 Shipping Table 3:9.00,4:15,5:0.00 Zone 2 Countries SE,DE,NO,DK Zone 2 Shipping Table 3:15.00,5:20.00 Quote Link to comment Share on other sites More sharing options...
estatic Posted February 20, 2005 Share Posted February 20, 2005 hi there, i wanted to add zones, just as described in this thread and in the file. zone based rates was already installed, so i changed the number of zones in the zones.php file to 3. then there were blank boxes, so i deinstalled the zones module, as described here. but now when i want to re-install it i get this error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'True', 'False'), ', now())' at line 1 insert into configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Enable Zones Method', 'MODULE_SHIPPING_ZONES_STATUS', 'True', 'Do you want to offer zone rate shipping?', '6', '0', 'tep_cfg_select_option(array('True', 'False'), ', now()) [TEP STOP] what is going on ? :'( regards, estatic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.