- CrystalCommerce Liquid Documentation for Designers

Store Location Drop

This drop is included on this page in with the variable name {{ drop_name }}.

Properties

name
Name of the location
location_type
Currently the only supported option is Retail.
store_hours
Hours the location is open.
store_blurb
Short blurb talking about the location.
facebook_url
URL to Facebook page.
twitter_url
URL to Twitter page.
calendar_url
URL to calendar.
blog_rss_url
URL to Blog RSS.
instagram_url
URL to Instagram.
pinterest_url
URL to Pinterest.
twitch_url
URL to Twitch.
youtube_url
URL to Youtube.
wizards_retailer
if it’s Wizards Authorized
games_carried
An array of games carried at the location.
address_line_1
First line of the location’s address.
address_line_2
Second line of the location’s address.
city
The city the location is in.
state
The state the location is in.
postal_code
The postal code of the location.
country
The country the location is in.
phone
The main phone number of the location.
time_zone
The time zone of the location.
event_space
Boolean indicating whether or not the location hosts events.
email
Contact email for the store
mad_mimi
Mad mimi mailer info
site_logo
Site logo for the store. If present, it will be a Photo Drop. There are 4 sizes: original, thumb(6464), medium(240240) and large(640640).

{{ mainStore.site_logo.url }} {{ mainStore.site_logo | photo_url: 'thumb' }} {{ mainStore.site_logo | photo_url: 'medium' }} {{ mainStore.site_logo | photo_url: 'large' }}

favicon
Favicon for the store. If present, it will be a Photo Drop. There are 4 sizes: original, thumb(6464), medium(240240) and large(640640).

{{ mainStore.favicon.url }} {{ mainStore.favicon | photo_url: 'thumb' }} {{ mainStore.favicon | photo_url: 'medium' }} {{ mainStore.favicon | photo_url: 'large' }}