Having the same issue with the checkout and also the persistency of the coupon code: If for example you add products which do not satisfy the requirements of the coupon (like minimum price) and then you edit the contents of the cart to rectify this, the coupon is not reapplied.
@highrollerusa What was the plugin that you found which works for you?
Many thanks!
-
This reply was modified 2 years, 2 months ago by
Masidus.
@masidus I wasn’t allowed to directly link to competing plugins, but you can search github for a plugin called WooCommerce Coupon Links by author Cedaro. You can use shortlink structures similar to this plugin, just making a small change to the shortlink code.
For example:
OLD https:\\shop.example.com\product\invisible-watch?coupon=vip-x4tz8
NEW https:\\shop.example.com\product\invisible-watch?coupon_code=vip-x4tz8
For applying coupons directly to cart and checkout pages, I use this guide:
https://businessbloomer.com/woocommerce-custom-add-cart-urls-ultimate-guide/
Using this guide, you can add coupon codes as well.