icm Posted January 9, 2004 Share Posted January 9, 2004 Hi, I would like to do the following: for inside my country (Luxembourg) I would like to set up a table rate where the shipping cost is based on weight ranges 0-2 kg = ? 4.50 2-10 kg = ? 5.50 10-30 kg = ? 6.50 for outside my country I would like to set up zone rates based on the item weight and destination zone 1 kg to zone 1 = ? x 2 kg to zone 1 = ? y and so on I have a problem to activate this in order to see the table rate if shipping country is Luxembourg and zone rates if shipping country is zone x thank you Link to comment Share on other sites More sharing options...
Scottgzero Posted January 15, 2004 Share Posted January 15, 2004 goto includes/modules/shipping/ open the zones.php edit this : // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED $this->num_zones = 5; } "5" is the amount of zones I use. Then open myAdmin and configure it....it's really easy. This is presuming you are using the Zones setup. NOTE! You cannot list weights UNDER 1 Kg. Chris Link to comment Share on other sites More sharing options...
catpig Posted January 15, 2004 Share Posted January 15, 2004 But how to setup the Zones Thanks Link to comment Share on other sites More sharing options...
catpig Posted January 15, 2004 Share Posted January 15, 2004 After edit this : // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED $this->num_zones = 5; } The right column is appear some empty box.......Please help...... Link to comment Share on other sites More sharing options...
Scottgzero Posted January 15, 2004 Share Posted January 15, 2004 If you are getting an empty box, then you have inserted the data incorrectly. Once correctly inserted, you will have to configure the zones in "my admin". Goto : MyAdmin : Modules : Shipping. Then make sure the "Zones" is installed (look to the right when "Zones" is highlighted). To configure.... For Example : Zone 1 is your own country.....being Germany. Zone 1 = DE Postage costs and weight...... 0.1:3.50,0.2:4,50 That is what it should look like.....meaning : up to 100 Gramms, 3.50 in price.....up to 200 gramms, 4.50 in price...and so on. Zone 2 can be configured in with other countries and weights / prices. If you ship with the postage price calculated exact to the weight, then you MUST change your tare entry!!!! MyAdmin : Configution : Shipping/Packaging / Package Tare Weight. Set to 0. Hope to have been of help. Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.