Perfect plugin
-
Pugin work perfect,thanks for your work!!
Please if you can, add function to add Code?PHP ( functions.php ) like Code Snippets
I need to make the postal code optional
This code:
add_filter( ‘woocommerce_checkout_fields’, function( $fields ) {
$fields[‘shipping’][‘shipping_postcode’][‘required’] = false;
return $fields;
});
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this review.