Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    try this :

    add_filter( ‘woocommerce_default_address_fields’ , ‘gpls_woo_rfq_postcode_validate’,100,1 );

    function gpls_woo_rfq_postcode_validate( $address_fields ) {
    $address_fields[‘postcode’][‘validate’] = array();
    return $address_fields;
    }

    I’ve seen you solve the issue with the new version. I installed it and OK.

    Thank you!!!

Viewing 2 replies - 16 through 17 (of 17 total)

The topic ‘Please enter a valid postcode/ZIP’ is closed to new replies.