Getting Started
Getting Started with Rich Landing Bundle
The Getting Started section walks you through everything you need to go from installing Rich Landing Bundle to launching your first live bundle on your storefront. Whether you're brand new to bundling or migrating from another app, these guides will have you up and running quickly.
What You'll Learn
- How to install the app and enable the required theme extension
- Creating your first bundle in under five minutes
- Navigating the app dashboard and understanding key metrics
- Core concepts like bundles, steps, tiers, and cart transforms that power the app
getting-started.json
json
1{2 "gettingStarted": {3 "goal": "Go from installing Rich Landing Bundle to launching your first live bundle.",4 "audience": ["New to bundling", "Migrating from another app"],5 "outcomes": [6 "Install the app and enable the required theme extension",7 "Create your first bundle in under five minutes",8 "Navigate the app dashboard and understand key metrics",9 "Understand bundles, steps, tiers, and cart transforms"10 ]11 }12}