Keep Billing Fields but how to clear Ship To fields
-
Hello Woo People,
I will often have customers who ship to many different locations.
When they checkout, their data is pre-filled in on the checkout form.I am using this code now: (in my child functions theme)
add_filter('woocommerce_checkout_get_value','__return_empty_string',10);
This clears everything! Even the States drop down selection from being a dropdown.Is there anything else I could do differently to keep the pre-filled data on the billing side, but clear the shipping side of the form?
Thanks in advance,
– Spank
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Keep Billing Fields but how to clear Ship To fields’ is closed to new replies.