RIACO Frequently Bought Together is a WooCommerce plugin designed to increase your average order value by making it easier for customers to purchase complementary products.
Manually create “Frequently Bought Together” recommendations based on the products your customers are most likely to buy together.
With a single click, shoppers can add the entire bundle to their cart, creating a faster and more convenient shopping experience.
See the plugin in action on the frontend below:

As you can see, customers can add all recommended products to their cart with a single click, making the buying process faster and more convenient.
The backend is very simple to setup, just search FBT products in the Product Data section under the Frequently Bought Together tab:

From there, admins can apply a discount to all the bundled products, either as a Percentage or a Fixed amount.
These settings are immediately reflected on the frontend:

In this example, I have applied a 10% discount.
So instead of paying 50€, customers only pay 45€, saving 5€.
When the customer clicks the Buy button, all selected products are added to the cart automatically, with the discount applied.

Users can also click on individual items to view each product separately, allowing them to explore product details as they normally would.
Settings
General

Admins can choose where the Frequently Bought Together box appears on the product page:
- Above Product Tabs
- Below Product Tabs
- Below Product Summary
They can also select a layout preset:
- Default: products displayed in a row.
- Stacked: products displayed in a column.
Style

Admins can easily customize the appearance of the Frequently Bought Together box, including:
- Button color
- Text color
- Background color
- Box padding
- Box border radius.
For more advanced styling, the box can also be customized using CSS, as usual.
Shortcode
You can also use shortcode to display the Frequently Bought Together widget anywhere on your WooCommerce site.
Simply use the shortcode below to place the Frequently Bought Together widget anywhere on your site.
| Parameter | Default | Description |
|---|---|---|
product_id | Current product | ID of the product whose FBT widget to display. |
title | empty | Custom heading for the widget. |
class | empty | Extra CSS class(es) added to the widget wrapper. |
style | empty | Inline CSS styles for the widget wrapper. |
Examples
Display the widget for the current product (on a product page):
[fbtwoo_form]
Display the widget for a specific product anywhere on your site:
[fbtwoo_form product_id="42"]
Display the widget with a custom title and extra CSS class:
[fbtwoo_form product_id="42" title="You may also need" class="my-fbt-widget"]
Analytics
Since version 1.1.0 of the free plugin, a simple analytics dashboard has been introduced.

Admins can now see which product pages convert better and identify where to focus their efforts.
Key metrics include:
- Impressions: how many times the FBT box is displayed.
- Cart adds: how many times users add products via the FBT box.
- Conversion rate: cart adds divided by impressions. Shows how effective the Frequently Bought Together box is at turning views into actions.
- Cart revenue: revenue from products added in the cart through the FBT box. This metric tracks potential revenue based on cart activity, even if those items are not eventually purchased.
- Order revenue: total revenue generated via the FBT box. It shows the real sales value directly attributed to the FBT widget after customers complete checkout.
Track performance and discover top performing bundles.
Developer & compatibility
- Fully compatible with WooCommerce HPOS (High-Performance Order Storage).
- Built with accessibility in mind, including ARIA labels and screen-reader support throughout the widget.
- Frontend product data is optimized using the WordPress object cache for better performance.
- Clean uninstall: optionally removes all plugin data on deactivation.
First-time setup
Setup is quick and straightforward.
[skippable] Go to RIACO FBT > Settings to configure the widget position, layout preset, and style.
Edit any WooCommerce product, then open the Product Data section and navigate to the Frequently Bought Together tab.
Search and select products to link as a bundle.
To offer a bundle discount, check Apply Discount, choose either Percentage or Fixed amount, and enter the value.
Click Update to save the product. The widget is now live on the frontend.
[eventually] Use RIACO FBT > Shortcode to copy the shortcode and embed the widget anywhere in your WooCommerce store.


Leave a Reply