| 开发者 | prototipo88 |
|---|---|
| 更新时间 | 2026年6月13日 20:00 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
revenuelift_for_woocommerce_free_shipping_threshold — override the resolved free shipping threshold per user or contextrevenuelift_for_woocommerce_tracking_event — enrich or suppress individual tracking events (return false to suppress)revenuelift_for_woocommerce_before_fbt_render / revenuelift_for_woocommerce_after_fbt_render — inject content around FBT widgetsrevenuelift_for_woocommerce_loaded — hook in after full plugin initialisationriaco-revenue-lift-for-woocommerce folder to the /wp-content/plugins/ directory.Yes. RIACO Revenue Lift for WooCommerce requires WooCommerce 7.0 or higher.
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.
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.
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.
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.
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.
Yes. The plugin declares HPOS compatibility and uses the WooCommerce order API throughout.
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.
revenuelift_for_woocommerce / RevenueLift prefix to riaco_rlfw / Riaco_RLFW / RIACO_REVENUE_LIFT_FOR_WOOCOMMERCE to align with the plugin slug. No user-facing behaviour changes.riaco-revenue-lift-for-woocommerce/fbt-widget, category woocommerce) for placing the widget inside FSE/block theme cart templates. Supports placement both inside woocommerce/filled-cart-block and as a sibling of woocommerce/cart._revenuelift_for_woocommerce_source = fbt, enabling revenue attribution in the dashboard.wp.data WooCommerce Blocks store subscription for live updates._v2_ prefix — stale caches from 1.0.0 are automatically ignored.fbt_max_products activation default corrected from 4 to 3, matching the server-side clamp and UI max="3" attribute.console.log statement from block editor script (blocks/fbt-widget/index.js).category aligned to "woocommerce" (was "widgets", conflicting with block.json).index.php silence files to all plugin subdirectories to prevent directory listing.