Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

multiple flat rate shipping option


bluecivic21

Recommended Posts

Posted

is it possible to have more than one flat rate shipping charge? I currently have a 4.95 flat rate for US shipping and would like to add a 9.95 shipping for international orders.

Posted

Instead of flat you could use this one:

zones.php

http://www.oscommerce.com/community/contributions,920

this one I mean:

25 May 2004 - Zones Intenational Default / Zonesworld Version 2

Author: Friends of Zonesworld

 

I have not checked the higher more recent one yet.

 

If you've only 2 rates you can skip rate #2 => look in the (messed-up) readme and in the source modules/zones.php

 

change old:

// CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED

$this->num_zones = 3;

 

to new:

// CUSTOMIZE THIS SETTING FOR THE NUMBER OF ZONES NEEDED

$this->num_zones = 2;

"If you're working on something new, then you are necessarily an amateur."

Archived

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

×
×
  • Create New...