=== PW WooCommerce Gift Cards ===
Contributors: pimwick
Donate link: https://paypal.me/pimwick
Tags: woocommerce, gift cards, gift certificates, pimwick
Requires at least: 4.5
Tested up to: 5.0
Requires PHP: 5.6
Stable tag: 1.37
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Sell gift cards to your WooCommerce store, in just a few minutes!

== Description ==

**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!

**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.

**Compatible with WooCommerce Pre-Orders** If you use the WooCommerce Pre-Orders plugin from WooCommerce.com.

**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.


> **<a href="https://www.pimwick.com/gift-cards/">PW WooCommerce Gift Cards Pro</a> lets you do more:**
>
> * **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.
> * **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.

Compatible with WooCommerce 3.0 and higher.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/pw-gift-cards` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Navigate to Pimwick Plugins -> PW Gift Cards

== Screenshots ==

1. **Purchasing** Similar to Amazon.com gift cards, the customer can specify the amount, recipient, and message when purchasing.
2. **Receiving** WooCommerce email template system for beautiful emails. Click the link directly in the email to add the gift card to the cart automatically!
3. **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.
4. **Setup is easy!** One-click creation of the Gift Card product. Easily customized to suit your needs.
5. **Gift Card Admin** See your gift card liability at a glance. View details about individual cards.

== Changelog ==

= 1.37 =
* Confirmed compatibility with WooCommerce v3.5.0

= 1.36 =
* Updated the template for the redeem form so that CSS styles can be applied immediately.

= 1.35 =
* Prevent the gift card form from being loaded if woocommerce_before_add_to_cart_quantity is called multiple times.

= 1.34 =
* Ensure compatibility with plugins that only check for the Variable type using is_type() rather than the class.

= 1.33 =
* Fixed an issue where entering a gift card on the Cart page might take the customer back to the homepage if permalinks are set to Plain.

= 1.32 =
* Fixed an issue with calculation when using WooCommerce Services for automatic tax calculation.

= 1.31 =
* Show an Expired message on the cart and checkout pages for expired cards. Do not show deactivated cards unless searching for them. Updated translation files. Fix an issue that can prevent the gift card from being added to the cart.

= 1.30 =
* Added a product object to the email template so that product details can be added to the recipient email.

= 1.29 =
* Added support for the plugin WooCommerce Pre-Orders from WooCommerce.com

= 1.28 =
* Added support for variation radio buttons.

= 1.27 =
* Fixed issue with IT and ES translations and the {sender} field in the email templates.

= 1.26 =
* Updated for compatibility with WPML.

= 1.25 =
* Added a setting to not display the gift card redeem field on the Cart or Checkout pages. Fixed a possible conflict with other themes that results in the Apply button not working on the Cart page.

= 1.24 =
* Fixed issue with translationing Other Amount attribute.

= 1.23 =
* Fixed issue with custom translations.

= 1.22 =
* Added email address validation to the "To" field when purchasing a gift card.

= 1.21 =
* Fixed an issue preventing the translation of the To/From/Message fields. Added DE language translation. Fixed issue with non-logged in users redeeming gift cards automatically from the email link.

= 1.20 =
* Fixed an issue with recurring subscription total from the WooCommerce Subscriptions plugin.

= 1.19 =
* Fixed an issue with searching for gift cards in the admin area when there is a table collation mismatch.

= 1.18 =
* Fixed the "Add to Cart" text for some users.

= 1.17 =
* Added recipient to the available fields in the email template.

= 1.16 =
* Added French translations courtesy of Nicolas G.

= 1.15 =
* New options to specify the location of the Apply Gift Card box on the Cart and Checkout pages.

= 1.14 =
* New feature: Search by recipient email address.

= 1.13 =
* Added the ability to search for gift cards and view all cards.

= 1.12 =
* Fixed an issue where pw_gift_card_amount meta value was added to non-gift card order line items.

= 1.11 =
* Added a new option to disable using WooCommerce Transactional Email system.

= 1.10 =
* Fixed compatibility with automatic tax calculations provided by WooCommerce Services.

= 1.9 =
* Updated text domain to support translations.

= 1.7 =
* Added the ability to apply a gift card on the Checkout page. Fixed an issue with updating amounts.

= 1.6 =
* Include the pimwick Text Domain to make translations easier.

= 1.5 =
* Fixed issue with auto-creating the Gift Card product.

= 1.4 =
* Improved compatibility for older browsers such as IE11.

= 1.3 =
* Fixed issue when using older versions of PHP.

= 1.2 =
* Fixed issue with removing all default amounts and re-adding.

= 1.1 =
* Added PW Gift Cards under WooCommerce -> Settings -> Products. New option to disable the feature that auto-completes gift card only orders. Moved the (optional) flag to the title instead of the placeholder for the Message field.

= 1.0 =
* Initial version.

== Upgrade Notice ==

= 1.37 =
* Confirmed compatibility with WooCommerce v3.5.0

= 1.36 =
* Updated the template for the redeem form so that CSS styles can be applied immediately.

= 1.35 =
* Prevent the gift card form from being loaded if woocommerce_before_add_to_cart_quantity is called multiple times.

= 1.34 =
* Ensure compatibility with plugins that only check for the Variable type using is_type() rather than the class.

= 1.33 =
* Fixed an issue where entering a gift card on the Cart page might take the customer back to the homepage if permalinks are set to Plain.

= 1.32 =
* Fixed an issue with calculation when using WooCommerce Services for automatic tax calculation.

= 1.31 =
* Show an Expired message on the cart and checkout pages for expired cards. Do not show deactivated cards unless searching for them. Updated translation files. Fix an issue that can prevent the gift card from being added to the cart.

= 1.30 =
* Added a product object to the email template so that product details can be added to the recipient email.

= 1.29 =
* Added support for the plugin WooCommerce Pre-Orders from WooCommerce.com

= 1.28 =
* Added support for variation radio buttons.

= 1.27 =
* Fixed issue with IT and ES translations and the {sender} field in the email templates.

= 1.26 =
* Updated for compatibility with WPML.

= 1.25 =
* Added a setting to not display the gift card redeem field on the Cart or Checkout pages. Fixed a possible conflict with other themes that results in the Apply button not working on the Cart page.

= 1.24 =
* Fixed issue with translationing Other Amount attribute.

= 1.23 =
* Fixed issue with custom translations.

= 1.22 =
* Added email address validation to the "To" field when purchasing a gift card.

= 1.21 =
* Fixed an issue preventing the translation of the To/From/Message fields. Added DE language translation. Fixed issue with non-logged in users redeeming gift cards automatically from the email link.

= 1.20 =
* Fixed an issue with recurring subscription total from the WooCommerce Subscriptions plugin.

= 1.19 =
* Fixed an issue with searching for gift cards in the admin area when there is a table collation mismatch.

= 1.18 =
* Fixed the "Add to Cart" text for some users.

= 1.17 =
* Added recipient to the available fields in the email template.

= 1.16 =
* Added French translations courtesy of Nicolas G.

= 1.15 =
* New options to specify the location of the Apply Gift Card box on the Cart and Checkout pages.

= 1.14 =
* New feature: Search by recipient email address.

= 1.13 =
* Added the ability to search for gift cards and view all cards.

= 1.12 =
* Fixed an issue where pw_gift_card_amount meta value was added to non-gift card order line items.

= 1.11 =
* Added a new option to disable using WooCommerce Transactional Email system.

= 1.10 =
* Fixed compatibility with automatic tax calculations provided by WooCommerce Services.

= 1.9 =
* Updated text domain to support translations.

= 1.7 =
* Added the ability to apply a gift card on the Checkout page. Fixed an issue with updating amounts.

= 1.6 =
* Include the pimwick Text Domain to make translations easier.

= 1.5 =
* Fixed issue with auto-creating the Gift Card product.

= 1.4 =
* Improved compatibility for older browsers such as IE11.

= 1.3 =
* Fixed issue when using older versions of PHP.

= 1.2 =
* Fixed issue with removing all default amounts and re-adding.

= 1.1 =
* Added PW Gift Cards under WooCommerce -> Settings -> Products. New option to disable the feature that auto-completes gift card only orders. Moved the (optional) flag to the title instead of the placeholder for the Message field.

= 1.0 =
* Initial version.
