[WordPress] 外掛分享: aisthetix – AI Virtual Try-On & Try Before You Buy for WooCommerce

首頁外掛目錄 › aisthetix – AI Virtual Try-On & Try Before You Buy for WooCommerce
WordPress 外掛 aisthetix – AI Virtual Try-On & Try Before You Buy for WooCommerce 的封面圖片
全新外掛
安裝啟用
尚無評分
剛更新
最後更新
問題解決
WordPress 6.2+ PHP 7.4+ v0.8.0 上架:2026-07-21

內容簡介

aisthetix 是一款專為 WooCommerce 設計的外掛,提供時尚購物者兩種決策方式:AI 虛擬試穿與自訂尺寸建議。顧客能在產品頁面快速試穿衣物,提升購買信心,並獲得準確的尺寸推薦。

【主要功能】
• AI 虛擬試穿:顧客可在不安裝應用程式的情況下試穿衣物
• 尺寸推薦:根據顧客輸入提供實際可購買的尺寸建議
• 購買信心提升:顧客可在加入購物車前看到衣物效果
• 數據追蹤:分析試穿、加入購物車及購買的轉換率
• 一鍵連接 aisthetix:簡單登入後即可使用
• 支援簡單及變化產品:根據選擇的圖片進行試穿

外掛標籤

開發者團隊

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

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

原文外掛簡介

Give fashion shoppers two ways to decide before checkout: AI virtual try-on and size recommendations from your own chart.
Try before you buy, on your product page. From one photo, shoppers see your garment on their own body in seconds, with nothing to install. They get a clearer reason to choose before adding to cart.
Recommend a size from your own chart. On eligible variable products, shoppers can use the same photo, height, optional weight and, when enabled, fit preference to get an exact or between-size recommendation. Aisthetix maps the answer only to a real, purchasable WooCommerce variation; nothing is selected or added to cart until the shopper confirms it.
Track the value of try-on. Enable analytics to see the funnel (viewed, tried on, added to cart, purchased), how often try-on shoppers bought the same product, plus attributed orders and revenue. Your store’s data, not an industry average.
This plugin is a thin, free connector to the hosted aisthetix AI clothing try-on 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

Build purchase confidence: shoppers see your garment on their own body before adding to cart.
Try before you buy on every product page: one photo, with no app or account to install.
Recommend a size from your chart: use shopper inputs to suggest a real, available variation.
Track attributed value: see try-ons, carts, purchases, attributed orders and revenue.
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: when a variation has its own image, the try-on follows the selected image.
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 for the try-on or size recommendation the shopper requests, 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.

If you switch on product analytics or session replay, anonymous usage data about the try-on flow is processed by PostHog in the European Union on aisthetix’s behalf. Neither ever includes a shopper photo, a try-on result, a body measurement, an email address or a page URL, and both require your shopper’s explicit analytics consent.
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 and size recommendation service (the “brain”, hosted at woo.aisthetix.fyi). The service is required: AI processing 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.
Size recommendation inputs (shopper photo, height, optional weight and fit preference, product id/categories, and available size variations), sent from the shopper’s browser to https://woo.aisthetix.fyi/api/storefront/photo-qc and https://woo.aisthetix.fyi/api/storefront/size only after the shopper explicitly asks for a size recommendation. The configured merchant size guide determines which recommendation can be returned. The photo is processed transiently and is not stored; height and optional weight may be remembered only in that shopper’s browser for later requests.
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.
Catalog access registration: on connect (and after a plugin update), the plugin registers a dedicated read-only access token with https://woo.aisthetix.fyi/api/connect/catalog-token (your site URL and plugin version are included). The aisthetix merchant dashboard then reads your PUBLIC product listings (name, price, currency, image URL, categories, tags — up to 50 published products) from this site’s REST endpoint /wp-json/aisthetix/v1/catalog, authenticated with that token, so you can pick a product for the dashboard try-on demo. No customer or order data is exposed by this endpoint, and disconnecting deletes the token on both sides.
Widget placement confirmation: when the try-on button actually renders on a product page, the plugin sends a short confirmation (your site URL, the placement type, the product id and the plugin version) to https://woo.aisthetix.fyi/api/storefront/placement, at most once every 5 minutes. The merchant dashboard uses it to show, truthfully, whether the widget is live on your storefront. No shopper data is included.
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.
Product analytics events (which step of the try-on a shopper reached: modal opened, photo chosen, try-on requested, completed or failed, result dismissed), sent to https://woo.aisthetix.fyi/api/events and forwarded by aisthetix to PostHog Cloud EU. Sent ONLY when a consent banner on your site explicitly grants analytics/statistics consent. Your “Anonymous analytics” setting does NOT enable these: they are used by aisthetix to improve the product, so only your shopper’s own consent can permit them. No photo, try-on result, body measurement, height, weight, email address or page URL is ever included.
Session replay of the try-on window, recorded only if you enable “Session replay” AND a consent banner on your site grants analytics consent AND the shopper opens the try-on window. Recording stops when the window closes. Every image and every form field is masked before recording, so the shopper’s photo and try-on result are never captured. The recorder is downloaded from https://ingest.aisthetix.fyi only at that moment — a shopper who never opens the try-on window, or who has not consented, causes no request to it at all.

Data processor for product analytics and session replay: PostHog (EU region, hosted in the European Union). aisthetix is the controller for this data; it is not shared with any other party.
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. Shopper-initiated try-on and size recommendation requests still work: they are explicit actions, 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
Mastodon