I've connected my store to the Google Shopping app and submitted all of my products, but every product has the error "unknown can't be blank". How can I resolve this?
I have a few collections, each with a thousand or more products. Some of my customers need to jump to a particular letter in the collection – for example, they may be looking for all products that st...
No content to show

User Activity

Find the corresponding theme file (e.g. `cart-notification-product.liquid`) and display this property if it exists. For example:  {%- if item.properties.previewImgUrl -%} <img src="{{ item.properties.previewImgUrl }}"> {%- endif -%}  See https://sh...
You could set the image URL on the line item's properties object, e.g. `{ items: [{ id: 1234, quantity: 1, properties: { previewImgUrl: "https://example.com/image.jpg" }] }` and then customize your theme to display this property as an image.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From