Will the FireAMP app work on theme change?
No the app will not work on theme change.
You need to add the below code above in your theme.liquid file to get the app working.
{% if template contains 'product' %}
{% endif %}
{% if template contains 'collection' %}
{% assign collectionpageurl = content_for_header| split:'"pageurl":"' | last | split:'"' | first %}
{% assign collectionHandle = collectionpageurl | split : "collections\/" | last %}
{% if collectionpageurl contains '?' or collectionHandle contains '/' %}
{% else %}
{% endif %}
{% endif %}
{% if template contains 'blog' %}
{% endif %}
{% if template contains 'article' %}
{% endif %}
If you are not able to add the code yourself, you can mail us at "support@mlveda.com" and we will get the app working within 24 hours.
Updated on: 05/13/2020
Thank you!
