By default, clicking on the “Ship to a different address?” checkbox on WooCommerce checkout page displays the shipping fields. Shipping fields can be turned off from WooCommerce Settings. It’s under WooCommerce > Settings > Shipping > Shipping options page. There, select Force shipping to the customer billing address for Shipping… Read More »
Tag: checkout fields
Remove “optional” text from WooCommerce checkout fields
Optional input fields in WooCommerce checkout is marked with (optional) text. This text can be removed without editing any WooCommerce template, by using woocommerce_form_field filter. Code goes in the functions.php file of your active theme…. Read More »