Learn how to set up, customize, and expand the functionality of your WooCommerce products with our library of documentation and tutorials.
  1. Documentation /
  2. Products /
  3. Extensions /
  4. Gift Cards

Gift Cards


Documents

  • Compatibility and Integrations

    Gift Cards has been designed from the ground up to follow WooCommerce conventions and sound engineering practices. However, we cannot guarantee that every plugin and payment gateway will work with it in a seamless, predictable manner. Supported Extensions The following extensions have been tested to work with Gift Cards and are officially supported by our […]

  • Gift Cards

    Overview Gift Cards allows you to create and sell prepaid, multi-purpose gift cards that customers can digitally redeem at your store. Every time you receive an order for a gift card, a unique gift card code of equal value is generated and sent to the specified recipient. The gift card owner can: Use it to […]

  • Store Owner’s Guide

    Installation Download the .zip file from your WooCommerce account. Go to WordPress Admin > Plugins > Add New. Click Upload Plugin at the top. Choose File and select the .zip file you downloaded in Step 1. Click Install Now. Activate the plugin. Requirements Gift Cards requires a WordPress hosting environment that supports background processing through Action Scheduler, the task queuing system built into […]

  • Compatibility and Integrations

    Gift Cards has been designed from the ground up to follow WooCommerce conventions and sound engineering practices. However, we cannot guarantee that every plugin and payment gateway will work with it in a seamless, predictable manner. Supported Extensions The following extensions have been tested to work with Gift Cards and are officially supported by our […]

  • Snippets

    Use these snippets to customize the appearance and functionality of WooCommerce Gift Cards. To use a PHP snippet, download the linked file and activate it as you would with any other plugin. Alternatively, copy the contained code into your child theme’s functions.php file. Snippets Set a fixed gift card delivery date/time Scheduled Gift Cards are […]

  • REST API Reference

    Gift Cards Endpoint Gift Cards introduces a new /gift_cards/ endpoint that allows you to create, read, update, and delete gift card codes. List of Properties Attribute Type Description Usage id integer Gift card ID Read-only code string Gift card code Read-only in update context. Required in update context. A code is generated automatically on creation. recipient string […]

  • Frequently Asked Questions

    Selling Gift Cards Does the extension support physical gift cards? At the moment, the extension only supports digital/virtual gift cards. Printed vouchers and physical gift cards are not supported. Is there a way to let customers choose a custom price/value when purchasing a prepaid gift card? Yes. This is possible using Name Your Price in […]

  • Feedback and Suggestions

    Don’t see a feature in Gift Cards that you think would be useful? We’d love to hear it: Reach out to our support team and we’ll consider adding it in a future release.