Hi @stringaball
Hi the thing is that I have indeed some Products which we are sending to Germany but we also have some Products which we cannot send to Germany. So does this still work in that case with the creating of shipping zones?
Ah! That’s a nice follow up question and a bit of a unique situation you have there. The method I shared earlier works if you want to apply it to all customers in Germany. But if you only want certain products available for Germany, that’s outside the WooCommerce core Shipping features.
In this case, you can use extensions like Conditional Shipping and Payments. This lets you hide shipping options based on product category or class. Here’s how I can see how:
- Create a shipping class like this: https://snipboard.io/rqlZXE.jpg
- Apply the class to your products like this: https://snipboard.io/NqzHel.jpg
After that, with the extension, you can restrict specific products (by shipping class) from being shipped to Germany while allowing others. Check out its documentation to see how it works.
In case you’re inclined to try it, WooCommerce.com has a 30-day refund policy, so you can test the extension to make sure it works as you need.