Product Personalizer Integration Guide

If you're using Product Personalizer by Zepto Apps, the line item properties may be repeated on the cart page. This is because Product Personalizer is copying the properties again. 

If you're following the generic installation of Product Personalizer, there is only 1 line of change on the cart.liquid file.

Replace the original:
{% render "product-personalizer-helper" ,item:item %}

with:
{% if item.vendor != 'BYOB' %}{% render "product-personalizer-helper" ,item:item %}{% endif %}

After that, our bundle products will be excluded from Product Personalizer options

Still need help? Contact Us Contact Us