PW WooCommerce Gift Cards
Your WooCommerce store should offer gift cards! Gift Cards are convenient and increase sales organically. the WooCommerce Gift Cards plugin makes it easy to sell gift cards to your store. So easy to get started, you can be selling gift cards for your WooCommerce store in 5 minutes! The PW WooCommerce Gift Cards plugin is designed for online stores using WooCommerce, enabling them to sell digital gift cards seamlessly. With this plugin, customers can purchase gift cards by selecting a predefined amount, entering the recipient’s email, and adding a personalized message. The recipient receives an email containing the gift card code, which they can apply during checkout to redeem the balance. For store owners, the plugin integrates smoothly with WooCommerce, allowing for easy creation and management of gift card products. It utilizes WooCommerce’s email template system to ensure consistent and professional communication with customers. Additionally, the plugin supports guest checkout, meaning recipients can redeem gift cards without needing to create an account. This straightforward approach enhances the shopping experience and provides an additional avenue for customer engagement. Purchasing Similar to Amazon.com gift cards, the customer can specify the amount, recipient, and message when purchasing. Receiving WooCommerce email template system for beautiful emails. Click the link directly in the email to add the gift card to the cart automatically! Redeeming Integrates into your theme to make redeeming a gift card easy for the customer. Applies the balance after tax, just like cash. New balance shown on the cart and checkout pages. Guest Checkout Gift cards are not tied to a specific account so guests can receive gift cards without having to create an account. WooCommerce Blocks Works with the WooCommerce Blocks based Cart and Checkout pages. High Performance Order Storage (HPOS) Compatible with WooCommerce’s High Performance Order Storage system. Compatible with most plugins Works with nearly every plugin including WooCommerce Subscriptions, WooCommerce Pre-Orders, and more! Setup is easy! One-click creation of the Gift Card product. Easily customized to suit your needs. Gift Card Admin See your gift card liability at a glance. View details about individual cards. PW WooCommerce Gift Cards Pro lets you do more: Import / Export – Easily move gift card balances. PDF Gift Cards – Recipient can view their gift card as a PDF to print out. Bonus Gift Cards – Offer a free gift card for purchasing a gift card. For example, “Buy a $25 gift card, get a $5 gift card free!” Enhanced Email Designer – Even more customization for your gift card email. Includes the ability to add an image to the email. Set Custom Amounts – Allow customers to specify the amount. You can set a minimum and a maximum amount. Schedule delivery – Optionally allow customers to schedule when a gift card will be delivered. Specify a Default Amount – Choose an amount that will be pre-selected when purchasing a gift card. Customer-facing Balance Page – A shortcode to let customers check their gift card balances. Adding funds to existing gift card – Customers can add funds to existing gift cards from the Check Balance page. Use Coupon Code Field – Optionally allow the existing “Apply Coupon” field to also accept gift card numbers. Expiration Dates – Automatically set an expiration date based on the purchase date. Balance Adjustments – Perform balance adjustments in the admin area. Sell Physical Gift Cards – Import existing gift card numbers and balances. Manually Generate Gift Cards – Specify the amount and quantity for the cards to create multiple cards in one step. QR Codes – Include a QR code on the gift card email, PDF, or both. REST API – Adheres to the WordPress and WooCommerce REST API standards. Compatible with WooCommerce 4.0 and higher. Available in the following languages: * Arabic * Danish * Dutch * English * Finnish * French * Galician * German * Italian * Polish * Portuguese * Romanian * Russian * Spanish * Swedish The following currency switcher plugins are supported: * Aelia Currency Switcher * WooCommerce Currency Switcher by realmag777 * WPML WooCommerce Multi-currency by OnTheGoSystems * Multi Currency for WooCommerce by VillaTheme * WooCommerce Ultimate Multi Currency Suite by Dev49.net (requires a patch, contact us for details) * Polylang + Hyyan WooCommerce Polylang Integration
Top keywords
- gift39×5.79%
- card21×3.12%
- cards21×3.12%
- gift card21×3.12%
- woocommerce21×3.12%
- gift cards18×2.67%
- email9×1.34%
- amount7×1.04%
- balance7×1.04%
- customers6×0.89%
- checkout5×0.74%
- currency5×0.74%
VoucherPress
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. Hooks 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: voucherpress_create 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… } voucherpress_edit 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… } voucherpress_register 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… } voucherpress_download When someone downloads a voucher, this hook returns the voucher and the users details. You can use it like this: add_action( ‘voucherpress_download’, ‘my_voucherpress_download_function’ ); function my_voucherpress_download_function( $voucher_id, $voucher_name, $code ) { // do something here… } The plugin also makes use of the __() function to allow for easy translation. Thanks to Christian Serron (http://twitter.com/cserron) for the code to make the vouchers work in widgets (currently disabled, I’m working on this) and to Barry (http://www.betakeygiveaway.com/) for bug testing above and beyond the call of duty. Shortcodes There are four shortcodes available. The first shows a link to a particular voucher, and is in the format: [voucher id=”123″] The “id” parameter is the unique ID of the voucher. The correct ID to use is available in the screen where you edit the voucher. You can also how the description after the link: [voucher id=”123″ description=”true”] The second shows a link to a voucher, but with a preview of the voucher (just the background image, no text) and the voucher name as the image alternate text: [voucher id=”123″ preview=”true”] And you can show the description after the preview as well: [voucher id=”123″ preview=”true” description=”true”] You can also show an unordered list of all your live vouchers using this shortcode: [voucherlist] And a list of all live vouchers with their descriptions: [voucherlist description=”true”] And you can also show the form for people to enter their name and email address if they wish to register for a restricted voucher: [voucherform id=”123″] The shortcodes for any voucher can be found on the edit screen for that voucher. Just click the ‘Shortcodes’ button.