I am having Site of WordPress for that i am trying to install this plugin but after all details filled from my side. I am getting this error ( Installation failed: Could not create directory.)
Please help me with this.
Regards
But currently issue is miniOrange : Phone Field not Found. as i use Custom Register form with form and email fields ids
https://nimb.ws/cXMyZA
not getting the issue.
Hope yoour team will help in this matter.
]]>This formula dosent work
[tel* mo_phone min:8 max:9 class:mo_phone placeholder “Use phone number in format XXXXXXXXX”]
]]>add_action( 'woocommerce_checkout_process', 'wc_remove_checkout_fields11' );
function wc_remove_checkout_fields11($current_user_id){
$current_user_id = get_current_user_id();
$phone = get_user_meta($current_user_id ,'_billing_phone',true);
$billing1= get_user_meta($current_user_id ,'billing_checkbox',true);
$phone2=$_POST['_billing_phone'];
if ( isset( $_POST['billing_checkbox']) ) {
if($phone==$phone2 && $billing1==1){
remove_action( 'woocommerce_after_checkout_validation', 'place_test_request211',10 );
wc_add_notice( 'we already have a user with the same mobile number and has recieved the gift', 'error' );
}
elseif($phone==$phone2 && $billing1==0){
wc_add_notice('phone equal but not recieved a gift','error');
add_action( 'woocommerce_after_checkout_validation', 'place_test_request211',10,1 );
}
elseif($phone!=$phone2 && $billing1==1){
wc_add_notice('phone not equal but recieved a gift','error');
add_action( 'woocommerce_after_checkout_validation', 'place_test_request211',10,1 );
}
elseif($phone!=$phone2 && $billing1==0){
add_action( 'woocommerce_after_checkout_validation', 'place_test_request211',10,1 );
}
}
}
This is my code where i have added action inside the if clause in order not to stop the action of adding a gift, and remove action to stop the action of adding a gift. but it is not working. any advise and help please
]]>Some clients have a third-party app like true caller.
The SMS is not getting received by clients.
What can be done? how do I know if the OTP has been sent?
]]>