• I am building a site where you can pay for cremations online. I need some help figuring out the taxes. So let’s say I have a package for $799. That package only includes services which are not taxed. I am using the Product Addons plugin for the additional options such as selecting additional services and selecting the urn. The urn(any actual merchandise) is taxed. Does anyone have any suggestions on how to handle this?

    To take it a step further, I have locations in 3 states. So I need to figure out how to change the tax based on the location they want to use as well. Any help would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    if Product Addons plugin don’t support tax class then I think you can do nothing with that :/ Maybe try with another plugin which support tax.

    Maybe you don’t need plugin, variations for product isn’t enough?

    Thread Starter jfahey

    (@jfahey)

    Hi Piotr,
    Thank you for the reply. I am able to create variations with no issue. My problem is that the main package is not taxable. Only the add-ons are. Using product variables, I am still unsure of how to handle this tax wise. If there was somewhere I could put some custom tax calculation code maybe. I need to be able to do something like this: $amount – $initialPackagePrice = $taxableAmount.

    Would grouped products do this. Each component product can have its own tax class. Not tried it for this application but a method to look at.

    Basically you make an empty group and then add existing component products to it.
    https://docs.woocommerce.com/document/managing-products/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with Taxes’ is closed to new replies.