# WooCommerce

To install the woocommerce plugin for Bitcart, please follow the steps below

{% embed url="<https://youtu.be/04tWVvePBdI>" %}

## Install the Bitcart Woocommerce plugin

### Via Wordpress

1. WordPress > Plugins > Add New.
2. In Search, type "Bitcart for WooCommerce"
3. Install and activate.

![Install the plugin via wordpress plugin repository](/files/-MPiyrrpHnrvl3nA8Znm)

### From Github

Download the latest plugin [release](https://github.com/bitcart/bitcart-woocommerce/archive/master.zip), upload it in the .zip format to your wordpress instance and active it.

## Deploy Bitcart

Refer to our [deployment guide](/deployment.md)

## Configure the plugin

Go to your store dashboard. WooCommerce > Settings > Payments. Click Bitcart.

1. Enter your Bitcart URL (URL of the Merchants API, like <https://api.bitcart.ai>)
2. Enter your Bitcart Admin Panel URL (for example, <https://admin.bitcart.ai>)
3. Change the store id used if needed
4. Save changes

## Important note

Bitcart will only be visible on the WooCommerce checkout page if you are using the Classic Checkout. This is no longer the default option, so Bitcart will not appear as a payment method unless you activate it. For instructions on how to enable the Classic Checkout, please visit: [WooCommerce.com - Reverting to the classic Cart and Checkout](https://woocommerce.com/document/woocommerce-store-editing/customizing-cart-and-checkout/#reverting-to-the-classic-cart-and-checkout)

## Test the checkout

If you have successfully configured your plugin, you will be able to checkout via cryptocurrency.

![](/files/-MPj-roMfI55hY_ZZp2U)

That's it!


---

# 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.bitcart.ai/integrations/woocommerce.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.
