Using Slide Cart with Replo Landing Page Designer.
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 great guide for this, but in general, you need to follow these steps:
Make sure that the “Add Product to Cart” interaction of your Add-to-cart button has both "redirect to cart" and "redirect to checkout" disabled:
You’ll need to manually add an interaction called “Run JavaScript” for each custom “button.” Here’s a reference image:
- Once you’ve added the “Run JavaScript” interaction, insert the following code in the Launch code editor option:
window.SLIDECART_UPDATE(); window.SLIDECART_OPEN();
Then, publish your Replo Page, and that should do it!