-
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
Hi - can we enable trigger coupon via URL in Magento 2? #527
Comments
@seansan, we created a ticket in the product backlog and the team will investigate on this. We will get back to you once we finish investigating it. |
Assigning to @tkacheva. |
@seansan, thank you for bringing up the topic. Could you provide examples when merchants will benefit from this feature? |
Have a look @ the call mention + the link provided Sometimes one offers a discount to a channel. or "Click here to apply discount" very wanted |
Internal ticket: MAGETWO-23160 |
Thanks for the example. It's a valuable point! We will consider this feature in the promotion backlog |
Change in internal ticket to MAGETWO-38709 |
@seansan we have made this change. You can test it:
If you add a product to the cart that meets the conditions of the rule after entering from the URL, the rule will be applied and the user notified. The rule conditions must be met in a single add to cart step. For example, consider a rule that has a condition that quantity must be > 1. If you enter through the URL with code and then add 1 to cart and add 1 to cart in two steps, the coupon will not be applied. We are looking at enhancing this feature to account for these cases. |
I understand So the "stored" cart coupon is not checked for indefinitely? but only the BTW: great work! On Mon, Jul 27, 2015 at 7:09 PM, Mark Brinton notifications@github.com
|
You are correct. We are considering adding a feature called "persistent" coupons that would extend the current functionality. |
Ok! Sent from my iPhone. On 27 Jul 2015, at 19:28, Mark Brinton notifications@github.com wrote: You are correct. We are considering adding a feature called "persistent" coupons that would extend the current functionality. — |
- restore fixes to branch and fix test
[FearlessKiwis] Sprint 64: Bug fixes
I was browsing thru M2.3.1. but cant find this functionality.
Did you implement the persistent function? This is quite important! It should handle the use cases for real customers ... often via email where they click a link, start with an empty cart ...might visit the empty cart ... then add a product .. but they may also first check a product add it to cart .. then go to cart .... ot they may add a product to cart, then remove it to cart, then add another product and go to cart |
Reference to similar functionality https://marketplace.magento.com/wsnyc-module-couponlink.html |
** Mark con you confirm this functionality is in 2.3.1? ** Also what is the result from below? This would be very good to have
** Another function we have seen before is to add a "redirect" variable. This way the link "http://example.com/index.php/checkout/cart/CouponPost/coupon_code/couponcode" would like "http://example.com/index.php/checkout/cart/CouponPost/coupon_code/couponcode?redirect=http://example.com" => in this case the coupn would be applied, the customer would be redirected to the page http://example.com and a message would be shown "Coupon code was activated" |
Adding @tkacheva as this relates to promotions |
I've implemented this functionality in a free and open source module. If anyone wants to use it in the meantime until this is fully implemented by the Magento team, you can find it here: https://github.com/crankycyclops/DiscountCodeUrl Hope it's useful to someone :) My module is still pretty new and needs more testing (if you want to help me out, I would greatly appreciate it!) |
ACPT-1194: Fixing bugs found by web api functional tests
Hi - can we enable trigger coupon via URL in Magento 2?
http://www.drewgillson.com/blog/how-to-apply-magento-coupon-codes-automatically/
see #120 which was closed too fast without reading the replies
The text was updated successfully, but these errors were encountered: