Shipping to different address by default
-
Hi, when I activate this option Woocommerce shipping option WooCommerce–> Shipping Options–> Shipping Destination –>Default to customer shipping address and the Curcy plugin is active, it does not work as expected. The user reaches the checkout and the checkbox of shipping address is not checked
EDIT:
I managed a workaround using this snippet:
add_filter('woocommerce_ship_to_different_address_checked', '__return_true', 999);
I guess the issue come when Curcy executes some code at the checkout that blocks Shipping Address to be checked
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Shipping to different address by default’ is closed to new replies.