Articles on: Monster Cart Upsells

Zepto Product Personalizer (Setup)

(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)

We are compatible with Zepto Product Personalizer...


however there are a few steps to make this integration work.

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: 19/07/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!