> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/volume-themes/advanced-features/store-selector.md).

# Store Selector

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

The **Store Selector** lets you set up multiple retail or warehouse locations and link them to your Shopify store’s official Locations. This helps customers quickly see product availability and discover useful location-specific details like operating hours, pickup options, or directions.

{% stepper %}
{% step %}

### Step 1: Set Up Shopify Locations

Before using the Store Selector, make sure your Shopify Locations are fully configured. These represent the physical places from which you fulfill orders or offer pickups.

To set them up, refer to Shopify’s official documentation: [**Shopify Locations Setup**](https://help.shopify.com/en/manual/fulfillment/setup/delivery-methods)

Once your locations are ready and live, you can start configuring the theme’s Store Selector.
{% endstep %}

{% step %}

### Step 2: Add the Store Selector Drawer

<figure><img src="/files/3Ot6UxLWEQC1km3Ck3Z8" alt=""><figcaption></figcaption></figure>

1. Scroll to the bottom of the left-side theme editor panel.
2. Find the **Overlay** section group.
3. Add the **Store selector drawer** section.

Each **Store** block inside this drawer corresponds to one Shopify **Location**.

{% hint style="success" icon="hand-pointer" %}
The **Store name** field must exactly match the name of the location in **Store settings → Locations**.
{% endhint %}

You can also optionally add:

* **Address**
* **Image**
* **Details** like business hours or additional info
  {% endstep %}

{% step %}

### Step 3: Add Store Selector to Navigation

#### Header

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

Enable the checkbox under the Store selector heading.

#### Menu Drawer

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

1. Go to the **Overlay** section group.
2. Add the **Store selector** block inside the **Menu drawer** section.
   {% endstep %}

{% step %}

### Step 4: Add Pickup Availability Widgets

#### Product Cards

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

In any section or block that displays product cards, enable the **Show pickup availability** checkbox.

#### Product Template

<figure><img src="/files/25iprncI91o6kHPd8Vf2" alt=""><figcaption></figcaption></figure>

Add the **Pickup availability** block inside the **Product overview** section.

#### Colors

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

Go to **Theme settings → Color scheme** and adjust the colors under the **Pickup availability** heading.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://staylime.com/docs/volume-themes/advanced-features/store-selector.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
