> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cashcowapps.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Bundles

> Edit, activate, and optimize your bundle offers

## Dashboard Overview

Your bundles dashboard shows all offers with quick access to edit, activate, and analyze performance.

**Main table displays:**

* Bundle name and type badge
* Product visibility count
* Status (Active/Draft/Archived)
* Quick actions menu

**Toolbar features:**

* Search by name
* Filter by type (Volume/BOGO)
* Filter by status (Active/Draft)
* Create new bundle button

***

## Bundle Actions

<Tabs>
  <Tab title="Edit">
    Click **Edit** button or three-dot menu → Edit

    **What you can change:**

    * Tiers and discounts
    * Product visibility
    * Widget styling
    * Discount names

    **For active bundles:** Changes update discount rules automatically after saving

    Always **publish your site** after editing
  </Tab>

  <Tab title="Activate">
    Three-dot menu → **Activate**

    **What happens:**

    * Creates Wix eCommerce discount rules
    * Widget becomes visible on product pages
    * Discounts apply at checkout

    Bundle must have at least one product selected
  </Tab>

  <Tab title="Deactivate">
    Three-dot menu → **Deactivate**

    **What happens:**

    * Removes discount rules
    * Widget stops functioning
    * Configuration preserved for later

    Perfect for pausing seasonal offers
  </Tab>

  <Tab title="Rename">
    Three-dot menu → **Rename**

    Quick update without opening full editor

    Name is for your reference only (customers don't see it)
  </Tab>

  <Tab title="Delete">
    Three-dot menu → **Delete**

    **Permanent action** - cannot be undone

    Removes all configuration and discount rules

    Use deactivate if you might reuse the bundle
  </Tab>
</Tabs>

***

## Plan Limits & Revenue

<Info>
  Your plan has monthly revenue limits. Bundles **continue working at limit** — upgrade unlocks higher potential.
</Info>

**Revenue tracking:**

1. Customer uses bundle widget
2. Purchase flow ID generated
3. Order completed and approved
4. Revenue attributed to bundle

**Only counts:** Completed, paid, non-refunded orders

**Plan tiers:**

* Free Trial: \$500/month
* Paid: Higher limits per tier

**Approaching limit?** Upgrade link appears in banner

***

## Search & Filter

<CardGroup cols={3}>
  <Card title="Search" icon="magnifying-glass">
    Type bundle name for instant filtering
  </Card>

  <Card title="Type Filter" icon="layer-group">
    Show Volume, BOGO, or both
  </Card>

  <Card title="Status Filter" icon="toggle-on">
    Show Active, Draft, Archived, or any combo
  </Card>
</CardGroup>

Filters work together with AND logic

***

## Best Practices

<AccordionGroup>
  <Accordion title="Use descriptive names">
    * Include product: "Protein Powder Volume"
    * Include type: "Summer BOGO Socks"
    * Add dates: "Q4 2024 Holiday Bundle"
    * Avoid: "Bundle 1", "Test"
  </Accordion>

  <Accordion title="Clean up regularly">
    * Delete old test bundles
    * Deactivate expired seasonal offers
    * Archive unused configurations
    * Keep list focused and relevant
  </Accordion>

  <Accordion title="Plan seasonal bundles">
    * Create as drafts in advance
    * Activate when promotion starts
    * Deactivate when it ends
    * Reactivate for recurring events
  </Accordion>

  <Accordion title="Monitor performance weekly">
    Check analytics to identify:

    * Top performers to replicate
    * Underperformers to optimize
    * Seasonal patterns
    * Optimal discount levels
  </Accordion>
</AccordionGroup>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Bundle not showing on product page">
    **Check:**

    1. Bundle is **Active** (green badge)
    2. Product is in visibility list
    3. Site is **published**
    4. Widget is installed (auto-installs normally)
  </Accordion>

  <Accordion title="Discount not applying at checkout">
    **Try:**

    1. Verify bundle is active
    2. Check customer quantity matches tier
    3. Deactivate then reactivate to recreate rules
  </Accordion>

  <Accordion title="Widget styles not updating">
    **Steps:**

    1. Save changes in editor
    2. Publish Wix site
    3. Hard refresh browser (Cmd/Ctrl + Shift + R)
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="View Analytics" icon="chart-line" href="/analytics">
    Track bundle performance
  </Card>

  <Card title="Create Bundle" icon="plus" href="/creating-bundles">
    Build a new offer
  </Card>
</CardGroup>
