Hi All,
How to hide a confirm payment dialog box if a payment value is $0?
I can hide Authorize.Net Payment section but it still ask for payment confirmation of $0.
Thanks in advance.
Hi All,
How to hide a confirm payment dialog box if a payment value is $0?
I can hide Authorize.Net Payment section but it still ask for payment confirmation of $0.
Thanks in advance.
Does anyone know if this script will work?
$("#q38").change(function(){
if($('input[value="Yes"]').is(':checked')){
$(".braintree-mobile-responsiveness-block").first().parent().parent().parent().show();}
else {
$(".braintree-mobile-responsiveness-block").first().parent().parent().parent().hide();}
})
});
I saw it on another post. I have a slight issue in that I am unsure what the authorize mobile responsive block is called for authorize.
This post (https://answers.laserfiche.com/questions/138481/Hide-Authorizenet-on-checkbox-selection#138591 )is close, but it simply hides the dialog, and you still have to confirm a 0 payment, unlike the above script/ scenario that will also hide the confirm 0 payment (link to that post: https://answers.laserfiche.com/questions/116676/Disable-BraintreePaypal-Form-Integration-Upon-Selection#116690
Thanks for any help, and hopefully you can get a 2 for one assist!
Has anyone come up with a solution to this in the last few years?
I am running into the same issue with the confirmation popup listing a $0 purchase when paying by check or over the phone and using Authorize.net
Thanks in advance for any help you can provide.