disable taxation on specific custom billing address field
-
I’m developing a WordPress Theme with an E-commerce section with Woocommerce. On the website are sold only digital products (courses registrations, subscriptions, etc.), therefore there is no shipping. In addition, users can checkout only as a guest.
I’ve added some custom fields to the billing address. I need to disable taxation when one of this custom field (a select input) has a specific value.
In woocommerce settings is possible to set Standard Tax Rates based on billing address, but only for defaults fields (Country, city, zip, etc.)
Is there a way to do the same thing based on a custom field instead of a standard one?
I found this snippet but requires users to be logged in.
Thank you.
- The topic ‘disable taxation on specific custom billing address field’ is closed to new replies.