Store¶
The store variable represents your store. It is available on all pages.
url
¶
store.url contains the (optional) URL for your store. Note, this is not your hosted site URL.
<a href="{{ store.url }}">Back to my store</a>
contact_name
¶
contact_name is your name.
<p>If you have any problems, please contact {{ store.contact_name }}.</p>
contact_email
¶
contact_email is your email address.
<p>Send me an email at {{ store.contact_email }} and I'll get back to you ASAP!</p>
image
¶
store image.
tracker_html
¶
The raw HTML entered into your tracker HTML on the storefront setup. Used to integrate with Google Analytics or other third party analytic software.
delivery_message_html
¶
The raw HTML entered for your store delivery message. Be sure to escape it with the raw filter.
{{ store.delivery_message_html|raw }}
paypal_available
¶
Set to true if this store has PayPal as an available checkout option.
google_checkout_available
¶
Set to true if this store has Google Checkout as an available checkout option.
alertpay_available
¶
Set to true if this store has AlertPay as an available checkout option.
direct_pay_available
¶
Set to true if this store has a direct payment (credit card) method available such as Authorize.net or PayPal Website Payments Pro.