
內容簡介
Tyralix WebAR 外掛透過增強現實技術,讓顧客能在實際空間中放置 WooCommerce 產品,提升購物體驗。此外掛能有效提高轉換率並降低退貨率。
【主要功能】
• 無需應用程式 - 直接在行動瀏覽器中運作
• 跨平台支援 - 兼容 iOS 和 Android
• 簡易整合 - 與 WooCommerce 產品頁無縫結合
• 3D 模型管理 - 上傳和管理 GLB/GLTF 和 USDZ 模型
• 可自訂 AR 按鈕 - 配置文字、位置和樣式
• 分析儀表板 - 追蹤 AR 瀏覽、會話和轉換率
外掛標籤
開發者團隊
原文外掛簡介
Tyralix WebAR Place in Room transforms your WooCommerce store by allowing customers to place your products in their actual space using their smartphone camera. This immersive augmented reality experience helps customers make confident purchase decisions, leading to increased conversions and reduced returns.
Key Features
No App Required – Works directly in mobile browsers using WebXR technology
Cross-Platform Support – Compatible with iOS (AR Quick Look) and Android (Scene Viewer)
Easy Integration – Seamlessly integrates with WooCommerce product pages
3D Model Management – Upload and manage GLB/GLTF and USDZ models
Customizable AR Button – Configure text, position, and styling
Analytics Dashboard – Track AR views, sessions, and conversion rates
Performance Optimized – Lazy loading, caching, and progressive model loading
Developer Friendly – REST API, hooks, filters, and shortcodes
Perfect For
Furniture stores
Home decor retailers
Lighting showrooms
Art galleries
Kitchen and bath retailers
Office furniture suppliers
Any product that benefits from spatial visualization
How It Works
Upload your 3D models (GLB for Android, USDZ for iOS)
Assign models to your WooCommerce products
Customers tap “View in Your Room” on product pages
The product appears in their actual space through their camera
Customers can move, rotate, and scale the product
Confident customers add to cart!
Browser Support
iOS: Safari 13+ with AR Quick Look
Android: Chrome 79+, Samsung Internet 11+, Edge 79+
Desktop: 3D viewer with AR via QR code
Requirements
WordPress 5.8 or higher
WooCommerce 6.0 or higher
PHP 7.4 or higher
HTTPS enabled (required for camera access)
3D models in GLB/GLTF format (Android) and USDZ format (iOS)
Developer Documentation
Hooks and Filters
Actions:
* tyralix_webar_before_ar_button – Before AR button renders
* tyralix_webar_after_ar_button – After AR button renders
* tyralix_webar_model_created – When a model is created
* tyralix_webar_model_updated – When a model is updated
* tyralix_webar_model_deleted – When a model is deleted
* tyralix_webar_ar_session_start – When AR session starts
* tyralix_webar_ar_session_end – When AR session ends
Filters:
* tyralix_webar_button_text – Filter AR button text
* tyralix_webar_button_class – Filter AR button CSS class
* tyralix_webar_model_data – Filter model data before rendering
* tyralix_webar_viewer_attributes – Filter model-viewer attributes
* tyralix_webar_allowed_domains – Filter allowed CDN domains
* tyralix_webar_rate_limit – Filter API rate limit
Shortcodes
[tyralix_ar_viewer]
Display an AR-enabled 3D viewer.
Attributes:
* product_id – WooCommerce product ID
* model_id – Model library ID
* glb_url – Direct GLB file URL
* usdz_url – Direct USDZ file URL
* width – Viewer width (default: 100%)
* height – Viewer height (default: 400px)
* auto_rotate – Enable auto-rotation (yes/no)
* ar – Enable AR button (yes/no)
Example:
[tyralix_ar_viewer product_id=”123″ height=”500px” auto_rotate=”yes”]
[tyralix_ar_button]
Display just the AR button.
Attributes:
* product_id – WooCommerce product ID
* text – Button text
* class – Additional CSS class
* style – Button style (primary/secondary)
Example:
[tyralix_ar_button product_id=”123″ text=”View in AR” style=”primary”]
REST API Endpoints
Base URL: /wp-json/tyralix-webar/v1/
GET /models – List all models
POST /models – Create a model
GET /models/{id} – Get a model
PUT /models/{id} – Update a model
DELETE /models/{id} – Delete a model
GET /products/{id}/ar – Get product AR data
POST /analytics/track – Track an event
GET /analytics/summary – Get analytics summary
GET /settings – Get plugin settings
PUT /settings – Update plugin settings
Support
For support, please visit Tyralix Support or use the WordPress.org support forums.
Credits
Google Model Viewer – 3D/AR rendering
Three.js – 3D graphics library
