I am trying to figure out the best way to solve my problem below. The issue involves services (non-taxable) and products that are taxable.
My website offers CPR courses which is a service (non-taxable), along with the option to purchase the book which is taxable. So I set up the products as the CPR courses and the variants as, "yes" or "no" on purchasing the book.
If the user selects yes, how would I add an additional product to the cart when they check out?
The user can also buy the book by itself, so I set those up as products as well.
Is there another way I should be doing this?