
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
YITH Frequently Bought Together does one narrow job, and that’s why I like it: it builds an Amazon-style “buy these together” block on WooCommerce product pages without forcing a full bundle system onto the store.
I use it when the store needs controlled cross-sells, not vague related products. A merchant wants this phone + this charger + this case, with one add-to-cart action and optional bundle discount. That’s the sweet spot. If the catalog needs complex kits, inventory sync across components, or dynamic bundle rules, this is too light. For direct upsells, it’s efficient.
The logic is mostly admin-side and stored in WordPress/WooCommerce data, not hardcoded per product page.
You configure the global behavior in the YITH plugin panel, then assign linked products on the product edit screen. The plugin stores:
wp_options;On the frontend, it injects the box into the single product template using WooCommerce hooks. The rendering is plugin-driven, but the display point is usually adjustable from the plugin settings. That part is easy. The harder part is changing the actual markup logic or quantity behavior — that lives in the plugin templates/PHP.
What’s editable without code:
What’s not really “click-editable”:
If I need markup changes, I check whether that plugin version supports template overrides in the theme. If yes, I override there. I do not edit the YITH Frequently Bought Together files directly.
The first break is variable products. Not the plugin itself — the chain around it.
If one of the linked products is variable and the required variation isn’t resolved correctly, the bundle add-to-cart flow becomes inconsistent. Typical symptom: the main product adds fine, one linked item fails silently, or WooCommerce throws a variation error.
My first check is DevTools → Network and Console. I look for failed requests and Woo scripts not loading. The usual suspects are:
wc-add-to-cart-variationwc-cart-fragmentsjqueryjquery-coreAggressive JS delay/minify breaks this faster than people expect. The fastest fix is to exclude those handles in your performance plugin, then retest on a variable product page.
The second break is fragment/cart refresh trouble. You click the combined add-to-cart button, products are added, but mini-cart counts or notices don’t refresh correctly. That is usually a cart fragments or theme-AJAX conflict, not a pricing bug.
Fast workaround:
Caching can also produce stale prices or old linked-product output after editing the setup. When that happens, I purge page cache, plugin cache, and CDN cache, then hard refresh the product page. On Woo sites, stale fragment behavior often looks like a plugin bug when it’s really cached markup plus delayed JS.
[virustotal url=”https://www.virustotal.com/gui/file/81316ae05df50d233e92db03992f423bd7da3cda69dcd55e0d12536418f4216d”]
In the build I tested, the plugin was activated and fully working, with no feature restrictions in daily use.
Plain version of the licensing reality: YITH premium plugins generally run without a license key once installed, but without activation you usually lose:
Manual updates are simple:
If you overrode templates in the theme, recheck them after every update. If you edited plugin files directly, those edits will be overwritten. I never use that route.

Usually delayed or broken wc-add-to-cart-variation handling. Exclude Woo variation scripts from JS optimization and retest.
That’s usually wc-cart-fragments or theme AJAX interference. Check DevTools → Network for broken fragment requests.
Yes. That’s the main point of this plugin. The associations are set per product, not guessed by WooCommerce.
Usually yes for colors/spacing via CSS. Structural markup changes depend on whether your plugin version supports template overrides in the theme.
You can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.