App reviews, troubleshooting, and recommendations
I've been using Klaviyo BiS functionality on my Minimal store and it's been great. I've just rebuilt on Impulse, and adding BiS is my last task.
Unfortunately it appears that the standard code that Klaviyo supply for theme.liquid doesn't work on a third party theme.
Can anyone help me out and let me know what I need to do please?
Thank you 🙂
You need to follow the instructions on this page as you did for your previous theme.
For unsupported (custom) themes - you need to add a class "klaviyo-bis-trigger" to the add to cart button when your item is out of stock.
Something like the below should work;
<button type="submit class="btn {% if product.selected_or_first_available_variant.inventory_quantity <= 10 %}klaviyo-bis-trigger{% endif %}">
Add to Cart
</button>
Where do we paste this code? thanks
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025