Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cart Conditions #361

Open
vikasjaindevdigital opened this issue Mar 11, 2023 · 2 comments
Open

Cart Conditions #361

vikasjaindevdigital opened this issue Mar 11, 2023 · 2 comments

Comments

@vikasjaindevdigital
Copy link

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

  1. One subscription product - $50
  2. One simple product - $20
  3. One more simple product - $10
  4. Shipping - $5

Then tax will calculate on ($20 + $10 + $5)
how can I achieve that ??

Thank You

@mattvosloo-cuberoute
Copy link

You could add the Tax Condition to those Cart Items instead of the whole Cart?

@ashish-spaceo
Copy link

I also want to apply promocode on subtotal not on individual cart item. Is there any workaround for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants