porrier Posted September 6, 2015 Share Posted September 6, 2015 Hello! I set up a new shop with version 2.3.4. All is well exept that if I choose the defined Shipping Zone "Germany" the order process says ERROR_NO_SHIPPING_AVAILABLE_TO_SHIPPING_ADDRESS altough the address is containing Germany as country. The same with Payment Zone. The only defined method moneyorder is not shown then. The zone "Germany" is defined as Taxzone. Must a Shippngzone be defined and where can I do this? Thank you! Andreas Link to comment Share on other sites More sharing options...
♥Tsimi Posted September 7, 2015 Share Posted September 7, 2015 @@porrier Hallo Andreas 1. This text "ERROR_NO_SHIPPING_AVAILABLE_TO_SHIPPING_ADDRESS" is not defined in your language files. You need to add that inside your catalog/includes/languages/german/checkout_shipping.php Maybe something like this; define('ERROR_NO_SHIPPING_AVAILABLE_TO_SHIPPING_ADDRESS', 'Der Versand an die von Ihnen ausgewählte Lieferadresse ist zur Zeit nicht möglich. Bitte wählen oder eine andere/neue Lieferadresse aus.'); 2. Go to your Admin Area -> Tax Zones. There you should see Germany or Deutschland right? Select it and click on the "Details" button on the right. Now do you have any country inside there? If it is empty click on the insert button and add "Germany" and choose "All Zones". If you want to offer a certain shipping method only for Germany then select Germany as Shipping Zone. Do the same with the Payment modules. Choose Germany as Payment Zone. It is kinda tricky to setup everything correctly at beginning especially the whole Tax and Zones stuff is a bit confusing but once you know how it works it's easy. Good luck. Link to comment Share on other sites More sharing options...
porrier Posted September 7, 2015 Author Share Posted September 7, 2015 @@porrier Hallo Andreas 1. This text "ERROR_NO_SHIPPING_AVAILABLE_TO_SHIPPING_ADDRESS" is not defined in your language files. You need to add that inside your catalog/includes/languages/german/checkout_shipping.php Maybe something like this; define('ERROR_NO_SHIPPING_AVAILABLE_TO_SHIPPING_ADDRESS', 'Der Versand an die von Ihnen ausgewählte Lieferadresse ist zur Zeit nicht möglich. Bitte wählen oder eine andere/neue Lieferadresse aus.');2. Go to your Admin Area -> Tax Zones. There you should see Germany or Deutschland right? Select it and click on the "Details" button on the right. Now do you have any country inside there?If it is empty click on the insert button and add "Germany" and choose "All Zones". If you want to offer a certain shipping method only for Germany then select Germany as Shipping Zone. Do the same with the Payment modules. Choose Germany as Payment Zone. It is kinda tricky to setup everything correctly at beginning especially the whole Tax and Zones stuff is a bit confusing but once you know how it works it's easy. Good luck. Wow! ERROR_NO_SHIPPING_AVAILABLE_TO_SHIPPING_ADDRESS was missing in the german checkout_shipping.php. And I was overlooking the "Details" button in the taxzone. Got it right now. Thank you so much! Andreas Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.