Is there a code snippet I could use that will force the plugin to fetch the billing address of customer when CART is viewed?
I have set up my site that a new user registration is also forced to input a billing address. Then I have set Woocommerce to only accept Billing address as shipping address.
Now, once the new user has registered AND input a billing address, the user naturally goes to the store and adds items to cart. But when viewing the Cart, the Minimum Order Quantity is still defaulting to the first shipping zone setup in woo, and not the one according to the billing address.
Even if this user logs out and back in again, the minimum order values are not updated according to their billing address. It is only when the user gets to the checkout page that the minimum cart values are re-evaluated. I need the update to happen on CART page, and not checkout page.