Hi,
Through Online store>Navigation>Add menu. I have created menu and added a menu item called Find a Stores.
What I want to do is to add two different stores locations to this page. Currently I have added just 1 location, how do I can add the 2nd location to the same page.
Find-store.liquid code is:
oh, Wanted Studio Stores
{%- endif -%}{%- if section.settings.show_info_column or section.settings.contact_map_code != blank -%}
{% schema %}
{
“name”: “Find store”,
“settings”: [
{
“type”: “textarea”,
“id”: “title”,
“label”: “Title”
},
{
“type”: “checkbox”,
“id”: “show_input_label”,
“label”: “Show input label”,
“default”: true
},
{
“type”: “header”,
“content”: “Content”
},
{
“type”: “checkbox”,
“id”: “show_info_column”,
“label”: “Show info column”,
“default”: true
},
{
“type”: “page”,
“id”: “page_content”,
“label”: “Page content”,
“info”: “Default page: ‘parse-page-html-content’”
},
{
“type”: “textarea”,
“id”: “contact_map_code”,
“label”: “Contact Map Code”,
“default”: “<iframe width="600" height="450" frameborder="0" style="border:0" src="[https://www.google.com/maps/embed/v1/place?key=AIzaSyBwY_0PWuwH_A5y4iwNAqpaUbUjRPySkFc
%20%20%20%20&q=7563%20St.%20Vicent%20Place,%20Glasgow\](https://www.google.com/maps/embed/v1/place?key=AIzaSyBwY_0PWuwH_A5y4iwNAqpaUbUjRPySkFc
%20%20%20%20&q=7563%20St.%20Vicent%20Place,%20Glasgow\)” allowfullscreen="">"
},
{
“type”: “header”,
“content”: “Video manual”
},
{
“type”: “paragraph”,
“content”: “[Home sections](https://[www.youtube.com](http://www.youtube.com)/watch?v=QQ6wFwBts4k&list=PLj-506KaR_vcQjwcpC6yII-1JY0bSj7df&index=9)”
},
{
“type”: “header”,
“content”: “User manual”
},
{
“type”: “paragraph”,
“content”: “Contact Form”
}
],
“presets”: [
{
“name”: “Find store”,
“category”: “3) Static content”
}
]
}
{% endschema %}
page-sinstore.json templates code is:
{
“sections”: {
“main”: {
“type”: “main-page”,
“settings”: {
“show_title”: false,
“show_content”: false
}
},
“16282872844bc23bf8”: {
“type”: “find-store”,
“settings”: {
“title”: “oh, Wanted Studio Stores”,
“show_input_label”: true,
“button_type”: “invert”,
“show_info_column”: true,
“page_content”: “”,
“contact_map_code”: “<iframe src="https://[www.google.com](http://www.google.com)/maps/embed?pb=!1m18!1m12!1m3!1d1441.5375376170932!2d55.38513520084762!3d25.23252391380884!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3e5f5df3c7340c9f%3A0x63f2bd4fa078fc5b!2sBin%20Sougat%20Centre!5e1!3m2!1sen!2sae!4v1652536889765!5m2!1sen!2sae" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>”
}
},
“1628287292f47cc491”: {
“type”: “spacer”,
“settings”: {
“margin_top”: 60,
“margin_bottom”: 0,
“margin_top_mobile”: 0,
“margin_bottom_mobile”: 0,
“container”: “boxed”,
“show_separator”: false,
“title”: “”
}
}
},
“order”: [
“main”,
“16282872844bc23bf8”,
“1628287292f47cc491”
]
}
