IMPORTANT: This code is made available in the hope that it will be useful, but without any warranty. See the GNU General Public License included with the code for more details. Automattic or WooCommerce support services are also not available to assist with the use of this code.
This plugin automatically adds a specified coupon to every resubscribe cart. The coupon code should be set as the constant WOOCOMMERCE_SUBSCRIPTIONS_AUTO_RESUBSCRIBE_COUPON. For example:
define( 'WOOCOMMERCE_SUBSCRIPTIONS_AUTO_RESUBSCRIBE_COUPON', 'my-coupon-code' );Please note that the specified coupon will not be restricted to only work on resubscribe carts.
To install:
- Download the latest version of the plugin here
- Go to Plugins > Add New > Upload administration screen on your WordPress site
- Select the ZIP file you just downloaded
- Click Install Now
- Click Activate
To keep the plugin up-to-date, use the GitHub Updater.
If you find an problem or would like to request this plugin be extended, please open a new Issue.