Magento - Google Checkout Free Shipping Problem -


I have set up Google Checkout on my Magento store and I'm using flat rates for shipping. The problem is that if I put a zero for the rate. Free shipping I get a message when I go to checkout that I do not send in that country.

If I add any value to the rate (0.01 also) it works fine.

Here is a screen of config that does not work:

Here is a screen of config that works:

Here's a screen of error I checkout if I set the shipping rate to 0.00:

Any idea why this is not working?

I believe (and I can not check, so I'm going out of memory here) If the rate is set to 0.00, then the shipping module lied and there are no available shipment methods. I think you have to make a car discount rule to correct it and you have to take it to GC with free shipping.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -