Description
Phoenix Gift for WooCommerce adds a free gift line when your rule is met. If the cart falls below the threshold, the gift is removed automatically. The gift price is zero, quantity is locked to 1, and the line is sorted to the end of the cart.
Free features
- One active rule — minimum gross cart subtotal (including tax) or minimum item quantity (one trigger type per rule, not both)
- One simple gift product per rule
- HPOS and Cart/Checkout Blocks compatible
- Optional gift label badge in the mini cart and classic (shortcode) checkout
- CSS class
phoenix-gift-for-woocommerce-cart-itemfor styling on cart page and block checkout
Typical use cases
- Increase average order value with automatic threshold gifts
- Reward shoppers without manual coupon handling
- Run a simple always-on gift campaign in the free version
- Keep cart logic clean — gift is added when eligible and removed when not
Compatibility
- WordPress 6.7+ and WooCommerce 8.0+
- Tested with WooCommerce 10.9.1
- HPOS and Cart/Checkout Blocks compatible
- Standalone plugin — WooCommerce only, no other PhoenixWP plugins required
Gift Pro
Gift Pro (annual license at 19 € / 19 $ per year via https://phoenixwp.com/preise/): multiple rules, customer gift choice, live progress hint, import/export, and statistics. Activate your license under PhoenixWP Gift License.
Advanced features in Gift Pro
- Unlimited active rules with priority ordering
- Multiple gift products per rule, including variable products
- Customer gift choice (pick 1 of N)
- Advanced conditions: categories, tags, roles, coupons, and campaign dates
- Live progress hint and shortcode messaging before threshold is reached
- Rule import/export and trigger statistics
More on https://phoenixwp.com/phoenix-wp-gift/
Screenshots





Installation
- Upload the plugin folder to
/wp-content/plugins/phoenix-gift-for-woocommerce/or install from the WordPress plugin directory. - Activate the plugin through the Plugins menu.
- Ensure WooCommerce is active.
- 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-itemto 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 giftwith your shop wording. This text is fixed in CSS and does not sync with the admin Gift label field. -
Is this plugin compatible with Cart and Checkout Blocks?
-
Yes. The plugin is compatible with the classic shortcode checkout and the WooCommerce Cart/Checkout Blocks, and declares HPOS compatibility.
-
Can I use net cart subtotals in the free version?
-
No. The free tier uses the gross cart subtotal (including line tax) only.
-
Does this plugin support gift cards or vouchers?
-
No. This is an automated checkout gift based on cart rules — not downloadable vouchers, coupon generators, or balance-based gift cards.
-
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. 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.
-
How do I upgrade to Gift Pro?
-
Purchase at https://phoenixwp.com/preise/. You receive a license key by email from Freemius. Enter it under PhoenixWP Gift License — usually no reinstall required.
-
Where can I get support?
-
https://phoenixwp.com/support/ — free users can also use the plugin support forum on wordpress.org.
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.
ContributorsTranslate “Phoenix Gift for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.3
- Freemius upgrade pricing: show annual price prominently instead of monthly equivalent.
- Confirmed compatibility with WooCommerce 10.9.1.
- Readme: long-form details, use cases, compatibility, and expanded Gift Pro section.
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.
