Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / In a free shipping zone get this error (shipping cannot be determined at this time)

In a free shipping zone get this error (shipping cannot be determined at this time)

Locked

Views: 3,754

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
17 Jul 2007, 7:51 AM
#1
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

In a free shipping zone get this error (shipping cannot be determined at this time)

As in the title of this thread, I have the shipping zones working perfectly, in that anyone spending over 100 in the uk gets free shipping, and anyone in the rest of the world spending over 200 also gets free shipping, the cart works this out great, however when the shipping is worked out free the customer gets an option at the checkout stage to select free shipping, and an option like this also to chose from
Zone Rates (The shipping rate cannot be determined at this time): £0.00

This is confusing for the customer they don't know whether they are entitled to free shipping or not. Also in their confirmation email, after they have made the order it doesn't say shipping cost free or whatever it says this Zone Rates (The shipping rate cannot be determined at this time): £0.00 at the bottom of the email, again something I would like to fix.

Can anybody help, many thanks.

18 Jul 2007, 11:30 AM
#2
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

Still struggling with this, so if anyone has any suggestions thanks for trying.

19 Jul 2007, 5:37 AM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

Have you an URL to your site where we can see this? :smile:

26 Jul 2007, 3:59 AM
#4
james739 avatar

james739

Zen Follower

Join Date:
Jun 2007
Posts:
210
Plugin Contributions:
0

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

i have the same problem! What does the yellow circle stand for in the shipping module in admin. When it is yellow, the free shipping option does not show!

26 Jul 2007, 4:02 AM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

Yellow means either something is not configured correctly or that you have set conditions such as Zones on the Shipping Module ...

There is no such thing as "I have the same problem" ... could you be more specific as to the problem and what shipping modules you have specifically installed and configured?

26 Jul 2007, 11:34 AM
#6
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

I solved this by modigying the PHP file that contains Zone Rates some of these words(The shipping rate cannot be determined at this time) to say Free Shipping. This does the trick for me as free shipping is now showing on the invoice and on the checkout stages.

26 Jul 2007, 3:32 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

Not the ideal solution ... but a hack work around that gets you by ...

It would be nice to resolve this correctly and find out what the real problem is on your site ...

Could you post all of your setting for this module?

31 Jul 2007, 9:07 AM
#8
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

Hello Linda, yes it would be good to get a full solution, however I am not sure exactly what you mean when you say post all the settings for this module, I will try ...
I have modified the last line of the file includes/languages/english/modules/shipping/zones.php to read define('MODULE_SHIPPING_ZONES_UNDEFINED_RATE', 'FREE shipping');

Within Admin I have modules>shipping set, there are 2 zones set up. GB for local and a price, Zone 2 for rest of world and a different shipping price. Here is an example of zone 2 shipping table data 199:10, 10,000:0 ... in other words spend 200.00 or more for free shipping else pay £10.00 shipping

Unfortunately I am not sure what if any other settings I modified, I think this was it ... if you need specific settings in specific PHP files please tell me and I will find them.

Thanks again.

31 Jul 2007, 2:06 PM
#9
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

You should not be using the comma in the 10000 ... the comma is a delimiter to that text and that is causing issues ...
199:10, 10**,**000:0

Should be written as:
199:10, 10000:0

3 Aug 2007, 10:24 PM
#10
pauls avatar

pauls

Zen Follower

Join Date:
Feb 2006
Location:
UK
Posts:
300
Plugin Contributions:
0

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

Hi Linda,
well I changed that comma to the following
199:10, 200:0
which I hope means anything less than 200 = 10 shipping. over 200 = 0 cost shipping.

However, after putting zones.php back to its default original format I still get the same error 'shipping cannot be determined at this time' ... sorry.

4 Aug 2007, 3:28 AM
#11
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: In a free shipping zone get this error (shipping cannot be determined at this time)

With the Zones using:
199:10, 200:0

I get $10.00 shipping on all orders < 200 and $0.00 on all orders >= 200 ...

I am not able to reproduce the error ...

What are the full settings on your Zone Rate Shipping module?