> ## Documentation Index
> Fetch the complete documentation index at: https://docs.y.uno/llms.txt
> Use this file to discover all available pages before exploring further.

# WooCommerce Plugin Overview

> Understand how the Yuno WooCommerce plugin works and how to set it up in your store.

Yuno's WooCommerce plugin integrates Yuno's payment orchestration platform directly into your WooCommerce store, through the Yuno Web SDK and a PHP REST API layer. It's the second e-commerce plugin Yuno supports, after VTEX.

<Note>
  This is an MVP release. Yuno is actively evolving the plugin based on merchant feedback. Join the `WooCommerce` channel in the shared Slack to stay updated on new releases.
</Note>

## What it is

The plugin adds Yuno as a payment gateway inside WooCommerce, supporting both the legacy shortcode checkout and the WooCommerce block-based checkout. Shoppers complete their purchase without leaving your store, and order status updates automatically as Yuno reports payment events back to WooCommerce.

## Order status sync

Yuno keeps your WooCommerce order status in sync with the underlying payment status:

| Payment outcome                                    | WooCommerce order status |
| :------------------------------------------------- | :----------------------- |
| Payment succeeded, virtual or downloadable product | Completed                |
| Payment succeeded, product requires shipping       | Processing               |
| Payment failed                                     | Failed                   |

## Reviewing sync logs

The plugin's settings screen includes a log viewer where you can review the messages exchanged between WooCommerce and Yuno for each order, useful for troubleshooting a payment that didn't sync as expected.

## Setup

1. In your WooCommerce admin, go to the Yuno payment gateway settings.
2. Enter your Yuno API keys.
3. Save changes and enable the gateway.

For the full list of supported features and version history, see the [WooCommerce Plugin Changelog](/changelog/plugins/woocommerce).
