Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zone rates and shipping


mnoponen

Recommended Posts

I need my shipping setup for these prices

 

Standard Ground

under 24.99 - 6.95

25-54.99 - 7.95

55.00 - 94.99 - 8.95

95 - 119.99 - 10.95

130-150 - 12.95

 

3 day

14.95

 

2 day

21.95

 

 

Anything shipped to Hawaii or Alaska would be

21.95

 

 

I have the table rate set for the standard shipping and that works fine.

Not sure how to set the 2 or 3 day?? any clues people?

 

 

Also I tried to setup AK and HI using Zones but when I did a test account for Alaska my $21.95 was not even an option?? I'm I doing something wrong here?

I thought I setup the zone rate ok ?? maybe I didn't?? anyone tell me how to have a shipping price of $21.95 if someone from Alska or HI buys a product?

 

Thanks guys

 

Matt

Link to comment
Share on other sites

Okay, here's an idea.

 

For 2 day, use flat rate, open up

catalog/includes/languages/english/modules/shipping/flat.php

 

Then change

define('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate');

define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate');

 

to

define('MODULE_SHIPPING_FLAT_TEXT_TITLE', '2 day');

define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', '2 day');

 

For all the files that make up flat rate, copy them and change the name. For example copy flat.php to flat2.php for both :

catalog/includes/modules/shipping/flat.php and

catalog/includes/languages/english/modules/shipping/flat.php

(save them in same directory of course)

 

Then open catalog/includes/languages/english/modules/shipping/flat2.php

(the new one) and change the lines

 

define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Flat Rate');

define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Flat Rate');

 

into

 

define('MODULE_SHIPPING_TABLE_TEXT_TITLE', '3 day');

define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', '3 day');

 

 

Then go to admin, set the rate to 14.95, 21.95 respectively.

You may also want to change the same lines in table rate, so that they say Standard Ground instead of Table Rate.

------------------------------------------------------------------------------------------------

I may be mistaken, but I thought the zones, only accept countries ? eg, US, CA, UK, SG ?

 

 

Hth, Good Luck

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...