Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zone Rates manual?


amkrisis

Recommended Posts

Hi

 

Is there a manual or tutorial on the zone rate module?

Because i only can add 1 zone?

I'm totaly new to this...

 

Is this stored in a sql table or something?

 

I want to create 3 zones (belgium, europe, rest of world) with a shipping rate based on the weight + a single handling fee added (not zone based)

 

Any help is appreciated!

 

Thank you!

Link to comment
Share on other sites

The instructions are at the top ofthe module file. You need to change this line...

 

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

 

...to...

 

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...