Sorting options within a filter in Shopify
I have a store on Shopify that I am trying to fix. The customer sells shoes and lists their shoes as 'UK Size 1, UK Size 2, UK Size 3' etc. The issue is the shoe sizes for 'UK Size…
I have a store on Shopify that I am trying to fix. The customer sells shoes and lists their shoes as 'UK Size 1, UK Size 2, UK Size 3' etc. The issue is the shoe sizes for 'UK Size…
{% for collection in collections %} {% for product in collections.collection.handle.products %} {{ product.name }} {% endfor %} {% endfor %} I am building templates in Shopify which show all products I am using the cheat sheet example to get…
I hope someone can help me with this. Im building a store in Shopify, so my question would be with liquid and SASS. Im trying to change the text hover color on each of my nested nav menu children to…
I'm trying to find a way for the following: I'm modifying a liquid template to also include found product variants on a search result page. But when I do the amount of visible products/product variants on a search results varies…
I am trying to add a feature to show an alternative product picture when the cursor hovers over the product image in a collection view. Whenever I view the page with the code below, the product images have shifted to…
I want to show the product variant options as radio buttons like here enter link description here But my current theme shows the options as dropdowns. Iwant to list it as above. Can anyone please help me know how to…
In shopify theme, I want to integrate following bootstrap link on theme.liquid file. <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>…
Is there an option to get customisation of one product in collection and apply the customisation to all the products that comes under the same collection? For Example: If we customised the product such as added a link, sorted sections…