Title: Phoenix Gift for WooCommerce
Author: phoenixwp
Published: <strong>June 22, 2026</strong>
Last modified: June 22, 2026

---

Search plugins

![](https://ps.w.org/phoenix-gift-for-woocommerce/assets/banner-772x250.png?rev=
3581675)

![](https://ps.w.org/phoenix-gift-for-woocommerce/assets/icon-256x256.png?rev=3581675)

# Phoenix Gift for WooCommerce

 By [phoenixwp](https://profiles.wordpress.org/phoenixwp/)

[Download](https://downloads.wordpress.org/plugin/phoenix-gift-for-woocommerce.1.0.3.zip)

 * [Details](https://wordpress.org/plugins/phoenix-gift-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/phoenix-gift-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/phoenix-gift-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/phoenix-gift-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/phoenix-gift-for-woocommerce/)

## Description

PhoenixWP Gift adds one free gift line to the cart when your rule is met. The gift
price is zero, quantity is locked to 1, and the gift line is sorted to the end of
the cart.

**Free version**

 * One rule (minimum gross subtotal **or** minimum item quantity)
 * One simple gift product
 * HPOS and Cart/Checkout Blocks compatible
 * Optional badge label in mini cart and classic checkout
 * CSS class `phoenix-gift-for-woocommerce-cart-item` for theme styling on cart 
   and block checkout

**Gift Pro** (annual license at [phoenixwp.com](https://phoenixwp.com/preise/)):
multiple rules, customer gift choice, live progress hint, import/export, and statistics.
Activate your license under **PhoenixWP Gift  License**.

## Screenshots

[⌊PhoenixWP Gift settings — enable the rule, pick threshold type, and select the
gift product⌉⌊PhoenixWP Gift settings — enable the rule, pick threshold type, and
select the gift product⌉[

PhoenixWP Gift settings — enable the rule, pick threshold type, and select the gift
product

[⌊Gift label and threshold options (gross subtotal or minimum item quantity)⌉⌊Gift
label and threshold options (gross subtotal or minimum item quantity)⌉[

Gift label and threshold options (gross subtotal or minimum item quantity)

[⌊WooCommerce cart with the free gift line at zero price⌉⌊WooCommerce cart with 
the free gift line at zero price⌉[

WooCommerce cart with the free gift line at zero price

[⌊Mini cart showing the optional gift badge label⌉⌊Mini cart showing the optional
gift badge label⌉[

Mini cart showing the optional gift badge label

[⌊Cart or Checkout block with the gift line (CSS class hook for theme styling)⌉⌊
Cart or Checkout block with the gift line (CSS class hook for theme styling)⌉[

Cart or Checkout block with the gift line (CSS class hook for theme styling)

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/phoenix-gift-for-woocommerce/`
    or install from the WordPress plugin directory.
 2. Activate the plugin through the **Plugins** menu.
 3. Ensure **WooCommerce** is active.
 4. Go to **PhoenixWP Gift**, enable the rule, choose a gift product, and set your 
    threshold.

## FAQ

### Where is the gift label shown?

The configurable **Gift label** badge appears in the **mini cart** and **classic(
shortcode) checkout** only. It is not shown on the cart page or in the Cart/Checkout
blocks, to avoid theme and HTML conflicts.

### How do I highlight the gift on the cart page or with Checkout blocks?

The plugin adds the CSS class `phoenix-gift-for-woocommerce-cart-item` to the gift
line (classic cart and blocks). Add custom CSS under **Appearance  Customize  Additional
CSS**.

Example for Cart and Checkout blocks:

    ```
    .phoenix-gift-for-woocommerce-cart-item .wc-block-components-product-name::after {
        content: "Free gift";
        display: inline-block;
        margin-inline-start: 0.35em;
        padding: 0.1em 0.45em;
        font-size: 0.75em;
        font-weight: 600;
        border-radius: 3px;
        background: #e8f5e9;
        color: #2e7d32;
    }
    ```

Replace `Free gift` with your shop wording. This text is fixed in CSS and does not
sync with the admin **Gift label** field.

Documentation and support: https://phoenixwp.com/support/ — shorter reference in`
docs/FAQ.md` inside the plugin.

### Why is the gift not added to the cart?

Check that the rule is enabled, the gift product is purchasable, and the threshold
is met (gross subtotal excluding the gift line, or item quantity excluding the gift).

### Does this work with WPML or WooCommerce Multilingual?

The free gift is added by **product ID**. With WPML (or WooCommerce Multilingual),
translate the **gift product into every active shop language** and keep each translation**
published** and **purchasable**. If the gift exists only in the default language,
customers who switch language on the storefront will usually **not** see the gift
in the cart. Select the gift in Gift settings using the product from your default
language; WPML links the translations automatically when they exist.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Phoenix Gift for WooCommerce” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ phoenixwp ](https://profiles.wordpress.org/phoenixwp/)

[Translate “Phoenix Gift for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/phoenix-gift-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/phoenix-gift-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/phoenix-gift-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/phoenix-gift-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/phoenix-gift-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

 * Freemius upgrade pricing: show annual price prominently instead of monthly equivalent.

#### 1.0.2

 * Removed the persistent standalone admin notice on Gift settings screens.
 * readme: Pro license activation path simplified (no Core references on wordpress.
   org).

#### 1.0.1

 * wp.org release build: Pro PHP excluded from the free package (dual-build WpOrg/
   Freemius).
 * Freemius SDK under vendor/freemius with is_org_compliant; Free tier fully usable
   without a license.

#### 1.0.0

 * Launch release: free tier with one gift rule (subtotal or quantity threshold).
   Tested on WordPress 7.0 and WooCommerce 10.8.1.
 * HPOS and WooCommerce Cart/Checkout Blocks compatibility.
 * Gift badge in mini cart and classic checkout; CSS hook for cart and blocks.
 * Internal gift order meta hidden from customer emails and PDF documents (invoices,
   packing slips).
 * Freemius licensing for Gift Pro (multiple rules, customer choice, progress, tools).
 * Standalone admin menu, License submenu, and manual license key entry (no Core
   required).

## Meta

 *  Version **1.0.3**
 *  Last updated **11 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.7 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.2 or higher **
 * Tags
 * [cart](https://wordpress.org/plugins/tags/cart/)[free gift](https://wordpress.org/plugins/tags/free-gift/)
   [gift](https://wordpress.org/plugins/tags/gift/)[promotion](https://wordpress.org/plugins/tags/promotion/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/phoenix-gift-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/phoenix-gift-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/phoenix-gift-for-woocommerce/reviews/)

## Contributors

 *   [ phoenixwp ](https://profiles.wordpress.org/phoenixwp/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/phoenix-gift-for-woocommerce/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://phoenixwp.com/preise/)