How can I add a second location to my store's page on a single-site platform?

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:

{%- if section.settings.title != blank -%}

oh, Wanted Studio Stores

{%- endif -%}
Shop by walking in. We’re open and look forward to welcoming you. Some of our stores are offering limited products and services. You can also shop online and get help, free delivery, and more.
{%- if section.settings.show_info_column or section.settings.contact_map_code != blank -%}
{%- if section.settings.show_info_column -%} {%- if section.settings.page_content != blank -%}
{% include 'parse-page-html-content' with default_page: 'include-find-store' page_content: section.settings.page_content %}
{%- assign has_content = true -%} {%- elsif page.content -%}
{% include 'parse-for-icons' content: page.content %}
{%- assign has_content = true -%} {%- endif -%} {%- endif -%} {%- if section.settings.contact_map_code != blank -%}
{{ section.settings.contact_map_code }}
{%- endif -%}
{%- endif -%}

{%- if section.settings.show_info_column or section.settings.contact_map_code != blank -%}

{%- if section.settings.show_info_column -%} {%- if section.settings.page_content != blank -%}
{% include 'parse-page-html-content' with default_page: 'include-find-store' page_content: section.settings.page_content %}
{%- assign has_content = true -%} {%- elsif page.content -%}
{% include 'parse-for-icons' content: page.content %}
{%- assign has_content = true -%} {%- endif -%} {%- endif -%} {%- if section.settings.contact_map_code != blank -%}
{{ section.settings.contact_map_code }}
{%- endif -%}
{%- endif -%}

{% 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”
]
}

Hi @amazezones ,

Please send your site and if your site is password protected, please send me the password. I will check it.