# Settings

This section allows you to easily enable or disable multiple functionalities of the app to manage delivery, checkout, and customer interactions effectively.

### <mark style="color:blue;">1. Checkout Restrictions</mark>

* **Inputting zip code required -** If the customer tries to click on "Checkout" <mark style="color:red;">**without**</mark> entering a zip code, a pop-up message will appear, reminding the user that they must enter a zip code before they can proceed.
* **Disable Add to cart/checkout button for invalid zip code -** By default, the "Add to Cart" and "Checkout" buttons will be **disabled**. These buttons will only become enabled after the user enters a valid zip code. If the zip code entered is not valid e.g., not serviceable, or not in the allowed list, the buttons will remain disabled, preventing the user from adding products to the cart or proceeding to checkout.

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

### <mark style="color:blue;">2. Location Detection</mark>

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

**Enable location detection** – Automatically detects the customer’s location to display accurate delivery options and streamline the checkout process.

### <mark style="color:blue;">3. Waiting List</mark>

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

* **Enable waiting list** – Allows customers to submit their contact information when delivery isn’t available. This helps you notify them once delivery becomes available in their area.

### <mark style="color:blue;">4. Estimated Delivery</mark>

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

**Enable estimated delivery time** – Displays the estimated delivery message on the product page when this option is enabled.

### <mark style="color:blue;">**5. Returns and Exchanges**</mark>

<figure><img src="/files/6LhyIqJuNFebfeL8QruC" alt=""><figcaption></figcaption></figure>

* **Enable returns and exchanges** – Shows a message on the product page about return and exchange availability.

### <mark style="color:blue;">**6.**</mark> <mark style="color:blue;"></mark><mark style="color:blue;">Cash on Delivery</mark>

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

**Enable cash on delivery** – Displays a cash on delivery message on the product page when enabled.

#### <mark style="color:blue;">**7.**</mark>**&#x20;**<mark style="color:blue;">**Estimated Shipping Rate**</mark>

Display an estimated shipping cost directly on the product page based on the entered ZIP code.&#x20;

This feature helps customers quickly check delivery availability and charges using the Zox Zipcode Check & Validate system.

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

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


---

# 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://magecomp.gitbook.io/shopify/apps/zox-zipcode-check/settings.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.
