Hi there!
I want to hide the product variants on the homepage and on the collections page on the Enterprise theme.
I want the variants to remain on the product page.
How can I do that?
Thank you!
Hi there!
I want to hide the product variants on the homepage and on the collections page on the Enterprise theme.
I want the variants to remain on the product page.
How can I do that?
Thank you!
Hey @fcapatina
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
{% if template == 'index' %}
{% endif %}
{% if template == 'collection' %}
{% endif %}
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed