Showing 1–30 of 31 results
add_action( 'woocommerce_checkout_process', 'wtwh_checkout_fields_custom_validation' ); function wtwh_checkout_fields_custom_validation() { if ( isset( $_POST['billing_phone'] ) && ! empty( $_POST['billing_phone'] ) ) { if ( strlen( $_POST['billing_phone'] ) < 7 ) { wc_add_notice( 'Phone Field requires at least 7 Digits / Number', 'error' ); } } }
Get free shipping on order above ₹500 in Delhi
Showing 1–30 of 31 results
Chat with us