• Resolved stanleypl

    (@stanleypl)


    Hello WooCommerce Community,
    I’m facing a particular issue that I haven’t been able to resolve on my own, so I’m reaching out to you for help. We have a specific virtual product in our onlineshop, and we need to set up the tax rate to be based on the field Company name - for Invoice?(optional).
    Here is the link to the checkout page: https://cloud.3mdeb.com/index.php/s/KoTsXCZne4k7rJH
    Is it even possible to do that? Essentially, the tax will be 23%, but if customer enters their Company name, we’d like to either reduce the tax rate or make it non-applicable. I’m not sure if such an option exists or if we need to explore alternative solutions.

Viewing 1 replies (of 1 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @stanleypl

    WooCommerce by default does not have a feature to adjust tax rates based on the billing details. The tax settings in WooCommerce are based on the customer’s shipping address, billing address, or shop base address.

    That said, you can potentially achieve this with custom coding or with the help of an additional extension. You’ll need to hook into the WooCommerce tax calculation process and add your own conditions. This would require a decent understanding of PHP and the WooCommerce plugin structure.

    Please note that custom coding is not something we can assist with directly. If you are not comfortable with coding, you might want to consider hiring a developer or reaching out to a service like Codeable. They specialize in WordPress and WooCommerce customizations and could help you implement this feature.

    Alternatively, consider checking out plugins like the WooCommerce Conditional Shipping and Payments. This allows you to restrict payment methods, shipping methods, and shipping countries/states available at checkout. You can set conditions such that if a customer enters their company name, the tax becomes non-applicable.

    Additionally, you might want to try the WooCommerce Dynamic Pricing & Discounts plugin. This lets you set up dynamic pricing and discounts. For example, if a customer enters their company name, a discount (in the form of reduced tax) could be applied.

    I wish I could help more, but hopefully, this gets you going in the right direction to get the job done.

Viewing 1 replies (of 1 total)
  • The topic ‘Setting up Taxes in WooCommerce – tax based on Company name’ is closed to new replies.