Change Delivery location in checkout
-
Hi guys,
I’m a huge fan of your plugin, it is really amazing!
I have two small problems:
1. On chekout page I would like to have the delivery location as optional field. I used this to make postcode optional but I can’t find to do the same for user location
add_filter( ‘woocommerce_default_address_fields’, ‘adjust_requirement_of_checkout_address_fields’ );
function adjust_requirement_of_checkout_address_fields( $fields ) {
$fields[‘postcode’][‘required’] = false;return $fields;
}2. Also, I can’t find how to tranlate this field, including the placeholder. I’ve tried with loco translate but I can’t find the quote.
Thankyou very much
The page I need help with: [log in to see the link]
- The topic ‘Change Delivery location in checkout’ is closed to new replies.