• Resolved akhr

    (@akhr)


    I’m having a bit of a time figuring this one out. I need to set a static upper limit($10.00) to a tax rate(2%) when a $500.00 value is met. I do not believe there is a function within WooCommerce to set this condition.

    Per the City’s Sales Tax Information Sheet: The tax rate is 2%, up to the first $500.00 of a transaction. (A buyer will never be charged more than $10.00 per transaction.)

    Any ideas on how this can be achieved? Perhaps I’m missing something simple.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi there,

    Conditional tax functionality is not included in WooCommerce by default and if you will not be able to find a plugin which modifies tax conditionally based on product prices – you might have to add some custom code.

    This example shows somewhat similar code customization and the same approach could be used:

    https://stackoverflow.com/questions/44950932/set-different-tax-rates-conditionally-based-on-cart-item-prices-in-woocommerce

    If you’ll be having a hard time implementing this – you may want to hire a developer.

    Thread Starter akhr

    (@akhr)

    Thanks @grigaswp,

    That is near exactly what I was looking for! My google-fu is not the best sometimes.

    If I’m to take the same approach as that solution, I will need to start looking into how I can force a Tax Class as a flat amount rather than a % rate.

    Plugin Support Grigorij S. a11n

    (@grigaswp)

    Hi @akhr,

    I’m glad to hear my suggestion is close to what you’ve been looking for.

    I’ll be marking this thread as resolved but feel free to open a new thread and link to this one if you have further questions.

    Have a wonderful day ahead!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set a Tax Rate Value Max’ is closed to new replies.