Slide Cart: Using Slide Cart with Replo
At a glance: Configure Replo to trigger Slide Cart by adjusting the add-to-cart button interaction settings.
To integrate Slide Cart with the Replo Page Builder app, you’ll need to adjust the Replo settings to trigger Slide Cart.
Replo has a complete guide for the configuration in their app, but in general, you need to follow the steps below.
- Locate and click on the add-to-cart custom button -> click on the Settings button, and click the Interactions tab on the right-hand panel.

- Make sure that the Add Product to Cart interaction of your add-to-cart button has both "Go to cart after?" and "Go to checkout after?" disabled, if they're not, disable them and click Save.

- Click on the "+" in the On Click menu and add an interaction called “Run JavaScript” for each custom add-to-cart button. Here’s a reference GIF:

- Once you’ve added the "Run JavaScript" interaction, insert the following code in the Launch code editor option and make sure to save it; if done correctly, the new Run Javascript interaction should display below the "Add Product to Cart" option.
window.SLIDECART_UPDATE(); window.SLIDECART_OPEN();

Then, publish your Replo Page, and that should do it!
If Slide Cart is still not working, feel free to reach out to us.