Articles on: Monster Cart Upsells

Searchanise App Compatibility (Setup)

We work perfectly with Searchanise.
However you will need to do the following step.

Open theme editor > app embeds
Then add the following code in this box under monster app settings

<script>
window.onload = () => {
$(document).on('Searchanise.AddToCartSuccess', function(event, add_to_cart_id, product) {
if(window.openCart) monster_refresh();
});
}
</script>

Updated on: 23/08/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!