> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/woocommerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/woocommerce/1.0-1/user-guide/plugin-settings.md).

# Enable extension settings

This extension adds the **Digital River** payment method under the **WooCommerce Payment** tab. Go to **WooCommerce**, select **Settings**, and then click **Payment**.

You will notice **Digital River** is already enabled. We keep the **Digital River** payment option enabled by default.&#x20;

<div align="left"><img src="/files/-MbrZWcwhyQIdz-BL0FP" alt=""></div>

Click **Manage**. It gives you the option to **Enable Digital River plugin** and configure the options below.

{% hint style="danger" %}
**Caution**: If **Enable Digital River plugin** is not selected, anything apart from the **Settings** page will not work. Make sure to keep it selected.
{% endhint %}

1. **Title**: You can configure the **Title** from here which will appear on the checkout page.&#x20;
2. **Description**: You can configure the **Description** from here which will appear on the checkout page.\
   &#x20;<img src="/files/-MZndGI_E18bQOeZLgIU" alt="" data-size="original">&#x20;
3. **Test mode**: To enable the test mode, select the **Enable test mode**. If **Test mode** is enabled, then **Test API credentials** will be used.
4. **Debug mode**: To enable the debug mode, select the **Enable test mode**. If **Debug mode** is enabled, results will appear in the log. To view the log, go to **WooCommerce**, select **Status**, and then click the **Logs** tab.
5. **Enable automatic fulfillment**: This extension feature enables the automatic fulfillment of orders. Once the order is in the accepted state, it will be fulfilled by WooCommerce automatically. This ensures that the store admin will not have to fulfill every order manually. This is particularly useful where stores get large orders in a short time when it would be difficult for the store admin to go through each order manually and fulfill it. \ <img src="/files/-MZndKU7O_6xmYaJ_VWg" alt="" data-size="original">&#x20;
6. **Test public key & Test confidential key**: Configure the test credentials. These credentials will be used only when **Test mode** is enabled. &#x20;
7. **Live public key & Live confidential key**: Configure the live credentials. These credentials will be used when **Test Mode** is not enabled.
8. **Webhook secret key**: Configure webhook secret key. Use this key to manage the order status.
9. **Test API Configuration**: To determine if the API configuration is working correctly, click **Test Config**. <img src="/files/-MbrZLIkrOzSaN4SBBj5" alt="" data-size="original">&#x20;


---

# 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://docs.digitalriver.com/woocommerce/1.0-1/user-guide/plugin-settings.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.
