location

The location object represents a physical store location, such as a branch or pickup point. Loop over locations on the store locator template to output each store's details.

{% for location in locations %}
	{{ location.name }}
{% endfor %}
			

The location object has the following attributes:

location.name

Returns the name of the store location.

location.address1

Returns the first address line of the store location.

location.address2

Returns the second address line of the store location.

location.city

Returns the city of the store location.

location.province

Returns the province or state of the store location.

location.country

Returns the country of the store location.

location.zip

Returns the postal or zip code of the store location.

location.phone

Returns the phone number of the store location.

location.email

Returns the email address of the store location.

location.formatted

Returns the full address of the store location as a single formatted string. This is convenient for building a map link.

<a href="https://www.google.com/maps?q={{ location.formatted }}">Navigate</a>
			
icon-accounticon-add-newicon-add-storeicon-appicon-appleicon-archiveicon-arrowdownicon-ascicon-bookicon-cancelicon-cart-addonicon-checkouticon-cherryicon-collectionicon-comfirmicon-confirmicon-couponicon-creditsicon-currencyicon-dashboardicon-discounticon-disintegrateicon-domainicon-dscicon-duplicateicon-editicon-emailicon-exclamation-triangleicon-exporticon-eyeicon-eye-slashicon-fullscreenicon-fullscreen-closeicon-generalicon-gifticon-gridicon-hddicon-helpicon-importicon-infoicon-integrationicon-invoiceicon-likeicon-listicon-locationicon-logouticon-new-tabicon-not-secureicon-optionicon-ordericon-outline-arrowdownicon-pageicon-paymenticon-plusicon-posicon-pricingicon-printericon-producticon-product-sumicon-product-sum-xicon-redirecticon-reporticon-reseticon-searchicon-secureicon-settingicon-shippingicon-staricon-storeicon-switch-storeicon-tagicon-taxesicon-templateicon-themeicon-tickicon-trashicon-unarchiveicon-uploadicon-user-tagicon-usersicon-weighticon-wholesale