To add Kaching Bundles to a Replo element
- First, make sure you have Kaching Bundles installed on your Shopify Store, have at least one bundle deal configured, and have enabled Kaching Bundles app embed in your Shopify Theme. You will also need a Replo Product Component in your Replo Element.
- On the left side of the editor, click the "Components" toggle. Then, search for "Liquid".
- Drag the Liquid component anywhere inside of the Product Component.
- Click on the 'config' tab and click 'Launch Code Editor', then paste in the following code and hit 'save':
<kaching-bundle product-id="{{ product.id }}"></kaching-bundle>
- After saving, go ahead and publish the page to make sure it works. You will not be able to see the bundle widget in the editor, but it should appear on the live page just as they have been configured inside of the Kaching Bundles app.
Troubleshooting
- Please note that the Kaching Bundles widget can be styled using the Kaching Bundles app.
- It is not recommended to include quantity or variant selectors inside of your product container component if you are using the Kaching Bundles widget. If a Kaching Bundles widget exists inside of the product container, its selected options will override any Replo quantity or variant selectors for that product container's add-to-cart button.
- It is normal for the Kaching Bundles widget to not appear inside of the Replo Editor, but if it does not appear on the published page be sure to check the following:
- Kaching Bundles is installed on your Shopify Store
- The Liquid Component is inside of a Product Component
- The Liquid Component has the exact code block that was included above in step 4.
- Kaching Bundles has been configured with at least 1 bundle deal that is compatible with the selected product in the Product Component.
- If all else feels, reach out to the Replo Support Team.