Articles on: FireAMP

What to do after removing FireAMP app? How do I remove the code of the app ?

FireAMP comes with AMP pages for product, collections, blogs and articles.


To remove all AMP pages remove the following code from your theme.liquid (It will be near )


{% if template contains 'product' %}

{% endif %} {% if template contains 'collection' %} {% endif %} {% if template contains 'blog' %} {% endif %} {% if template contains 'article' %} {% endif %}


If you disable the app and remove it, the code will be removed by itself.

Updated on: 11/27/2019

Was this article helpful?

Share your feedback

Cancel

Thank you!