Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
Dynamic bundle.https://dashboard.zid.sa/en-sa/stores/<store_id>/catalog/products{% if product.product_class == 'dynamic_bundle' %}
{% include 'vitrin:products/bundle-products.jinja' %}
{% endif %}product_class is available.vitrin:bundle-selections:updated event will get trigger every time the customer change the selected product bundle so you will get the values of the selected bundle products and you need to store it for later because you will need to send it to the add product api -- Please refer add product guide for theme developers.bundle_selection.vitrin:bundle-selections:updated event so you can recevie the selected customer bundler.| Events | Description |
|---|---|
vitrin:bundle-selections:updated | This event is triggered on every change made by the customer within the dynamic bundle. |
vitrin:bundle-selections:updated event on every customer selection change.