# Settings Page

Settings for the BOPIS app can be accessed by clicking on the `Settings` button on the bottom tab of the app. It displays a list of all the settings that can be configured to streamline processes and optimize BOPIS efficiency.

Settings are categorized as either **product store wide** (apply across the entire company for all users), **facility-specific** (apply to the selected facility), or **user-specific** (apply only to the individual user).

## OMS

### Facility

`Facility-specific`

Users can use this setting to select the facility they want to operate from. Orders, inventory and other configuration data will be specific to the facility that the users select.

<figure><img src="/files/pLoCYP8qV1NkQ15I8LDd" alt="" width="375"><figcaption></figcaption></figure>

### Order Edit Permissions

`Product store wide`

If an order is rejected by the store, the customer receives an email notifying them of the rejection and outlining the alternate fulfillment options that are available. Users can use toggle buttons to conveniently enable or disable permissions for various aspects of the orders that customers are allowed to edit when updating their orders on Re-route Fulfillment.

* **Delivery Method:** Enable or disable the permission for customers to edit the delivery method for their orders.
* **Delivery Address:** Enable or disable the permission for customers to edit the delivery address for their orders.
* **Pickup Location:** Enable or disable the permission for customers to edit the pickup location for their orders.
* **Order Item Split:** Enable or disable the permission for customers to split order items for their orders.
* **Cancel Order Before Fulfillment:** Enable or disable the permission for customers to cancel their order before it's fulfilled.
* **Shipment Method:** Allow the customers to edit the shipment method for their orders using a dropdown menu with available options.

<figure><img src="/files/oKX0YQXzLjIdI9FzGo6m" alt="" width="375"><figcaption></figcaption></figure>

### Partial Order Rejection

`Product store wide`

Store managers can use this setting to control whether a BOPIS order can be partially rejected in case there is insufficient inventory of specific items at the store.

## App

### Product Identifier

`User-specific`

Users can choose primary and secondary product identifiers (such as product ID, product title, SKU, etc.) to view products with preferred identifiers in the app.

<figure><img src="/files/xNWHYpIU6yeUye3Mf2OH" alt="" width="375"><figcaption></figcaption></figure>

### Timezone

`User-specific`

This option allows users to select an appropriate timezone to maintain consistency and optimize operations according to local time.

### Language

`User-specific`

This option allows users to select a preferred display language for the app.

### Shipping Orders

`Product store wide`

For stores managing both `BOPIS` and `Ship from Store` orders, switching between apps can be challenging. To optimize this process, the `Show Shipping Orders` feature can be enabled. This will allow users to view and fulfill regular orders brokered to their store by the OMS directly within the BOPIS app. Users can easily control this setting using the toggle button to enable or disable it as needed.

<figure><img src="/files/87IMq9kRrzEi9Uj7nEgb" alt="" width="375"><figcaption></figcaption></figure>

### Packing Slip

`Product store wide`

Packing slips help customers reconcile their orders against the delivered items. Store managers can use the `Generate Packing Slips` toggle to control whether or not packing slips are generated for orders.

<figure><img src="/files/NAIlRhDf4nMnOE9EvgoQ" alt="" width="375"><figcaption></figcaption></figure>

### Track Pickers

`Product store wide`

Store managers can assign store pickup orders to store associates and track associates who picked orders, by entering their picker IDs when packing an order. They can use the `Track Pickers` card to manage picker tracking and picklist printing. This is important for managing picker commission.

* **Enable Tracking:** Turn on picker tracking to require store associates to enter their picker ID when packing an order.
* **Print Picklists:** Enable automatic printing of picklists when packing orders to help store associates identify and gather the items to be fulfilled.

<figure><img src="/files/e8AOCuLMJX6PAVigoVwl" alt="" width="375"><figcaption></figcaption></figure>

### Request Transfer

`Product store wide`

This setting allows store associates to request an item from another store when it is not available in their current stock. When enabled, a `Request Transfer` option becomes available on order detail pages so associates can initiate inter-store transfer requests directly from the app.

### Proof of Delivery

`Product store wide`

This setting allows store associates to capture and verify proof of delivery when handing over a pickup order to a customer. When enabled, associates are prompted to confirm handover of the order, providing a verifiable record of the delivery.

### Notification Preferences

`User-specific`

Users can select the notifications they want to receive in the BOPIS app.

* **New order notification:** Enable or disable notifications for any new orders.
* **Open order notification:** Enable or disable notifications for pending open orders.
* **Ready for pickup order notification:** Enable or disable notifications for orders that are ready to be picked up by customers.

<figure><img src="/files/G0sdnZ0J8p4x9oT4hUmI" alt="" width="375"><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://docs.hotwax.co/documents/store-operations/orders/bopis/settings-page.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.
