> For the complete documentation index, see [llms.txt](https://akyos.gitbook.io/book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akyos.gitbook.io/book/wordpress/plugins/woocommerce.md).

# Woocommerce

## Installer WooCommerce sur Sage 10

{% embed url="<https://github.com/generoi/sage-woocommerce>" %}

```
composer require generoi/sage-woocommerce
```

Créer un dossier `woocommerce` dans `/views`

```
├── views
    ├── woocommerce
        ├── myaccount
            ├ form-edit-account.blade.php
        ├ single-product.blade.php
        ├ archive-product.blade.php
        ├ content-single-product.blade.php
```
