check all shipping zones before showing results to user
-
Is it possible to make run woocommerce through all shipping zones before giving a result?
It seems like Woocommerce is going through the shipping zones one by one and it stops right at the shipping zone which could be applicable (but customer is outside the
I am running Woo with a marketplace plugin so this is the issue:
I have set up shipping zones for the vendors. Some of them want to deliver the products themselves to 3 areas close by. So for that I set up 3 shipping zones of that area, which they can limit to postcodes of their choice.
Easy I thought, but it seems like Woocommerce is going through the shipping in the order you set them up and stop once a shipping zone is applicable. That means:
If the first shipping zone is where the customer is, but the customer is located outside of the limitation of the post code, Woocommerce seems to stop right there and gives the message, that no shipping method is found. Even though the the customers location would apply to the second shipping zone for example. This obviously is no issue on a single store website, but not on a marketplace.
So is there a way, maybe a code snippet or so, to make Woocommerce scan through all shipping zones before saying that no shipping method is found?
Thank you!
- The topic ‘check all shipping zones before showing results to user’ is closed to new replies.