/woocommerce-coupon-links

A WordPress plugin to automatically apply WooCommerce coupon codes to the cart via a URL.

Primary LanguagePHP

WooCommerce Coupon Links

Automatically apply WooCommerce coupon codes to the cart via a URL.

Contributors: Luke McDonald, Brady Vercher
Requires: 4.0
Tested up to: 4.3
License: GPL-2.0+

Usage

First, you will need to set up a coupon code in WooCommerce. The coupon code can then be applied by adding a coupon_code query argument to the cart URL.

https://audiotheme.com/cart/?coupon_code=highfive

If the cart is empty, the coupon code will still be applied and visible once the user adds a product.

Probably more useful than just applying a coupon code to the URL, is appending the coupon code argument to the end of a product's add-to-cart URL.

https://audiotheme.com/view/promenade/?add-to-cart=2804&coupon_code=highfive

In the above example, a product with the id of 2804 will be added to the cart with the highfive coupon applied.

Installation

Upload

  1. Download the latest release from GitHub.
  2. Go to the Plugins → Add New screen in your WordPress admin panel and click the Upload button at the top next to the "Add Plugins" title.
  3. Upload the zipped archive.
  4. Click the Activate Plugin link after installation completes.

Manual

  1. Download the latest release from GitHub.
  2. Unzip the archive.
  3. Copy the folder to /wp-content/plugins/.
  4. Go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the WooCommerce Coupon Links item.

Read the Codex for more information about installing plugins manually.

Git

Clone this repository in /wp-content/plugins/:

git clone git@github.com:cedaro/woocommerce-coupon-links.git

Then go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the WooCommerce Coupon Links item.