Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zones.php; I want to have 12 zones in the script


yellow55

Recommended Posts

Hello,

 

I use zones.php for the shipping amount based on weight and zone.

But I can only put 1 zone in the script, I want to set 12 zones in it with all another price.

Can anyone help me? Is this a standard thing or a contribution?

 

Thanx!

Jelle

Link to comment
Share on other sites

Go to:

catalogincludesmodulesshippingzones.php

 

Change this value

$this->num_zones = 1;

 

to

$this->num_zones = 12;

 

Then disable the shipping option, then re-enable it for it to pickup the change.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...