This page provides information about the 8.17.10 release of the Infosys Equinox Commerce platform. It includes updates for Promotion and CSR Admin, as well as open-source vulnerability fixes.

23 February 2026 (8.17.10)

The following new features or enhancements have been added to the Infosys Equinox Commerce platform.

Promotion Enhancements

Summed-Up of Buy X Get Y Discounts in BOGO Rules

Discounts on Get Y items are applied when the combined value of eligible Buy X items—including both normal products and special products —meets the configured threshold.

For example, a promotion can be configured as: “Spend $300 on eligible Buy X items (normal + bundle products combined) → Get Y item at a discount.

Previously, only 100% discounts (free gifts) were supported. With this enhancement, you can define and apply a percentage discount on Get Y items when the threshold is met.

This capability uses the new action class in the Promotion’s Rule Engine collection property: "className": "com.skava.promotion.ecomm.action.BuyXGetYSummedUpOffer".

Summed-Up of Buy X Products in BOGO GWP

Gift With Purchase (GWP) promotions in BOGO can now be triggered based on the subtotal value of Buy X products, calculated across both normal and special products. When the qualifying Buy X products threshold is met, one or more gift items can be awarded.

For example, if the combined value of eligible Buy X products (normal + bundle) exceeds $300, the customer receives the configured gift item(s).

This capability uses the new action class in the Promotion’s Rule Engine collection property: "className": "com.skava.promotion.ecomm.action.GiftWithPurchaseSummedUpOffer".

BOGO: Buy X Get Y, Buy X and Y, GWP, Bundle GWP Enhancements

This update enhances the flexibility of BOGO (Buy One Get One) promotions, enabling business users to configure more complex promotional offers. Key improvements include:

  • Multiple Buy & Get Support: Added logic to handle multiple BUY and GET conditions across various BOGO action types, including Buy X Get Y, Buy X and Y, GWP, and Bundle GWP.
  • Expanded Gift Options: Business users can now configure multiple free gift items under GWP and Bundle GWP action types within BOGO rules. These gifts are automatically added to the cart when promotion criteria are met.

Use Case Examples:

  • Buy A, B, and C and get Y at 10% off.
  • Buy 3 quantities of Dry Dog Food and receive 1 flea packet and 1 dog shampoo for free.

Configuration Details:

For BOGO (Buy X Get Y, Buy X and Y, GWP, and Bundle GWP) enhancements, the Cart Price Rule and GWP promotion capabilities are enabled by configuring the collection property ruleengine.setting.json as follows:

Capability

Configuration

BOGO Multiple Conditions

In the existing class com.skava.promotion.ecomm.action.BuyXGetY under the BOGO Rules type, introduced additional action parameters to configure multiple BOGO conditions. These include an index parameter with value “0” and the following action parameters: buyItemCondition, buyItemQty, getItemCondition, and getItemQty.

BOGO GWP

In the existing class com.skava.promotion.ecomm.action.GiftWithPurchase, we have introduced the action parameter giftItems to configure gift items as part of the action conditions.

Promotion Admin Console Changes

  • Multiple BUY Item and GET Item Conditions: Ability to configure more than one BUY and GET item condition across all BOGO action types. New buttons have been added: “Add Buy Item Condition” and “Add Get Item Condition”.
  • Multiple Free Gift Items in GWP & Bundle GWP: Ability to configure multiple free items in both GWP and Bundle GWP action types.
    • Added the “Add Gift Items” button, which allows adding multiple gifts to the cart automatically.
    • Search icons next to Gift Product ID and Gift SKU ID fields enable selection of free items.
  • Gift Selection Options for Customers: Ability to choose how free gifts are added to the cart:
    • Automatically added to the cart (default)
    • Customers can choose from a list

Enhancements in CSR Admin

  • Multiple Buy & Get Promotions: CSRs can now apply promotions configured for multiple “Buy” and multiple “Get” combinations in the cart, as set up by business users in the Promotion Admin.
  • Cart and BOGO GWP Free Gift Selection: Support has been added for CSR Admins to select free gift SKUs for Cart GWP and BOGO GWP promotions during order creation.
    • A new SELECT GIFT button and Select Gift Items drawer have been introduced in the Order Details section to enforce the maximum allowed gift count or quantity.
    • Selected free gifts are displayed in the cart after all paid items, with options to modify selections and clear error messages when limits are exceeded.

Enhancements in Storefront

  • Support for Multiple BUY & GET Conditions: Customers can now apply promotions configured for multiple “Buy” and multiple “Get” combinations in the cart, as set up by business users in the Promotion Admin.

Technology Maintenance & Upgrades

Amazon RDS Failover Support Enhancements

Support has been extended for Amazon RDS failover functionality across multiple operational scenarios:

  1. Writer/Reader Instance Failover: Support for automatic failover handling when the primary writer or any reader instance undergoes a failover.
  2. Cluster Resizing: Failover‑aware handling during scaling operations such as scaling up or scaling down the engine type of DB instance within the RDS cluster.
  3. Patch Version Upgrade: Improved application stability and continuity during Amazon RDS patch version upgrade.
  4. Blue/Green Version Upgrade: Support for failover processes occurring during Blue/Green deployment version upgrades.
  5. Parameter Configuration Changes with Failover: Handling of failover events automatically triggered by parameter group changes applied to the cluster.

Refer to the deployment notes for more information.

Open-Source Library Vulnerability Fixes

The unique security vulnerability that has been patched into the Infosys Equinox Commerce platform has 60 vulnerabilities.

The total number of vulnerabilities closed is: 1,004

Vulnerability severity levels are as follows:

Critical High Medium Low
25 392 572 15

Revision History
2026-02-24 | JP – Added Release 8.17.10 content.