Hi,
I would like to be able to swipe between products within the product page, which mean the customer could swipe from one product page to an other and won’t have to scroll down on the collection page. I am using prestige theme
thank you in advance for any help!
Yes you can do it by adding code in theme
{% for product in collection.products %} ## {{ product.title }} {{ product.description }} {% endfor %}
files in product.liquid
This will involve a bit of coding in the code editor. Do you have any experience coding in Shopify?
Hi @shanabenittah Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.