The discount plugin for WooCommerce helps you create bulk discount, quantity discount, storewide sale, dynamic...
VoucherPress is a Wordpress plugin that allows you to give downloadable, printable vouchers/coupons in PDF format away on your site.
VoucherPress is a WordPress plugin that allows you to create and manage vouchers, coupons, tickets, or tokens on your website. You can customise vouchers with your own text, layouts, and fonts, and they can be downloaded and printed from a specified URL. The plugin includes features for requiring user registration to access vouchers, ensuring that each voucher with an email address is unique and can only be used once.
The plugin also offers shortcodes for linking to specific vouchers and displaying lists of all vouchers. Additionally, it includes hooks for developers to run custom code when vouchers are created, edited, or registered for, making it suitable for those who want to extend its functionality.
Best for: This plugin suits businesses or individuals looking to offer vouchers or coupons on their WordPress site.
What it does well
Where it falls short
VoucherPress provides basic functionality for creating and managing vouchers, but its age and moderate rating suggest you should consider your specific needs before using it.
Chris Taylor's own description of VoucherPress, lightly tidied.
Thanks for using VoucherPress. It’s great to see so many people creating vouchers for all kinds of business. From pizza joints to jewellers, cleaning companies to sports clubs – you’ve created thousands of vouchers, and I’m really proud to have created something which has been useful to so many people.
As I work on the next version of VoucherPress it would be really helpful if you could fill in this short survey. Many thanks for your time.
Have you ever wanted to give away vouchers, tickets, coupons or tokens on your website? If so this plugin is for you. You can create a voucher with whatever text you want, choosing the layout and font from a range of templates (you can also add your own templates). Vouchers can then be viewed, downloaded and printed from a specified URL.
There are shortcodes to add a link to a particular voucher, to show an unordered list of all your vouchers, or to show the registration for to request a restricted voucher.
You can require visitors to provide their name and email address to get a voucher. If an email address is required an email is sent to the address with a link to the voucher URL. Each voucher has a unique code, and vouchers that have an email address associated with them can only be used once, so once a registration-required voucher is downloaded it can’t be downloaded again.
From version 1.1.2 the plugin also offers a selection of hooks which you can use to run your own custom code. The hooks are:
When a voucher is created, this hook returns the properties of the voucher. You can use it like this:
add_action( ‘voucherpress_create’, ‘my_voucherpress_create_function’ );
function my_voucherpress_create_function( $id, $name, $text, $description, $template, $require_email, $limit, $startdate, $expiry ) {
// do something here…
}
When a voucher is edited, this hook returns the properties of the voucher. You can use it like this:
add_action( ‘voucherpress_edit’, ‘my_voucherpress_edit_function’ );
function my_voucherpress_edit_function( $id, $name, $text, $description, $template, $require_email, $limit, $startdate, $expiry ) {
// do something here…
}
When someone registers to download a voucher and an email is sent to them, this hook returns the voucher and the users details. You can use it like this:
add_action( ‘voucherpress_register’, ‘my_voucherpress_register_function’ );
function my_voucherpress_register_function( $voucher_id, $voucher_name, $user_email, $user_name ) {
// do something here…
}
Other plugins for running discounts.
The discount plugin for WooCommerce helps you create bulk discount, quantity discount, storewide sale, dynamic...
Best WooCommerce coupons plugin to create advanced coupons and discount codes with auto-apply, BOGO, free ship...
The best order export import plugin for WooCommerce. Easily import and export WooCommerce orders and WooCommer...
WooCommerce wholesale plugin for serving wholesale & B2B customers. Adds wholesale pricing, user roles, dy...
The most powerful affiliate plugin for WooCommerce. Track commission, generate referral URLs, assign affiliate...
The discount plugin for WooCommerce supports any dynamic pricing discount: bulk discount, role discount, store...