Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Zone Rates Shipping tables


marleenverbeek

Recommended Posts

Hi all,

 

I am using Oscommerce v2.2 RC2a. I am trying to get the shipping costs to work but for some reason it does not work. It always calculates 0 euros.

What I want is 2 different zones. One for the European Union, the shipping costs are free. And then the rest of the world I want to calculate the price according to the weight:

 

- 2.3 --> 2 euros

- 14.4 --> 5 euros

- 100 --> 10 euros

- 200 --> 20 euros

- 400 --> 30 euros

 

Below you can see what I put in zone rates. (I had to split up the zone "rest of the world" into 3 zones because they did not fit all of them in one zone.)

 

Now I am testing with an order that weighs 100 to the US, which should cost 10 euros to ship, but it calculates 0.

Any ideas in what I am doing wrong?

 

 

Thanks in advance!

 

Regards,

Marleen

 

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

 

Zone Based Rates

 

Enable Zones Method

True

 

Tax Class

--none--

 

Sort Order

0

 

Zone 1 Countries

AT,BE,CY,CZ,DK,FI,FR,FX,DE,GR,HU,IE,IT,LU,MT,LT,MC,NL,PL,RO,SK,SI,ES,SE,CH,GB,VA

,LI

 

Zone 1 Shipping Table

10000:0

 

Zone 1 Handling Fee

0

 

Zone 2 Countries

AF,AL,DZ,AS,AD,AO,AI,AQ,AG,AR,AM,AW,AU,AZ,BS,BH,BD,BB,BY,BZ,BJ,BM,BT,BO,BA,BW,BV

,BR,IO,BN,BG,BF,BI,KH,CM,CA,CV,KY,CF,TD,CL,CN,CX,CC,CO,KM,CG,CK,CR,CI,HR,CU,DJ,DM

,DO,TP,EC,EG,SV,GQ,ER,EE,ET,FK,FO,FJ,FI,GF,PF,TF,GA,GM,GE,GH,GI,GL,GD,GP,GU,GT,GN

,GW,GY,HT,HM

 

Zone 2 Shipping Table

2.3:2.00,14.4:5.00,100:10.00,200:20,400:30

 

Zone 2 Handling Fee

0

 

Zone 3 Countries

HN,HK,IS,IN,ID,IR,IQ,IL,JM,JP,JO,KZ,KE,KI,KP,KR,KW,KG,LA,LV,LB,LS,LR,LY,MO,MK,MG

,MW,MY,MV,ML,MH,MQ,MR,MU,YT,MX,FM,MD,MN,MS,MA,MZ,MM,NA,NR,NP,AN,NC,NZ,NI,NE,NG,NU

,NF,MP,NO,OM,PK,PW,PA,PG,PY,PE,PH,PN,PT,PR,QA,RE,RU,RW,KN

 

Zone 3 Shipping Table

2.3:2.00,14.4:5.00,100:10.00,200:20,400:30

 

Zone 3 Handling Fee

0

 

Zone 4 Countries

LC,VC,WS,SM,ST,SA,SN,SC,SL,SG,SB,SO,ZA,GS,LK,SH,PM,SD,SR,SJ,SZ,SY,TW,TJ,TZ,TH,TG

,TK,TO,TT,TN,TR,TM,TC,TV,UG,UA,AE,US,UM,UY,UZ,VU,VE,VN,VG,VI,WF,EH,YE,YU,ZR,ZM,ZW

 

Zone 4 Shipping Table

2.3:2.00,14.4:5.00,100:10.00,200:20,400:30

 

Zone 4 Handling Fee

0

Link to comment
Share on other sites

In this configuration we didn't find any configure whether its weight based or rate bases.

 

 

Also if value exceeds 400 the shipping will come to 0 as You haven't stated a shipping value for higher value range(above 400).

 

Also I suggest You to check on order total module if free shipping is applicable for a value higher then. As there is an option for that.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

In this configuration we didn't find any configure whether its weight based or rate bases.

 

 

Also if value exceeds 400 the shipping will come to 0 as You haven't stated a shipping value for higher value range(above 400).

 

Also I suggest You to check on order total module if free shipping is applicable for a value higher then. As there is an option for that.

 

Satish

 

Hi Satish,

 

Thanks so much for your answer. See my answers to your questions below.

 

In this configuration we didn't find any configure whether its weight based or rate bases.

--> In the zone rates version I have there is no option to fill in weight or rate. I only found this in table rates. But if I switch on table rates, than I just get two shipping costs.

 

Also if value exceeds 400 the shipping will come to 0 as You haven't stated a shipping value for higher value range(above 400).

--> In my webshop it is very unlikely that the order will be over 400.

 

Also I suggest You to check on order total module if free shipping is applicable for a value higher then. As there is an option for that.

--> I happen to run into this looking for the answer to my problem. I was set to "false", so I assume this could not be the problem or do you suggest deleting it?

 

Thanks!

Marleen

Link to comment
Share on other sites

You did not state the version of your "zones.php"

but pls try the following

 

Change as follows:

Zone 2 Countries

All Others

Zone 2 Shipping Table

2.3:2.00,14.4:5.00,100:10.00,200:20,400:30

 

if it works OK (it does in my shop) you can delete Zone 3

 

If it does not, try this zones.php:

http://addons.oscommerce.com/info/920

version: Author: Friends of Zonesworld 19 Apr 2005 works OK overhere

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

Link to comment
Share on other sites

You did not state the version of your "zones.php"

but pls try the following

 

Change as follows:

Zone 2 Countries

All Others

Zone 2 Shipping Table

2.3:2.00,14.4:5.00,100:10.00,200:20,400:30

 

if it works OK (it does in my shop) you can delete Zone 3

 

If it does not, try this zones.php:

http://addons.oscommerce.com/info/920

version: Author: Friends of Zonesworld 19 Apr 2005 works OK overhere

 

Thanks John, Tried it though and did not work :(. Slowly going crazy here. Will try the add on you sent me.

What do you mean with which version of zones.php I have?

 

Regards

Link to comment
Share on other sites

What are your settings for admin>Configuration>Shipping/Packaging ?

My store is currently running Phoenix 1.0.3.0

I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 )

I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary

Link to comment
Share on other sites

1. Will try the add on you sent me.

2. What do you mean with which version of zones.php I have?

1. pls. do so

2. there's the standard zones.php which comes with the osCommerce download and

there's another zones.php >>> contribution : # 920

version: Author: Friends of Zonesworld 19 Apr 2005 which works OK overhere :)

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

Link to comment
Share on other sites

1. pls. do so

2. there's the standard zones.php which comes with the osCommerce download and

there's another zones.php >>> contribution : # 920

version: Author: Friends of Zonesworld 19 Apr 2005 which works OK overhere :)

 

Hi there,

 

I have the normal zones.php, the one that comes with oscommerce. I took a look at Friends of Zonesworld, but I think the problem is not the zones, because it does calculate the price, it just says 0 euro. Otherwise it would say something like: shipping not available for this zone. So I guess the problem is that it does not pick up the weight of the products or something.

 

Regards,

Marleen

Link to comment
Share on other sites

What are your settings for admin>Configuration>Shipping/Packaging ?

 

Hi Julian,

 

These are my settings:

Country of Origin Netherlands

Postal Code NONE

Enter the Maximum Package Weight you will ship

Package Tare weight.

Larger packages - percentage increase.

 

So I guess the problem is not that.

Link to comment
Share on other sites

I repeat!

 

What are your settings for admin>Configuration>Shipping/Packaging ?

My store is currently running Phoenix 1.0.3.0

I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 )

I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary

Link to comment
Share on other sites

Enter the Maximum Package Weight you will ship

Package Tare weight.

Larger packages - percentage increase.

Putting some values (waarde) there may solve the problem, however contri 920 is still the better choice.

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

Link to comment
Share on other sites

Hi Julian,

 

These are my settings:

Country of Origin Netherlands

Postal Code NONE

Enter the Maximum Package Weight you will ship

Package Tare weight.

Larger packages - percentage increase.

 

So I guess the problem is not that.

 

 

Enter the Maximum Package Weight you will ship set to 400 (this is the max weight you show on your chart)

 

Package Tare weight. set to 0

Larger packages - percentage increase. set to 0

My store is currently running Phoenix 1.0.3.0

I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 )

I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary

Link to comment
Share on other sites

Is any shipping Module getting enabled.

When shiping 0 is displayed is any shipping module name displayed.

 

Satish.

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

Also set tare wt to 0.

for a test apply some packing cost.

If that comes that will give some further indicators.

 

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

IT WORKED!! I just needed to fill something in at the tare weight and maximum package weight. I figured since I left it empty that that would be ok, but not.

 

Thanks so much for your help!

 

My site is finnished now. If you want to see it: www.willy-condoms.com

I might be able to give you a discount haha. :)

 

Regards,

Marleen

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...