Default billing adress not working
-
Question: “I have the delivery set by deffault to customer billing adress. The checkbox for specifying a different delivery adress should be unchecked but it is always checked when the page load. It seems to override woocommerce settings.”
Answer:
The WooCommerce Multi-Step Checkout plugin doesn’t change the WooCommerce settings about the “Shipping to a different address” checkbox. You can verify this by deactivating the multi-step checkout plugin for a moment and reload the checkout page.The “Shipping to a different address” checkbox is unchecked by default in WooCommerce, but the setting can be overridden with the “woocommerce_ship_to_different_address_checked” filter. See this article. Would you please check if you have this filter set to “true” somewhere in your code?
- The topic ‘Default billing adress not working’ is closed to new replies.