Have you encountered a situation in Bundle Builder (a Shopify app) where the step progress bar and numbers vanish upon selecting certain products?
This occurs because Bundle Builder only accepts whole numbers (1, 2, 3) for step progression. Attempting to use decimals (such as 2.1, and 2.2) for sub-steps results in the disappearance of the progress bar and numbers.
Instead of sub-steps, use conditional logic. This lets you skip steps based on what products are chosen.
Here's how it works:
- Set up your steps normally (Step 1, Step 2, etc.).
- Use conditional logic to jump to a later step if a specific product is chosen in an earlier step.
This way, you can create a similar flow to sub-steps without confusing the app.