We'll create fresh WordPress site with Unique Coupons installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Allows you to upload a set of coupon codes you want to distribute to your users. Each coupon is assumed to be used only once.
You can manage multiple sets of coupons from different sources.
Your users are shown a popup next time they visit the site. They have are only shown the coupon after clicking a button, to ensure interest.
After installing, you’ll find a new menu item in the admin area near the bottom called ‘Coupons’. All administration is done from there.
There are coupons and (coupon) groups.
Each coupon belongs to exactly one group and has a value and expiry date.
A group contains many coupons and defines the template that is shown to the users within a popup. By default, only logged in users can get coupons.
Start by creating a new group. Give it an unique name and write out the template.
There are four buttons in the editor, which mark the speical areas for the popup. Highlight the according text and press the button to mark it up.
Save the group and add some coupons. You can add multiple coupons with the same expiry date. Just make sure that every coupon gets its own line (empty lines are ignored).
Now you’re ready to go. But you may want to have a look at the default settings. There you can adjust delays between events to not spam your users.
Most of the user-facing customization can be done in the group editor. If you want to change the users which should be able to get coupons, you can hook into the unique_coupons_user_is_authorized_for_coupons
filter. Currently, there is no way to distribute coupons to anonymous users (keeping track is done server-side). So even if you allow this through this filter, it will not work.
unique_coupons_user_is_authorized_for_coupons
.The source code is hosted on Josef37/unique-coupons.
Feel free to create a new issue, when you have questions or feature requests, or consider making a pull request.
There is a separate developer README, which helps you set up the development environment.
If this plugin helped you in any way, I’d like to hear your feedback.