# Market Selector

In this tutorial, we'll guide you through the process of activating and customizing our Market Selector app embed within the Shopify Theme Editor. Furthermore, we'll delve into advanced settings that necessitate custom code, empowering you to position the country selector in the header with a unique layout.

## How to setup

To begin, launch the Shopify Theme Editor and navigate to the "App Embeds" section. There, locate and activate the "Market Selector" App Embed.

<figure><img src="/files/VIrN67haojBvaFTCOA6q" alt=""><figcaption></figcaption></figure>

Following that, you have the option to select your preferred selector type from the following choices:

* **Classic Selector:** A country and language selector that is prominently displayed.

<div align="center" data-full-width="true"><figure><img src="/files/6asjG5LtnbeMOnqjL5xi" alt=""><figcaption></figcaption></figure></div>

* **Modal Selector:** This selector features country flags, allowing users to easily explore various country options.

<figure><img src="/files/4SOlIQ2irY40IRyTqXPZ" alt=""><figcaption></figcaption></figure>

* **Geolocation Popup:** To display the [Geolocation Popup](broken://pages/wrGyhLrpQEPenokIHrt0) selector, you must have the Embed Geolocation Popup App activated.

  <br>

  <figure><img src="/files/DrYO4h8v4nL8OvuUiUwK" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Depending on your selector choice, you can tailor various options while bypassing the others to suit your specific needs.
{% endhint %}

### Classic Selector

You can show or hide the language selector. We recommend adding this option from Orbe if your store is available in multiple languages. Then, as we made in the geolocation popup, you can also personalize the corners & buttons and the selector's colours.

<figure><img src="/files/nSeITbmWPGxlgzoyfp40" alt=""><figcaption></figcaption></figure>

You also have the option to display the flag of the recommended country or the market currency with various styles.

<figure><img src="/files/7791vm0kQe4aJupVzHYN" alt=""><figcaption></figcaption></figure>

Finally, you can enable the country search to make it easier for your users to find their desired country.

<figure><img src="/files/i0ELnkGCiZHe8OsCYKlV" alt=""><figcaption></figcaption></figure>

### Modal Selector

If you choose this selector, you can decide if you want to display the flags, the market currency, and its style –for example, EUR or €, USD or $–.

<figure><img src="/files/Cl990QiRQInvGN1h168J" alt=""><figcaption></figcaption></figure>

Additionally, you can modify the title and the language title.

<figure><img src="/files/22oZV3IBzkKvLqNZxRXc" alt=""><figcaption></figcaption></figure>

#### Global Settings

Last but not least, you can choose which position to add the footer: left, centre or right.

<figure><img src="/files/MjslV90YXVdTzzGSrItT" alt=""><figcaption></figcaption></figure>

Real customer examples:

* <https://naakbar.com/>
* <https://rondorff.com/>

{% hint style="info" %}
If you have an **Orbe paid plan**, our team can add a custom country selector to any position in your theme. [**Contact support for help**](mailto:support@orbe.app).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.orbe.app/selectors/market-selector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
