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 Support for multiple discount codes to be applied at the same time #3642

Open
Noodleyman opened this issue Sep 12, 2024 · 0 comments
Open

Comments

@Noodleyman
Copy link

This came up on a complex store this week with tens of thousands of products and multiple promotions across different brands.

The promotions are promotional codes, where a percentage off those specific items can be applied. the promotional codes are product locked.

If the customer happens to want to purchase two items across two promotions, they can only apply one of the vouchers, thus the site limits them to one promotion. Ideally it should allow both.

Perhaps a new setting within promotional codes "Solo use only", meaning if checked and that code is applied it will replace any existing applied code. If not set it will add/stack onto existing applied codes as needed.

Is this something that can be considered for a future version of CubeCart?

Thank you,

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

2 participants