-
Notifications
You must be signed in to change notification settings - Fork 479
Open
Description
I have two types of product - simple, and subscription in my system
and want to apply Tax around 7% (which should be applied only on the simple product as well as only on shipping 5 l) )
Not on the subscription product
Eg -
Cart having
- One subscription product - $50
- One simple product - $20
- One more simple product - $10
- Shipping - $5
Then tax will calculate on ($20 + $10 + $5)
how can I achieve that ??
Thank You
Metadata
Metadata
Assignees
Labels
No labels