Having trouble figuring out which items belong to which bundle in BundleBuilder's new version? Here's why it happens and a neat trick to fix it!
The Issue:
When you order two or more bundles under the same order number, the individual items might appear jumbled up in your Shopify backend. This is because the new API doesn't allow control over the order page, making it impossible to reorder items or group them by bundle.
The Fix:
Each product in a bundle has a "Bundle ID" that matches the bundle it belongs to.
Here's how to use it:
1. Go to your order details in Shopify's backend.
2. Look for a field/line item called "Bundle ID" for each item.
3. Match the "Bundle ID" of each item with the ID of the bundle it should belong to. This will tell you which items go with which bundle, even if they appear mixed up in the order list.
Voila! With this trick, you can easily identify which items belong to which bundle, keeping things organized in your backend!