I have one more question or problem to solve:
I use the tablerates for shipping costs. Now I have 2 countries (NLD and BEL) that give errors. It should be like this: IF weight is lower as 0.8 KG the shipping costs should be € 0,00.
If (test)customer makes an order AND is from Netherlands or Belgium (NLD and BEL) Magento shop tells “Sorry, no quotes are available for this order at this time” or “Not yet calculated”. There should be “Shipping costs € 0,00”
If you order 1 until 4 products the shipping should be € 0,00.
As an example you could use country: Netherlands and ZIP = 9687PT.
I think it’s because of the € 0,00 calculation, I think Magento tablerates cannot deal with that.
Can anyone point me to any extension, a specific tutorial or anything related thanks
I hope I’m clear enough.
How can I solve this?