No content to show

User Activity

also I had the same problem with reloading unlimitedly but I found another solution. this code works for me{% case template %} {% when 'index' %} <script> console.log('index'); </script> {% when 'page.contact' %} <script> ...
thanks for your answer. it works but I have another question. If I want to have homepage and one another page called contact, I wrote this code {% if template != 'index' ortemplate != 'page'%} <script> window.location.href = '/'; </script> {% endif ...
Yes, you are correct that removing them from the menu hides them from easy navigation, but they are still accessible through direct URLs. If a user manually enters 'myshop.com/collections' in the browser, the corresponding page can still be accessed....
I am currently working on setting up my Shopify store and would like to create a website with just a homepage for now. I don't want users to be able to access the collections or product pages that are automatically created by Shopify.Could you please...
HelloI am currently setting up a Shopify website to showcase my products without enabling the e-commerce functionality. My goal is to create a catalog-only website, meaning that I don't want to have a cart, basket, or any order processing pages.I've ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to