laravelshoppingcart
laravelshoppingcart copied to clipboard
Cart Conditions
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
You could add the Tax Condition to those Cart Items instead of the whole Cart?
I also want to apply promocode on subtotal not on individual cart item. Is there any workaround for this?