Changeset 3365055
- Timestamp:
- 09/20/2025 06:03:08 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coupon-urls-for-woocommerce/tags/1.3.3.1/readme.md
r3269115 r3365055 1 1 === Coupon URLs - Apply a Coupon from a Custom Link - for WooCommerce === 2 2 Contributors: neblabs 3 Tags: woocommerce, coupons, woocommerce coupons, url coupons 3 Tags: woocommerce, coupons, woocommerce coupons, url coupons, coupon links 4 4 Requires at least: 4.7 5 5 Tested up to: 6.8 6 Stable tag: 1.3.3 6 Stable tag: 1.3.3.1 7 7 Requires PHP: 7.2 8 8 License: GPLv2 … … 15 15 A 100% free plugin. Free forever. No "pro" version. Premium quality. Made for WooCommerce. 16 16 17 Compatible with WooCommerce 9.* (latest)17 Compatible with WooCommerce 10.* (latest) 18 18 19 ##Automatically apply coupons by URL 19 20 Coupon URLs is a WooCommerce extension that allows you to apply a WooCommerce coupon by clicking a custom link on your site. You have full control over the URL. You can create any URL you want from your own domain, there are no limits or restrictions: 20 21 … … 25 26 * https://example.com/offers/?code=FALL50 26 27 * https://example.com/a/very/deep/path 28 * https://example.com/your/custom/coupon/link?from=url 27 29 28 30 You can also add a WooCommerce product automatically before adding the coupon. 29 31 30 ##Add a product before adding the coupon32 ##Add a product automatically before adding the coupon 31 33 Coupon URLs allows you to add a product from your store automatically before applying the discount/coupon. You can even select the quantity! 32 34 … … 34 36 35 37 ##Redirect to the cart, the checkout page or any other page after applying the coupon 36 You can select *any* page on your site to redirect to after applying the coupon. Want to redirect to the cart? The checkout page? A specific product page? A custom page? We got you covered! 38 You can select *any* page on your site to redirect to after applying the coupon. Want to redirect to the cart? The checkout page? A specific product page? A custom page? We got you covered! You can also choose not to redirect to any page after the coupon link was clicked! 37 39 38 40 Redirect to: … … 46 48 47 49 ##Smart apply 48 If the customer's cart is empty (and you haven't added the Add Product action), Coupon URLs will remember to add the coupon as soon as the customer adds a product to their cart. No manual actionneeded.50 If the customer's cart is empty (and you haven't added the Add Product action), Coupon URLs will automatically apply the coupon as soon as the customer adds a product to their cart. No manual action is needed. 49 51 50 52 ##Beautiful builder … … 58 60 * Redirect 59 61 60 Coupon URLs is an original Neblabs design. We love your opinion. If you have feedback or new ideas that you'd like to see, [let us know](https://wordpress.org/support/plugin/coupon-urls-for-woocommerce/). You can view the repo [here](https://github.com/Neblabs/coupon-urls).62 Coupon URLs is an original Neblabs concept. We love your opinion. If you have feedback or new ideas that you'd like to see, [let us know](https://wordpress.org/support/plugin/coupon-urls-for-woocommerce/). You can view the repo [here](https://github.com/Neblabs/coupon-urls). 61 63 62 64 == Frequently Asked Questions == … … 64 66 = How to use this plugin? = 65 67 Coupon URLs add a new section to the classic coupons admin screen. Go to [WordPress Admin] > Marketing > Coupons and create or edit a coupon. You will find a "Configure URL" button bellow the coupon code field. 68 69 = Are the URLs case-sensitive? = 70 Your custom coupon links will not be case-sensitive. This means your links will work no matter if you use uppercase or lowercase letters. For example, if your coupon URL is example.com/code/FALL50, then the same url will work: example.com/code/fall50 and example.com/CODE/FALL50 71 72 = What happens if I don't add a redirection? = 73 If you don't add a redirection, the coupon will be applied and the page for that URL will be loaded as normal. 66 74 67 75 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.