Zepto Product Personalizer - Integration
We are compatible with Zepto Product Personalizer...
however there are a few steps to make this integration work.
Note: We are not compatible with any option that adds extra $ to the cart using a % amount and we aren't compatible with their advanced options that rely on draft checkouts
Step 1:
Switch to this option inside "Zepto Product Personalizer" settings page
Step 2:
Open theme editor > app embeds then add this code in this box under monster app settings
<script>
window.addEventListener('pplrAddToCartCompleted', function (e) {
monster_refresh()
})
</script>
<style>
.pplr-item-added {
display: none !important;
}
</style>
Updated on: 16/11/2023
Thank you!