No content to show
User Activity
08-02-2022
Hi, it is called 'main-product' under Sections. Hope this helps.
06-15-2022
Thank you Ahmed!
05-30-2022
Update to this, leaving the alt off completely returns the alt text used for the image. {{ featured_image | image_url: width: 200 | image_tag: srcset: nil, class: 'product-card__image_second' }}
I am trying to out put a page.title that is translated using the Langshop App. I've tried {{ page.title | t }} and {{ 'page.title' | t }} but neither work. Has anyone tried this before?
Currently when a customer signs up to the standard Shopify newsletter subscription form they get a success message.However if they are already subscribed they get no feedback / message whatsoever. Shopify Support have confirmed this is expected beha...
Currently when a customer signs up to the standard Shopify newsletter subscription form they get a success message.However if they are already subscribed they get no feedback whatsoever. Shopify Support have confirmed this is expected behaviour, whi...
01-17-2022
The answer for anyone that struggles with this is : {{ product.metafields.product_fields.full_width_image | image_url: width: 200 | image_tag: alt, srcset: nil, class: 'css-class-1 css-class-2' }} I had a colon (:) after alt.
I have created a new metafield for an image file. I am successfully outputting the image with the following code:{{ product.metafields.product_fields.full_width_image | image_url: width: 2000 | image_tag: alt:, srcset: nil, class: 'full-image' }} The...
02-02-2021
Click to expand...This would definitely be of use to us too dryrobe.myshopify.comThis would definitely be of use to us too dryrobe.myshopify.com
03-23-2020
{% if page.id == 49700733008 %}Show Content{% endif %} For anyone else looking for this.