Using Slide Cart with Zipify app
Slide Cart is compatible and can be used with Zipify Pages Builder & Editor app, it simply requires an additional snippet to be added in the Zipify App.
To do so, please open your Zipify app and go to Settings >> Global settings >> Product page scripts.
Once there, please click on Add New in the Product Page Scripts:
And paste the following Script:
<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 ad you will be all set.
Note: If you're also using a landing page from Zipify with a product on it, the Script aboveshould also be added in the Landing page Scripts section.
Please give it a try and if it doesn't work, don't hesitate to reach out.