
內容簡介
**總結:**
Rivio 是一個專為 WooCommerce 設計的全方位行銷自動化外掛程式,旨在通過智能購物車恢復、AI 生成郵件、即時 UX 增強和高級分析最大化轉換率。它還提供清晰的洞察力,為你解釋客戶為何放棄購物車、在哪裡放棄以及你可以採取的行動。你可以監控網站加載速度、每月放棄率趨勢和整體轉換性能。
**問題與答案:**
1. Rivio 是為哪個電子商務平台設計的行銷自動化外掛程式?
- 答:Rivio 是專為 WooCommerce 設計的。
2. 透過什麼方式,Rivio 能提供清晰的洞察力,讓你了解客戶為何放棄購物車?
- 答:Rivio 透過智能購物車恢復、AI 生成郵件、即時 UX 增強等方式,提供清晰的洞察力。
3. Rivio 提供哪些關鍵功能?
- 答:
- 智能購物車恢復工具
- AI 生成高轉化郵件
- Plug & Play 安裝
- 高級分析
- 即時社交證明
- 完整郵件記錄
- 管理員通知
- 完全符合 GDPR
4. Rivio 將不久推出的功能包括哪些?
- 答:包括瞭解客戶放棄購物車的原因和地點、監控網站加載速度、追蹤購物車放棄率的演變等功能。
5. Rivio 連接的外部服務是什麼?
- 答:連接的外部服務是 Pixelio API,由 P 提供。
外掛標籤
開發者團隊
② 後台搜尋「Rivio – AI Cart Recovery & Marketing Email Automation (Beta)」→ 直接安裝(推薦)
原文外掛簡介
Rivio is an all-in-one marketing automation plugin for WooCommerce, designed to maximize conversions through intelligent cart recovery, AI-generated emails, real-time UX enhancements, and advanced analytics.
Rivio also gives you clear insights into why customers abandon their carts, where they drop off, and what actions you can take to fix it. You can monitor key metrics such as website loading speed, monthly abandonment rate trends, and overall conversion performance.
The plugin brings together abandoned cart automation, AI-powered email generation, social proof tools, advanced analytics, behavioral insights, admin notifications, and upcoming behavior-based recommendations — all in a simple, plug-and-play solution.
✨ Key Features
• Smart cart recovery tools
Popups, timers, exit-intent email capture, beautiful templates and high-converting UX.
• AI-generated high-converting emails
Automatic recovery emails, review requests, or follow-ups — personalized to your brand and products.
• Plug & play installation
Extremely simple setup with automatic activation of all features.
• Advanced analytics
Detailed KPIs: abandoned carts, recovery rates, email performance and more.
• Real-time social proof
Display recent purchases to increase trust and boost conversions.
• Full email logging
View all emails sent, their content, time, and status.
• Admin notifications
Instant alerts when a cart is successfully recovered.
• Fully GDPR compliant
Built-in consent checkbox on every popup + anonymized data handling.
**• Coming Soon **
Understand why your customers leave and where
Monitor your website loading speed
Track the evolution of your cart abandonment rate
And much more — stay tuned
Rivio is built to evolve into a complete WooCommerce automation suite.
External Services
This plugin connects to an external service in order to provide features that cannot be performed locally, in particular analytics features that rely on a proprietary algorithm.
Service: Pixelio API
Provider: Pixelio
Service URL: https://api.pixelio.be/
Purpose of the service:
The service is used to analyze abandoned cart events and to provide automated recovery features such as email delivery verification, statistics, recommendations, and insight analysis.
Data sent:
– A unique identifier for the WordPress site.
– Cart-related events (add, remove, abandon).
These data relate only to the cart itself (product IDs, prices, cart contents) and do not include any personal user data. All other information remains stored locally.
– Anonymized product information (product ID and price), when required.
– The user’s email address, only if it is voluntarily provided for beta registration.
– Data required to generate a free API key in order to access the service.
– Email templates created via the service, which are also stored remotely.
– Artificial intelligence features are used only upon explicit user request and are limited to generating email templates.
When data is sent:
– Cart and product data are synchronized automatically via a cron task (approximately every 5 minutes).
– Other data (such as email templates) is sent or retrieved only when the user interacts with the plugin or modifies these elements.
Terms of Service:
https://pixelio.be/rivio-terms
Privacy Policy:
https://pixelio.be/rivio-privacy
Arbitrary section
Roadmap
Full automation workflows
AI-based product recommendations
Advanced behavior tracking
Enhanced social proof
User segmentation
Compilation
SCSS Compilation
To compile the SCSS files, follow the steps below.
Step 1 – Make sure Sass is installed
If Sass is not installed yet, install it globally:
npm install -g sass
Step 2 – Run the compilation command
Use the following syntax:
sass [inputFolderPath]/[EXAMPLE.scss] [outputFolderPath]/[EXAMPLE.css]
Example (from the plugin root folder)
sass ./admin/assets/css/utils/pixelio_cart_abandon_recovery_more_all_admin_pages.scss \
./admin/assets/css/utils/pixelio_cart_abandon_recovery_more_all_admin_pages.css
This command compiles the SCSS file into a CSS file in the same directory.
JavaScript Compilation
To compile the JavaScript files using Webpack, run the following command from the plugin root folder:
npx webpack –watch
Notes
–watch automatically recompiles files when changes are detected.
Make sure all dependencies are installed beforehand:
npm install
