Store Locator Page
https://beautica-light.mybigcommerce.com/find-a-store/

1. How to Create Find A Store Page?
Go to Storefront -> Web pages.
In the Create a Web Page -> Enter name: Store Locator

In Advanced Options, choose Template Layout File is "find-a-store".

2. How to Change Content of Find A Store Page?
Go to Storefront -> Web pages -> Find A Store page.
In field Page Content, click button HTML to open HTML Source Editor.

After that, input content below:
<div class="halo-location-top page-location-nav">
<div class="halo-location-topLeft">
<h3 class="halo-location-title">Find Store Location Near You</h3>
<p class="halo-location-text">We have 05 stores throughout “Country” and more in works.</p>
<p class="halo-location-text">Complete the search details below to find a Beautica store near you.</p>
</div>
<div class="halo-location-topRight">
<div class="halo-location-seach search_map"> </div>
</div>
</div>
<div class="halo-location-bottom page-location-map">
<div class="HL-ColLeft halo-location-bottomLeft">
<div class="InfoFind haloCustomScrollbar">
<div class="InfoFindInner ENV_maps_list halo-location-list"> </div>
</div>
</div>
<div class="HL-ColRight halo-location-bottomRight">
<div class="mapContact ENV_maps__div halo-location-map" style="position: relative; overflow: hidden;"> </div>
</div>
</div>
Or use button below to generate the code with your own banners. Please click the Copy code on the popup after you changed all the blocks.
3. How to Setup Location of Find A Store Page?
In the Stencil File Editor -> go to templates/components/halothemes/map/halo-multi-map.html file.

* Find or enter latitude & longitude
Here is an article of Google for your reference: https://support.google.com/maps/answer/18539?co=GENIE.Platform%3DDesktop&hl=en
Last updated