Rating: 1 star
I think that the developers of this plugin have abandoned it (there is a message that they have ceased business operations on their site).
This plugin should be removed because it no longer works, and is clearly never going to be updated.
]]>Rating: 5 stars
It saved me a lot of my time!
I set up my store to easily add a product to the cart with a coupon.
It’s great for newsletters coupons, as in my case.
Thanks!
Rating: 4 stars
Good plugin but I think i found two defects:
1. To apply the coupon the link should be https://www.example.com/coupon?code=couponcode and NOT https://www.example.com/coupon/couponcode
2. When clicking the URL to add the coupon, if the cart is empty or there is no session yet, the coupon won’t persist. Also no error will be returned in this case. To solve this, just needs to persist a session cookie before calling the WC->cart->add_discount function.
// Set a session cookie to persist the coupon in case the cart is empty.
WC()->session->set_customer_session_cookie( true );
Thanks!
adnovasi