For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Create a Bundle Discount of Specific Products?πŸ€”

Objective: Create a bundle deal: Add 5 items to the cart, including at least 2 shirts, to receive a discount.

Follow these steps to create and publish a Product Discount function:

Step 1: Start Function Creation

  • Click on Create Function from your Nexus dashboard.

  • Select Discount Functions from the list of available function types.

Step 2: Select Discount Type

  • Click on Amount Off Product to proceed.

Step 3: Choose Campaign Type and Configure Conditions

  • On the new screen, set the Campaign Type to Bundle Discount.

Step 4: Add Items to the Bundle

  1. Click on the + Add Item button next to the Bundle Discount section.

  2. A popup titled "Add bundle item" will appear.

  3. Under Item selector, choose the method to identify the product (e.g., Product ID, Product Tag, etc.).

  4. In the Applicable items field, click Add value and select or enter the specific product(s) you want to include (e.g., β€œShirt”).

  5. In the Required quantity field, enter the number of items needed for this product to count in the bundle (e.g., 5 for two shirts).

  6. Click Add to save this item in your bundle.

Step 5: Save the Function

  • Click Save Function.

πŸŽ‰ Your Bundle function has been published successfully β€” it’s now live and ready to boost your sales!

Last updated