-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
coupon with maximum uses per customers, also for guest checkout (use email) #776
Comments
@seansan |
this I know hence the request to create a setting to maximize it per unique email On Fri, Jan 16, 2015 at 4:30 PM, tkacheva notifications@github.com wrote:
|
@seansan |
Many articles have been written about this No. They don't. But some people do. But they need to know. Need to want to do it. And actually do it. The solution is better than now = no functionality to check at all Sent from my iPhone. On 28 Jan 2015, at 17:18, tkacheva notifications@github.com wrote: @seansan — |
We will look into this. Thank you! |
Internal ticket: MAGETWO-32177 |
I also want to limit guest user to use coupon only once.I also want this feature. Does anyone have the solution? |
I agree - but think this is a new ticket. With its own argumentation. |
Hi Sensan, |
@hi there, @sonalagr , for now you will have to set the promo code to be valid for logged in customers only (remove NOT LOGGED IN option). |
@rex-z coupon enhancements is a part of promotion scope. Follow the roadmap updates |
@tkacheva : "Follow the roadmap updates" Where can these be found? (did not know this either) |
@seansan they are given at magento live and imagine conference |
OK. THX FYI Would be really good to have this online somewhere. On Wed, Jun 22, 2016 at 11:49 AM, Olena Tkacheva notifications@github.com
|
Thank you for your submission. We recently made some changes to the way we process GitHub submissions to more quickly identify and respond to core code issues. Feature Requests and Improvements should now be submitted to the new Magento 2 Feature Requests and Improvements forum (see details here). We are closing this GitHub ticket and have moved your request to the new forum. |
Bug fixes: * MAGETWO-62426: "As low as" price shown if price different on global and store view level
Hi There, I have also requested this feature too and be referenced to this thread. I cannot find this specific ticket easily on the new forum. Is anyone able to provide an update on when this feature is likely to be available? We really need to be able to limit a coupon code to a 1 time use only for non logged in customers. Please advise the status/is this going to be introduced and when? Thanks |
Since this core fix only seem to apply to M2.3 try https://github.com/magepal/coupon-limit-guest-checkout |
…port-from-travis Remove Support of PHP 7.0.* on Travis Builds
When a coupon is made with maximum uses per customers. Then one would expect it to check the database for an order from that customer (and we have the email). Or at least an option: if not logged in, check email too.
So the option use coupon once only counts logged in customers
When there should also be a check for (unique) email counts per order for guest checkouts
This would be great to add. We have a customer who has ordered every month the last year with a coupon code that can only be used once per customer. It is not closed loop solution: but checking for an already existing order from the email you would solve 99%
http://magento.stackexchange.com/questions/4785/magento-coupon-codes-only-one-coupon-guest-customer
The text was updated successfully, but these errors were encountered: