How to Disable Billing Address validation checkout Page with Paypal Express
-
Hi,
I am having trouble to disable Billing Address validation checkout Page when customer selects Paypal Express checkout.
I have use below code which I found in documentation page and thought Paypal Express checkout in checkout page will not validate the billing address and will work just like paypal checkout in cart page , but it is still validating.
add_filter(‘woocommerce_paypal_express_checkout_address_not_required’, ‘__return_true’ );
Could you please check what is i am doing wrong
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to Disable Billing Address validation checkout Page with Paypal Express’ is closed to new replies.