Находясь на странице продукта или когда у вас есть переменная product
, доступная вам - вы можете получить первое изображение, используя:
{{ product.image | product_image_url }}
Также задокументировано здесь:
https://developers.bigcartel.com/api/themes#product
product.image Returns the default image of a product.
product.images Returns all of the images of a product.
product.image_count Returns the number of images a product has