> For the complete documentation index, see [llms.txt](https://helpwith.salesorder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpwith.salesorder.com/shopping-carts-b2c/woocommerce.md).

# Woocommerce ⛭

### Need to know

Connect one or more Woocommerce Carts to your system using our Wordpress Plugin.&#x20;

Here are the data flows:

#### Data from Woocommerce to Salesorder

| Entity    | Function                                                                                                                                                                                                                  |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Orders    | Import manually or automatically.                                                                                                                                                                                         |
| Customers | <p>Import and create new customers. Add order to existing customers' <em>transaction list</em>. </p><p></p><p>Changes to customer details in Woocommerce update customer master in Salesorder, e.g. shipping address.</p> |
| Items     | <p>Selectively or as a batch, import Items from Woocommerce to populate the Item list in Salesorder. </p><p></p><p>Automatically update Item(s) details in Salesorder if changed in Woocommerce.</p>                      |
|           |                                                                                                                                                                                                                           |

#### Data from Salesorder to Woocommerce

| Entity       | Function                                                                                              |
| ------------ | ----------------------------------------------------------------------------------------------------- |
| Items        | Selectively or as a batch, export Items from the Salesorder to populate the Item list in Woocommerce. |
| Stock levels | Automatically update stock levels in Woocommerce from stock levels in Salesorder.                     |
| Customers    | Selectively update customer list and customer details in Woocommerce.                                 |

###

### Wordpress Plugin installation

1. [Click to download the .zip file](https://login.salesorder.com/salesorder/downloads/cartconnect/woocommerce/woocommerce-cartconnect.zip)
2. Go to <mark style="color:orange;">Wordpress Dashboard>Plugins>Add New>Upload Plugin</mark>
3. <mark style="color:orange;">Choose</mark> and <mark style="color:orange;">Install</mark>.
4. Go to <mark style="color:orange;">Wordpress Dashboard>Settings>Woocommerce integration with SO</mark>
5. Copy the Cart Connect password.

### Setup Shopping Cart in Salesorder

1. <mark style="color:orange;">Salesorder>Setup>Shopping Carts>New Woocommerce Cart</mark>.
2. Enter:

* <mark style="color:orange;">Cart Name</mark> (an arbitrary name).
* <mark style="color:orange;">Cart Connect URL</mark>, i.e. <https://socommerce.dreamhosters.com/>
* <mark style="color:orange;">Cart Connect Password</mark>, saved from step 5 above.&#x20;

3. <mark style="color:orange;">Test Connection</mark>.
4. You should see: 'TEST PASSED: SUCCESSFULLY CONNECTED TO CART!'
5. <mark style="color:orange;">Save</mark>.

For questions, email <support@salesorder.com>.

### Testing and Controls

See these articles **before** you go live:

* [⚠ Live Shopping Carts](/shopping-carts-b2c/live-shopping-carts.md)
* [Shopping Cart Controls](/shopping-carts-b2c/shopping-cart-controls.md) *in Salesorder.*


---

# 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://helpwith.salesorder.com/shopping-carts-b2c/woocommerce.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.
