[WordPress] 外掛分享: aisthetix – Virtual Try-On for WooCommerce Fashion Stores

首頁外掛目錄 › aisthetix – Virtual Try-On for WooCommerce Fashion Stores
WordPress 外掛 aisthetix – Virtual Try-On for WooCommerce Fashion Stores 的封面圖片
全新外掛
安裝啟用
尚無評分
3 天前
最後更新
問題解決
WordPress 6.2+ PHP 7.4+ v0.5.0 上架:2026-07-21

內容簡介

aisthetix 是一款專為 WooCommerce 時尚商店設計的虛擬試穿外掛,讓顧客能夠上傳照片,快速看到服裝在自己身上的效果,進而提高購買信心與轉換率。

【主要功能】
• 顧客上傳照片後可即時試穿服裝
• 提供詳細的顧客行為分析報告
• 支援簡單及變數產品的自動試穿
• 一鍵連接 aisthetix 服務,無需 API 金鑰
• 多種顯示方式,包括短碼和 Gutenberg 區塊
• 隱私保護,顧客照片不會儲存

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.5.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「aisthetix – Virtual Try-On for WooCommerce Fashion Stores」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Every virtual try-on promises more sales. aisthetix is the one that shows you the real number on your own store.
Shoppers buy with confidence. A shopper uploads one photo on your product page and sees the garment rendered onto their own body in seconds. A fitting room on the product page is what turns hesitation into a purchase, and it is aimed squarely at the “order it, guess, send it back” habit that drives fashion returns.
You see what it earned. Switch analytics on and the aisthetix dashboard reports your shopper funnel (viewed, tried on, added to cart, purchased), how much more often try-on shoppers went on to buy the same product, and the revenue attributed to those orders. Correlation, not proof of cause, but it is your store’s own data instead of a claim on somebody’s marketing page.
Industry write-ups quote around 35% more conversions for virtual try-on. We do not ask you to take that number on faith. We measure yours.
This plugin is a thin, free connector to the hosted aisthetix service. It does not run AI on your server: the shopper’s browser talks directly to the aisthetix service, so your store stays fast and your PHP workers are never tied up on multi-second AI calls.
Highlights

See what try-on is worth: an opt-in dashboard reporting your shopper funnel, try-on lift, and attributed revenue. No other try-on plugin will show you this.
Shoppers never install anything: they upload one photo on the product page and see the result in seconds.
One-click Connect aisthetix: sign in (Google or email code), approve, done. No API keys to copy or paste.
Works on simple and variable products: the try-on follows the selected variation’s image automatically.
Multiple placements: automatic (after the Add to cart button), a [aisthetix_tryon] shortcode, a Gutenberg block, and a native Elementor widget.
Optimizer-friendly: the loader is registered so it is not delayed or stripped by WP Rocket, LiteSpeed Cache, or Perfmatters.
Localized: includes English and Italian, follows your site locale.
Hides itself when paused: when the store’s monthly quota is reached, the try-on entry point simply disappears. No broken button, no nag.

Privacy & GDPR
Your shoppers’ privacy is central to this product, and nothing above depends on weakening it.

Shopper photos are processed transiently and are never stored. The photo is uploaded from the shopper’s browser directly to the aisthetix service, used only to generate the try-on image, and is not persisted.
Photos never touch your WordPress server. WordPress only injects a small configuration object and a loader script; the image upload and the result both flow between the shopper’s browser and the aisthetix service.
The shopper’s uploaded photo and their try-on history live only in their own browser’s local storage.
The plugin stores, on your server, two API keys provisioned during Connect: a public (publishable) key that is safe to expose to the browser and a secret key that is used only for server-to-server status checks and is never sent to the browser.

A full privacy disclosure and Data Processing Agreement are available on the aisthetix dashboard. Use of this plugin sends shopper-provided images to the third-party aisthetix service for processing; you should reflect this in your store’s privacy policy.
External services
This plugin connects your store to the aisthetix virtual try-on service (the “brain”, hosted at woo.aisthetix.fyi). The service is required: the AI try-on is provided remotely and does not run on your WordPress server.
What is sent, and when:

Shopper photo + garment image, sent from the shopper’s browser to https://woo.aisthetix.fyi/api/storefront/tryon, only when the shopper actively starts a try-on (an explicit click, behind the widget’s own consent step). The photo is processed transiently to generate the result and is not stored by the service; it lives only in the shopper’s own browser storage.
Connection details, when you (the merchant) click “Connect aisthetix”, your site URL, a return URL, and a state token are sent to https://woo.aisthetix.fyi/connect and /api/connect/* to link your store and provision keys. Merchant-initiated.
Anonymous analytics events (product_viewed, product_added_to_cart, aisthetix_tryon_completed), sent to https://woo.aisthetix.fyi/api/events ONLY if you enable “Anonymous analytics” (off by default) or a consent banner on your site grants analytics/statistics consent. See “Cookies & consent” below.
Order data (order id, product ids, order value, currency, and an anonymous visitor/customer id), sent to https://woo.aisthetix.fyi/api/storefront/order when an order is paid, ONLY if “Anonymous analytics” is enabled. Used to attribute purchases to prior try-ons.

Service Terms of Service: https://tryon-demo.aisthetix.com/woocommerce/terms
Service Privacy Policy: https://tryon-demo.aisthetix.com/woocommerce/privacy
Cookies & consent
By default this plugin sets NO cookies and sends NO analytics. Nothing is tracked passively. The shopper-initiated try-on still works: it is an explicit action, not passive tracking. This also means the effectiveness dashboard stays empty until you opt in, which is the trade we chose deliberately.
If you enable “Anonymous analytics” under WooCommerce -> aisthetix Try-On (off by default), the plugin:

Sets a first-party cookie named “aisthetix_vid” on product pages: a random, non-personal visitor id used to attribute a later purchase to an earlier try-on. It is not a login or credential cookie. Lifetime: about 13 months.
Sends the anonymous analytics and order events described under “External services”.

If your site uses a supported consent banner (Cookiebot, Complianz, or Google Consent Mode), the shopper’s analytics/statistics choice additionally controls the browser-side events: an explicit grant enables them and an explicit deny suppresses them, regardless of the setting. The first-party cookie and the server-side order event follow the “Anonymous analytics” setting.
Build from source
The storefront widget (assets/widget.js + assets/widget.css) is built from the React + TypeScript source shipped in widget-src/. To reproduce it:
cd widget-src && npm ci && npm run build

This emits assets/widget.js and assets/widget.css. See widget-src/BUILD.md for details. All widget runtime dependencies are MIT-licensed (React, React DOM).

延伸相關外掛

文章
Filter
Apply Filters
Mastodon