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

# WooCommerce

> Build landing pages that send buyers to your WooCommerce store.

WooCommerce works well for WordPress users who want full control over their ecommerce stack. It has no monthly platform fees (just hosting costs), offers extensive customization through plugins and themes, and supports both physical and digital products.

## Why Use Replo with WooCommerce

Let's say you run a supplement brand on WooCommerce. Your product pages are functional but generic; they don't address objections, showcase testimonials, or create urgency around limited-time offers.

You create campaign-specific landing pages in Replo for your paid ads. Each page is tailored to a specific audience (athletes, busy professionals, health enthusiasts) with messaging and social proof that speaks directly to them.

When customers click **Buy Now**, they're redirected to WooCommerce checkout to complete the purchase.

| **Replo enables**                                                  | **What stays the same**                                  |
| ------------------------------------------------------------------ | -------------------------------------------------------- |
| Campaign-specific landing pages and sales funnels for paid traffic | WooCommerce handles checkout, shipping, and taxes        |
| Audience-tailored messaging and offers                             | Your plugins keep working (subscriptions, reviews, etc.) |
| Page variants without touching your WooCommerce theme              | Order management stays in WooCommerce                    |
| Speed of deployment (ship new campaigns in hours, not days)        | Customer data lives in your WordPress database           |

***

## Setup

<Steps>
  <Step title="Get your WooCommerce product link">
    **Option 1: Product page link**

    1. Go to your WooCommerce admin
    2. Find your product
    3. Copy the product URL (e.g., `yourbrand.com/product/your-product`)

    **Option 2: Add-to-cart link (direct to checkout)**

    Use this format to skip the product page:

    ```
    yourbrand.com/checkout?add-to-cart=123
    ```

    Replace `123` with your product ID (found in WooCommerce admin under Products).
  </Step>

  <Step title="Ask Replo to create the product">
    In the chat, give Replo your product details and the link:

    ```text theme={null}
    Create a product called "Your Product" priced at $49. Use this WooCommerce link as its external checkout: yourbrand.com/product/your-product
    ```

    Replo creates the product and points its **Buy Now** button at WooCommerce checkout.
  </Step>

  <Step title="Add to your landing page">
    Ask Replo to build your landing page around the product. When customers click **Buy Now**, they're redirected to WooCommerce checkout.
  </Step>
</Steps>

***

## Tracking Sales

Add UTM parameters to your WooCommerce link:

**Example:**

```
yourbrand.com/product/your-product?utm_source=replo&utm_campaign=launch
```

Use Google Analytics or WooCommerce's built-in reports to track which orders came from your Replo landing page.

***

For more details on setup and troubleshooting, see the [full guide to external checkout links](/commerce/external/introduction). Learn more about [tracking and attribution](/commerce/external/introduction#tracking-and-attribution).
