Shortcodes

The free WooCommerce Coupon Shortcodes extension for WooCommerce allows you to render coupon information and show content based on the validity of coupons.

Customers can be motivated to proceed with their purchase, offering them to use specific coupons when the contents in the cart qualify for it, or by offering them to purchase additional items so they can use a coupon.

Extended coupon discount info for volume discounts is shown automatically, if the Volume Discount Coupons is installed.

It also works with WooCommerce Coupons Countdown and other Coupon extensions by itthinx.

Conditional Shortcodes

It provides the following conditional shortcodes that allow to enclose content which is shown if coupons are applied, active or valid.

[coupon_is_applied]
[coupon_is_not_applied]
[coupon_is_active]
[coupon_is_not_active]
[coupon_is_valid]
[coupon_is_not_valid]

Coupon Info Shortcodes

It also provides shortcodes that allow to render the coupon code, its description and an automatic description of the discount:

[coupon_show]
[coupon_code]
[coupon_description]
[coupon_discount]

The coupon iterator shortcode makes it easy to work with a set of coupons, using the content it encloses as a template to render information about each coupon code in a sequential manner:

[coupon_iterator]

A coupon enumerator shortcode allows to list all or a set of coupons, to show their code, description or discount information:

[coupon_enumerate]

Documentation

Please refer to the plugin’s documentation pages for detailed descriptions.