Using Slide Cart with Zipify app
Slide Cart is compatible and can be used with the Zipify Pages Builder & Editor app; it simply requires an additional snippet to be added to the Zipify App.
To do so, please open your Zipify app and go to Global -> Global Scripts -> Product page scripts. Once there, please click on "Add New" in the Product Page Scripts and paste the script below.

<script>
window.ZipifyPages.on('productaddtocart', function(){
try {
if (window.SLIDECART_STATE().settings.enabled) {
window.SLIDECART_UPDATE()
window.SLIDECART_OPEN()
setTimeout(function() {
window.SLIDECART_UPDATE()
}, 600)
setTimeout(function() {
window.SLIDECART_UPDATE()
}, 1200)
} else {
window.location.href = "/cart"
}
} catch(err) {
window.location.href = "/cart"
}
});
</script><br>
Don't forget to click on Save, and you will be all set.
If you're also using a Landing page from Zipify with a product on it, you must also add the script above to the landing page's scripts section.

Please give it a try, and if it doesn't work, don't hesitate to reach out to us.