> For the complete documentation index, see [llms.txt](https://adriens-organization-1.gitbook.io/wp-starter-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adriens-organization-1.gitbook.io/wp-starter-theme/wc-woo-commerce/wc-decouverte.md).

# WC : découverte !

### Install

```
make plugin P=woocommerce
```

### Configuration

Skip  aide pour configurer la boutique...

Importer des produits par default :&#x20;

{% embed url="<https://woocommerce.com/document/importing-woocommerce-sample-data/>" %}

### Timber WC support

{% embed url="<https://timber.github.io/docs/v2/guides/woocommerce/>" %}

```
public function themeSupports()
{
    ...
    add_theme_support('woocommerce');
}
```
