# WooCommerce Settings

{% hint style="success" %}

* Log in to your WordPress admin panel.
* Navigate to **WooCommerce** > **Settings** from the WordPress Admin sidebar.
* You will see multiple tabs to configure your store settings.
  {% endhint %}

Log in to your WordPress admin panel.

* Navigate to **WooCommerce** > **Settings** from the WordPress Admin sidebar.
* You will see multiple tabs to configure your store settings.

### **WooCommerce Settings** <a href="#woocommerce-settings" id="woocommerce-settings"></a>

#### **General Settings** <a href="#general-settings" id="general-settings"></a>

* **Store Address**: Enter your business location.
* **Selling Locations**: Choose countries where you will sell.
* **Currency Options**: Set the default currency, position, and formatting.

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

#### **Products Settings** <a href="#products-settings" id="products-settings"></a>

* **Shop Page**: Select the page where your products will be displayed.
* **Measurements**: Define default weight and dimension units.
* **Inventory**: Enable stock management, set stock levels, and low-stock notifications.
* **Downloadable Products**: Configure file download methods (if selling digital products).

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

**Tax Settings (if enabled)**

* Set tax rates for different regions.
* Enable/disable tax calculations.
* Choose tax display options for store and checkout pages.

#### **Shipping Settings** <a href="#shipping-settings" id="shipping-settings"></a>

* **Shipping Zones**: Define regions and shipping methods (e.g., free shipping, flat rate, local pickup).
* **Shipping Options**: Set default shipping destinations.
* **Shipping Classes**: Group similar products for different shipping rates.

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

#### **Payments Settings** <a href="#payments-settings" id="payments-settings"></a>

* Installed gateways are listed and can be dragged and dropped to control the order which they display to customers on the checkout.
* Enable/disable payment gateways like **PayPal, Stripe, Bank Transfer, Cash on Delivery**.
* Configure settings for each payment method (API keys, credentials, etc.).

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

#### **Accounts & Privacy Settings** <a href="#accounts-and-privacy-settings" id="accounts-and-privacy-settings"></a>

* Configure customer account registration and guest checkout options.
* Set privacy policies for data storage and retention.

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

#### **Emails Settings** <a href="#emails-settings" id="emails-settings"></a>

* Customize email templates for order notifications (new order, customer invoice, refunds, etc.).
* Set the sender name and email address.

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

#### **Advanced Settings** <a href="#advanced-settings" id="advanced-settings"></a>

* **Page Setup**: Define pages for cart, checkout, and account management.
* **REST API & Webhooks**: Configure API access for third-party integrations.
* **WooCommerce Scripts**: Enable debugging and logging for troubleshooting.

<figure><img src="/files/uRyQ2jXltoicdxDAmXVe" 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://buddhathemes-test.gitbook.io/chillout/woocommerce/woocommerce-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.
