-
-
Save carolineschnapp/1002801 to your computer and use it in GitHub Desktop.
Hi,
I have Supply theme and the Heading ({% assign heading = 'Other fine products' %}) cuts off on the left hand side of my mobile website, as well as the related products on the left-hand side.
It will read something like 'ther fine products', with the 'O' and part of the 't' cut off.
Is there a way to fix this?
Hello i have a issue with related-products.liquid file i created in my shopify store.
i have use the follow method to create related products section
https://help.shopify.com/themes/customi ... d-products
The code i pasted into my store's related-products.liquid file is the follow
https://gist.githubusercontent.com/sadi ... ts.liquid#
Although I have set it to show 4 items on a row (1 row) but that i can see is 4 items vertical. For mobile devices looks ok but on the desktop no.
Can you help me to with the code to make my related products on a row and not vertical ? Thank you in advance
Hi Caroline,
I was wondering if this would work with the current theme I have?
Thank you
work for booklyn theme in my site https://www.malldallas.com/products/2018-new-women-cat-eye-sunglasses
. thank you for your code
Hello, Caroline!
Thank You! All works for me.
But in your code(line 109: "<h2 class="section-header__title">{{ heading }}</h1>
"), opening tag - h2, closing tag - h1.
How do I recommend products just for a particular collection? For example my site has collections tv, mobile ,etc. But I want to recommend similar products just in mobile collections and not recommend products in other collections. How do I do this?
Thanks it works perfect!
please check this source
{% capture related_items %} {% for product in collection.products %}
You just got maximum 50 products only... Do you have solution to get all products of collection?