=== Woo Coupon URL === Contributors: personaldiscount, solvenium Tags: woocommerce, coupon, discount, url, link, automatic, apply Requires PHP: 5.6 Requires at least: 4.8 Tested up to: 5.1.1 WC tested up to: 3.5.3 WC requires at least: 3.0.0 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Attach a coupon code to your URL and apply it automatically to the cart. == Description == This plugins enables you create links with a coupon code that will be applied automatically. If your shop URL is `https://shop.example.com` then you can add a coupon code in a query parameter like this `https://shop.example.com?coupon=WELCOME10`. You can add the coupon code to any URL pointing to a page within yor WooCommerce store. It can be a homepage, product, category, cart, checkout or any other page. * `https:\\shop.example.com\product\invisible-watch?coupon=vip-x4tz8` * `https:\\shop.example.com\product-category\new-arrivals?coupon=HELLO-4M1GO` * `https:\\shop.example.com\product-category\new-arrivals?coupon=HELLO-4M1GO` ***Example use case*** A perfect case for Woo Coupon URL is when you want to offer a discount to your newsletter subscribers. Normally, you'd append a coupon code to the email, and your customers would need to copy and paste the code. With Woo Coupon URL you can now send a link with the discount code that will be applied when your customers click on the link. == Installation == 1. Upload the `woo-coupon-url` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. Woo Coupon URL on the plugins list. 2. Coupon code applied automatically from the URL. == Changelog == = 1.0.1 = * Tested on Wordress 5.1.1 = 1.0.0 = * Initial version