New coupon template#
The first step after activating a plugin is creating a new coupon template which will be used during the process of generating coupons. You will use a convenient editor that is built-in in the plugin.

After installing the plugin, you will see in your WordPress dashboard menu a new PDF Coupons tab. Click on it and then choose the Add new option.
General#

Select format - select the print size of the PDF coupon. Options:
- A4
- A5
- A6
Page orientation - Choose whether the coupon printout should be horizontal or vertical.
Background color - select a coupon background color.
Images#
In this tab, you can select which images you want to use when creating a coupon. The plugin uses the WordPress media library. To add images to your template, click Select images, then select images from the media library, and click Select. Finally, click on the image itself to add it to your workspace.
[caption id="attachment_114324" align="aligncenter" width="447"]
Add an image to a template[/caption]
You can move images around the working area using the drag&drop method. Also you can rotate images around their own axis. The size of an image can be changed with one constraint - image magnification is possible up to the original resolution of the image.
Text#
The plugin supports various fonts for customizing your coupon templates.
[box type="info-box-info"]In addition to the Latin alphabet, the plugin also supports Cyrillic characters. Most fonts available within the settings can render Cyrillic text correctly, with the exception of Quickstand and Titilium Web. This ensures your coupons can be used effectively in multiple languages.[/box]
Here you will find three defined text headers that you can add to your workspace where you may edit them further.
In the current version of the plugin, you can edit:
- Font
- Font size
- Font color
- Font decoration (bold, italic)
- Text alignment (left, right, center, and justify)
[caption id="attachment_114326" align="aligncenter" width="529"]
Change font size[/caption]
Shortcodes#
The plugin supports a series of shortcodes, which allow you to place the value of the fields - when placing an order - directly to the coupon in PDF format.

Below you will find a list of all shortcodes:
- [coupon_value] - this is the value of the coupon which is also the price of the product - coupon,
- [coupon_code] - coupon code is a value generated automatically when creating an order with a product - coupon,
- [new_feature text="PRO"] [coupon_expiry_date] - coupon expiry date,
- [new_feature text="PRO"] [customer_address] - the payment address of the customer filled up when placing an order,
- [new_feature text="PRO"] [customer_name] - buyer's name, filled-in at the checkout,
- [new_feature text="PRO"] [product_name] - product-coupon name,
- [new_feature text="PRO"] [recipient_message] - a message from a buyer to a coupon recipient. More about this option you will find in the section about adding a new product,
- [new_feature text="PRO"] [recipient_email] - email address of the coupon recipient,
- [new_feature text="PRO"] [recipient_name] - the name of the coupon recipient,
- [new_feature text="PRO"] [siteurl] - address of your website.
[box type="info-box-info"]You can add new shortcodes with the Custom Shortcodes add-on. Read how to personalize your WooCommerce PDF gift cards with more fields![/box]