Help

Frequently asked questions and other useful tidbits.

Store

Updated on October 16th, 2008

store.name

Returns the name of your store. Set on the Store > Settings page of the admin.

store.url

Returns the URL of your store. Set on the Store > Settings page of the admin. This will use your custom domain if you have it setup.

View my <a href="{{ store.url }}">my store</a>

store.website

Returns the URL of your store’s primary website. Set on the Store > Settings page of the admin.

View my <a href="{{ store.website }}">my website</a>

store.currency.name

Returns the name of the currency used for your store. Currency is set on the Store > Settings page of the admin.

store.currency.code

Returns the code of the currency used for your store. Currency is set on the Store > Settings page of the admin.

store.currency.sign

Returns the sign of the currency used for your store. Currency is set on the Store > Settings page of the admin.

store.country

Returns the country of your store. Set on the Store > Settings page of the admin.

We are based in {{ store.country.name }}

store.logged_in

Returns true or false based on whether you’re currently logged into the admin.

{% if store.logged_in %}<a href="{{ product.edit_url }}">Edit</a>{% endif %}

Contact

Can’t find an answer to your question? No worries, we’re here to help.