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

Add option for variation group to ignore quantity #169

Open
erommel opened this issue May 30, 2020 · 0 comments
Open

Add option for variation group to ignore quantity #169

erommel opened this issue May 30, 2020 · 0 comments

Comments

@erommel
Copy link
Contributor

erommel commented May 30, 2020

Let users specify whether they want variation group to consider quantity multiplier or not.

Use-case scenario example from a user:

Product: Book – $39
Quantity: 1
Optional choices: lifetime updates – $9.99
Final price: 1x Book ($39) + 1x Lifetime updates ($9.99) = 48.99

Problem arises when customer choose quantity of more than 1, because the optional choices (lifetime updates for $9.99) is also calculated two times

Product: Book – $39
Quantity: 2
Optional choices: lifetime updates – $9.99
Final price: 2x Book ($78) + 2x Lifetime updates ($9.99) = 97.98

When choosing quantity 2, it also calculates liteime updates two times instead of just one time.

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

No branches or pull requests

1 participant