Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Open Themes section on the admin panel of your web store (Online Store → Themes);

  • Find Theme from the list which will be used with our installed app.

  • Click Actions  Edit Code.

  • Find product.liquid

    and collection.liquid files

    and remove the following code:

Code Block
languagephp
<!-- sh_cfm-added -->

...


{%

...

 render 'sh_cfm-product-snippet' %}
<!-- /sh_cfm-added -->
  • Find collection.liquid and remove the following code:

Code Block
languagephp
<!-- sh_cfm-added -->
{% render 'sh_cfm-collection-snippet' %}
<!-- /sh_cfm-added -->


  • In the Snippets group delete the files:

...