shop

The shop object has the following attributes:


shop.domain

Returns the active domain of the shop.

Input

{{ shop.domain }}

Output

myexampleshop.selly.store

shop.image

Returns a image object of the shop's banner.

Input

{% if shop.image %}
<div class="banner" style="background-image: url({{ shop.image.url }})">
</div>
{% endif %}

Output

<div class="banner" style="background-image: url(https://cdn.selly.io/s/dbe57d3c3ffd42793ead029443ba6c57bd924886...)">
</div>

shop.name

Returns the shop name.


shop.slug

Returns the shop slug used in the .selly.store domain.