[New] Product Reordering Logic in Easy Bundle Builder
The logic and required steps for modifying the display order of products within the Mix and Match Bundle Builder interface. The ordering logic is conditional and depends on how the products were originally added to the bundle category (via a selected collection vs. individual product selection).
Category Configuration: Collection Selected
- Default Behavior: IF a category is populated by choosing an entire collection, THEN the order in which products are displayed in the bundle matches the exact sort order of that source collection.
- Modification Logic: 1. Navigate to the source collection settings. 2. Change the collection sorting setting to sort manually. 3. Drag and drop products to the desired positions (e.g., move the product in the first position to the third position). 4. Save the changes to the collection.
- System Update Requirement: IF the source collection order is modified, THEN the user must execute the sync our collections action within the app to reflect the new positions in the bundle builder category.
Category Configuration: Individual Products Selected
- Default Behavior: IF a category is populated by selecting individual products, THEN the ordering is managed directly within the bundle builder interface.
- Modification Logic:
- Locate the UI element indicating the selection count (e.g., the section that says "how many are selected").
- Click on this section to reveal the list of chosen products.
- Directly reorder the products within this list using drag-and-drop.
- Click close.
- Click save to apply the changes to the store.
Constraints & Edge Cases
- Constraint: Manual Collection Synchronization * Logic: IF a user changes the product order of a collection in the backend, THEN the bundle will NOT automatically update. The user MUST manually trigger a collection sync to push the updated order into the bundle.
- Constraint: Caching and Previewing Limitations * Logic: IF a user is refreshing the live store to view bundle changes multiple times, THEN their browser may cache the old order.
- Action: The user MUST clear browser cookies while refreshing the store to ensure the updated product order is displayed.
Updated on: 02/06/2026
Thank you!