Using Slide Cart with PageFly
Slide Cart is compatible and can be used with PageFly page builder, it simply requires an additional snippet to be added to your theme.
Pre-requisites:
- Make sure you've installed the fast-install snippet. Detailed instructions can be found here.
- Your PageFly add to cart behavior should be set to "stay on same page".
Once the pre-requisites have been met place the following snippet below the fast install snippet.
<script>
window.onload = function() {
window.__pagefly_helper_store__ && window.__pagefly_helper_store__.subscribe(function() {
window.SLIDECART_UPDATE(function() {
window.SLIDECART_OPEN()
})
})
}
</script>
If you need help or it's not working, do not hesitate to reach out.