Linux 软件免费装

RIACO Revenue Lift for WooCommerce

开发者 prototipo88
更新时间 2026年6月13日 20:00
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce upsell frequently bought together product bundles cart progress bar

下载

1.0.2

详情介绍:

RIACO Revenue Lift for WooCommerce helps store owners increase their Average Order Value (AOV) through three focused features: Frequently Bought Together (FBT) Widget Automatically suggests products that customers frequently purchase together, based on real WooCommerce order history. No manual configuration needed — the algorithm analyses your existing orders and surfaces high-confidence recommendations. The widget appears on product pages and the cart page with an Amazon-style layout: product cards, per-item checkboxes, live total price, and a single "Add all to cart" button. Cart Progress Bar Detects your free shipping threshold from WooCommerce Shipping Zone settings and displays a progress bar in the cart. Customers can see exactly how much more they need to spend to qualify — a proven nudge to increase cart value. Works with both classic themes (WooCommerce cart fragments) and FSE/block themes. Bundle Products Create native WooCommerce bundle products with an optional percentage or fixed-amount discount. Bundle items are listed on the product page, shown in the cart, and recorded in order line item meta. Fully compatible with WooCommerce HPOS. Revenue Tracking Dashboard Track FBT impressions, clicks, and add-to-cart events locally — no external services required. See which products perform best, measure FBT attributed revenue, and track bundle order revenue. All data stays in your WordPress database. Features PRO Extension Points The free version is built with a PRO layer in mind. Key filters and actions are exposed throughout:

安装:

  1. Upload the riaco-revenue-lift-for-woocommerce folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Ensure WooCommerce is installed and active.
  4. Navigate to RevenueLift in the WordPress admin menu to view your dashboard and configure settings.

屏幕截图:

  • FBT Settings — configure the minimum co-purchase threshold and max products shown.
  • Cart Progress Bar Settings — displays the auto-detected free shipping threshold.
  • General Settings — enable/disable FBT Widget, Cart Progress Bar, and Bundle Products.
  • FBT Widget — Amazon-style widget shown below the product description on a product page.
  • Cart Progress Bar — progress bar shown at the top of the cart.
  • Bundle Product Editor — add child products, set quantities, and configure an optional discount.

升级注意事项:

1.0.2 Internal refactor only — no data migration required. Safe to update. 1.0.1 Major update: manual upsells replaced with automatic FBT algorithm, Cart Progress Bar replaces Cart Value Booster, new Bundle product type added. Existing settings and data are preserved on upgrade. 1.0.0 Initial release.

常见问题:

Does this plugin require WooCommerce?

Yes. RIACO Revenue Lift for WooCommerce requires WooCommerce 7.0 or higher.

How does the FBT algorithm work?

It analyses your WooCommerce order history to find products that have been purchased together most frequently. Only published, in-stock, and priced products are included. You can configure the minimum co-purchase threshold and the maximum number of products shown from the FBT settings page.

Where is my data stored?

All data (settings, tracking events, FBT cache) is stored in your WordPress database using standard WordPress APIs (wp_options, transients, order meta). No data is sent to external services.

Will this slow down my store?

No. Assets are only loaded on WooCommerce pages (product pages, cart, checkout). FBT results are cached per product for 24 hours using WordPress transients and refreshed automatically when orders are completed.

Can I use this with a caching plugin?

Yes. The Cart Progress Bar is registered as a WooCommerce cart fragment for classic themes, so it updates correctly even with page caching enabled. For block themes, it uses the WooCommerce Blocks store subscription for live updates.

How many tracking events are stored?

Up to 10,000 events are stored on a rolling basis. Older events are automatically removed as new ones are recorded. You can also clear all events from the Dashboard.

Does this work with High Performance Order Storage (HPOS)?

Yes. The plugin declares HPOS compatibility and uses the WooCommerce order API throughout.

What is the Bundle product type?

When Bundle Products are enabled, a "Bundle" product type becomes available in the WooCommerce product editor. You can add child products, set their quantities, and optionally apply a percentage or fixed discount. The bundle is sold as a single product; child product names and quantities are recorded in order line item meta.

更新日志:

1.0.2 Changed 1.0.1 Changed Added Fixed 1.0.0