Impossible to make billing Postcode not required
-
Iv’e tried every possible hook but can’t seem to make it work:
add_filter( 'woocommerce_default_address_fields', 'billing_postcode'); function billing_postcode( $address_fields ) { $address_fields['billing_postcode']['required'] = false; return $address_fields; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Impossible to make billing Postcode not required’ is closed to new replies.