Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping Zone


forumsurfer

Recommended Posts

Posted

Hallo,

 

I like to handle/create more than one Shipping Zone.

 

At the admin menu I only can see 1 Zone

 

Zone 1 Countries

Comma separated list of two character ISO country codes that are part of Zone 1.

BR,CL,EC

 

Zone 1 Shipping Table

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.

0.5:29.50,1:35.00

 

Zone 1 Handling Fee

Handling Fee for this shipping zone

 

 

I like to create a 2. Zone for VE (Venezuela)

 

Is this possible and if it?s how?

 

Many thanks in advance.

 

Greetings.

 

 

:)

Posted

Hey man,

 

go to.. catalog/includes/modules/shipping/zones.php

 

find this:

 

// CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED

$this->num_zones = 1;

 

change the '1' to however many you may need.

 

And then in admin create a new zone just for Venezuela

 

 

-Jrock

Posted
Hallo,

 

I like to handle/create more than one Shipping Zone.

 

At the admin menu I only can see 1 Zone

 

Zone 1 Countries

Comma separated list of two character ISO country codes that are part of Zone 1.

BR,CL,EC

 

Zone 1 Shipping Table

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.

0.5:29.50,1:35.00

 

Zone 1 Handling Fee

Handling Fee for this shipping zone

I like to create a 2. Zone for VE (Venezuela)

 

Is this possible and if it?s how?

 

Many thanks in advance.

 

Greetings.

:)

 

Read the textual information inside the file (catalog)/includes/modules/shipping/zones.php for some explanation of how to use the zones module.

Then in the same file look for

	  // CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED
  $this->num_zones = 1;

and change the 1 to another number.

 

Before this change will go into effect you will have to go to your Admin->Modules->Shipping and first remove the zones module if you already have it installed and directly after that just install it again. The change in zones will then be correctly reflected.

Archived

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

×
×
  • Create New...