Title: DRESSX
Author: DRESSX
Published: <strong>2 juli 2026</strong>
Last modified: 15 juli 2026

---

Plugins zoeken

![](https://ps.w.org/dressx/assets/banner-772x250.png?rev=3595033)

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

![](https://ps.w.org/dressx/assets/icon-256x256.png?rev=3595033)

# DRESSX

 Door [DRESSX](https://profiles.wordpress.org/dressx/)

[Download](https://downloads.wordpress.org/plugin/dressx.1.0.3.zip)

 * [Details](https://nl.wordpress.org/plugins/dressx/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/dressx/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/dressx/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/dressx/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/dressx/)

## Beschrijving

DressX adds a “Try On” button to your WooCommerce product pages. Shoppers upload
a photo and see how the product looks on them, generated by the DressX AI try-on
service.

The plugin renders a configurable button on the single product page (PDP). When 
a shopper starts a try-on, the product image and the shopper’s uploaded photo are
sent to the DressX service, which returns a generated try-on image (and optionally
a short video).

**Features**

 * Adds a “Try On” button to WooCommerce product pages (PDP).
 * Configurable button placement (choose the WooCommerce hook and priority).
 * Choose which product image is used for the try-on (featured image or a gallery
   image by index).
 * Sends a per-store client identifier so your try-ons are attributable to your 
   store in the DressX dashboard (source is “wc_”, and “wc__video” for videos).
 * Pulls product brand from common WooCommerce “brand” taxonomies when available.
 * No account or theme edits required beyond activating the plugin and configuring
   the settings page.

**Important:** This plugin requires the external DressX service to function. It 
is a connector to a third-party SaaS; the actual try-on generation happens on DressX
servers. See the “External services” section below.

### External services

This plugin connects to the DressX virtual try-on service to generate try-on images
and videos. The plugin cannot produce try-ons locally; the external service is required
for the plugin’s core function.

 1. DressX Try-On API – https://api.dressxagent.com

 * What it is used for: to create a virtual try-on and to poll its status/result.
 * What data is sent, and when: when a shopper starts a try-on on a product page,
   the plugin (via the loaded try-on widget) sends the product image URL, the shopper’s
   uploaded photo, and identifiers (source “wc_”, store_id, product id/sku/handle,
   locale) to the DressX API. Data is sent only when the shopper actively initiates
   a try-on.

 1. DressX widget host – https://dressxagent.com

 * What it is used for: to load the try-on widget JavaScript that renders the try-
   on modal and handles the upload/preview flow on the product page.
 * What data is sent, and when: a standard browser request for the script is made
   on product pages where the button is enabled. The script then communicates with
   the DressX Try-On API as described above.

 1. DressX media host – https://api.dressx.com

 * What it is used for: to load and display try-on and product media (images) used
   by the widget.
 * What data is sent, and when: standard browser requests for media are made while
   the shopper is using the try-on modal. No shopper-identifying data beyond the
   media request itself is sent.

The Try-On API and widget host endpoints are configurable on the plugin settings
page (for example, to point to a staging environment).

By using this plugin you (the site owner) and your shoppers agree to the DressX 
Terms of Service and Privacy Policy:

 * Terms of Service: https://dressx.com/policies/terms-of-service
 * Privacy Policy: https://dressx.com/pages/privacy-policy

## Installatie

 1. Install and activate WooCommerce.
 2. Upload the plugin to /wp-content/plugins/dressx, or install it from the Plugins
    screen in WordPress.
 3. Activate **DressX** through the Plugins screen.
 4. Go to **WooCommerce -> DressX** and configure the settings (client id, button placement,
    image source).
 5. Open any product page to see the “Try On” button.

## FAQ

### Does this plugin work without WooCommerce?

No. WooCommerce must be installed and active. The button is rendered on WooCommerce
product pages.

### Where does the try-on generation happen?

On the DressX service. The plugin is a connector: it sends the product image and
the shopper’s photo to the DressX API and displays the result. See the “External
services” section.

### Where is the button shown?

On the single product page (PDP). You can choose the exact placement (WooCommerce
hook and priority) on the settings page.

### Which product image is used?

By default the featured (main) image. You can switch to a specific gallery image
by index on the settings page.

### Is shopper data stored on my site?

No. The plugin stores only its settings option on your site. The uploaded photo 
and try-on results are handled by the DressX service.

### Can I point the plugin at a staging environment?

Yes. The API base URL and script base URL are configurable on the settings page,
so you can point the plugin at a DressX staging environment for testing. Leave them
at their defaults for normal production use.

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“DRESSX” is open source software. De volgende personen hebben bijgedragen aan deze
plugin.

Bijdragers

 *   [ DRESSX ](https://profiles.wordpress.org/dressx/)

[Vertaal “DRESSX” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/dressx)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/dressx/), haal de [SVN repository](https://plugins.svn.wordpress.org/dressx/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/dressx/)
via [RSS](https://plugins.trac.wordpress.org/log/dressx/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

 * Cache-busting: the loader now appends the plugin version to the main try-on script
   URL, so updating the plugin always fetches the matching script from the (often
   long-cached) script host instead of a stale copy. This ensures the per-client
   video attribution fix (“wc__video”) actually takes effect after an update.

#### 1.0.2

 * Per-client attribution: the analytics source is now “wc_” (and “wc__video” for
   videos), so try-ons from every store that installs the plugin are distinguishable
   in the DressX dashboard. The free-text “Source” setting was replaced by a “Client
   ID” field (auto-derived from the site host when left blank).

#### 1.0.1

 * Initial public release: AI virtual try-on button on WooCommerce product pages,
   with configurable button placement, product image source, and source/store identifiers.

## Meta

 *  Versie **1.0.3**
 *  Laatst geüpdatet **2 maanden geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 6.0 of nieuwer **
 *  Getest t/m **6.8.8**
 *  PHP versie ** 7.4 of nieuwer **
 *  Taal
 * [English (US)](https://wordpress.org/plugins/dressx/)
 * Tags
 * [AI](https://nl.wordpress.org/plugins/tags/ai/)[fashion](https://nl.wordpress.org/plugins/tags/fashion/)
   [fitting room](https://nl.wordpress.org/plugins/tags/fitting-room/)[virtual try on](https://nl.wordpress.org/plugins/tags/virtual-try-on/)
   [woocommerce](https://nl.wordpress.org/plugins/tags/woocommerce/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/dressx/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

[Je beoordeling](https://wordpress.org/support/plugin/dressx/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/dressx/reviews/)

## Bijdragers

 *   [ DRESSX ](https://profiles.wordpress.org/dressx/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/dressx/)