Using Upsells' Cart with Replo Landing Page Designer.
To integrate the Upsells Cart with the Replo Page Builder app, you’ll need to adjust the Replo settings to trigger the Upsells Cart.
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.AMP_API.OPEN_CART();
Then, publish your Replo Page, and that should do it!