Constant Contact Discount is a woocommerce addon which allows you to setup discount for constant contact newsletter signups on your site.
Whenever a new user signups for your newsletter the plugin automatically generates a coupon code based on the admin settings and email it to the registered email id.
The plugin internally uses the default woocommerce coupons so there are lots of filter and criteria options when you setup signup discount.
[wc_constant_contact_discount]shortcode to use the constant contact discout form on your page/post/widget etc.
| Variable | Description |
|---|---|
width | Define a width for the signup form. Possible values: 100px, 100%, 500px etc. Usage: [wc_constant_contact_discount width="400px"] |
align | Set the alignment for the signup form. Possible values: left,right and center. Usage: [wc_constant_contact_discount align="center"] |
layout | Define the layout for the form. Possible values are horizontal and vertical. The default value is vertical. Usage: [wc_constant_contact_discount layout="horizontal"] |
btn_width | Set width for the subscribe button. Possible values: 100px, 429px, 100%, 69% etc. Usage: [wc_constant_contact_discount btn_width="300px"] |
btn_align | Set the alignment for the subscribe button. Possible values: left,right and center. Usage: [wc_constant_contact_discount btn_align="right"] |
top_text | Define a text that would appear on top of the form. Usage: [wc_constant_contact_discount top_text="Subscribe to our newsletter and win discount"] |
top_text_color | Set a text color for the top text. Usage: [wc_constant_contact_discount top_text_color="#ffcc00"] |
You can combine any of the shortcode variables and create different type of forms. Check some examples below:
[wc_constant_contact_discount width="400px" align="center" btn_width="100%" texttop_text_top="Signup for newsletter" top_text_color="#333333"]
Version 1.5 (25 July 25) - Fixed Rejection issue Version 1.4 (24 July 25) - Fixed Security issue - Code optimisation Version 1.3 (1st sept 21) - Upgraded the plugin to match the latest coding standards. - Tested with latest WordPress and fixed related issues. - Tested with latest WooCommerce and fixed issues. Version 1.2 (6th Sep 18) - Fixed issue for coupon validation - Fixed issue for email sending - Fixed issue for email from name and email from Version 1.0 (12 JUN 15) - Initial public release.