Multi-Product visualization
When multi-product mode is enabled on a widget, customers can select 2-5 products to visualize together. This is useful for showing how items complement each other. For example, a sofa with a matching coffee table and rug.Multi-product mode is configured in the widget settings in the dashboard, not through the SDK. The SDK passes individual product context; the widget handles multi-product selection in its UI.
How it works
- Enable Multi-Product in your widget configuration (set max products: 2-5)
- The customer opens the widget and uploads a photo
- The widget UI lets them add additional products before generating
- All selected products are rendered together in the scene
Providing product data
Even with multi-product enabled, you open the widget with a single product. The customer adds more products through the widget UI:Cart integration with multi-product
When multi-product is enabled and the customer adds to cart, theonAddToCart callback is called once per product: