Forum Replies Created
-
AuthorPosts
-
philipp oberthür
Participantok solved, if anybody needs to know, with this code theres a error message if you dont put in a street number:
// Check if address field contains house number otherwise provide error message
add_action( ‘woocommerce_after_checkout_validation’, ‘validate_checkout’, 10, 2);
function validate_checkout( $data, $errors ){
if ( ! preg_match(‘/[0-9]/’, $data[ ‘billing_address_1’ ] ) ){
$errors->add( ‘address’, ‘Achtung: Bitte Hausnummer angeben’ );
}
}philipp oberthür
Participant@all
somebody knows if i can use this plugin for the checkout form field?
philipp oberthür
Participantok thank you very much, then i will wait for the ticket answer 🙂
philipp oberthür
Participantgreat support again from Ali2Woo Support Team, they will fix it with the next update!
Thank you guys! Great support!
philipp oberthür
Participantphilipp oberthür
Participanthi, when we can download the new version?
-
AuthorPosts