BOGO Select for WooCommerce 2.3.0
Install: download bogo-select-2.3.0.zip below, then WordPress → Plugins → Add New → Upload Plugin.
[2.3.0] — 2026-08-01
A Buy list that can name one size.
Changed
- The Buy list can name a single variation. Its search box offered top-level
products only, so an offer could turn on every size of a T-shirt or on none of
them — "buy 2 of the Large" could not be expressed from the settings screen at
all. The Get list has searched variations since 1.3.0; the Buy list now uses
the same search. Nothing changed behind it:is_buy_eligible()has matched a
cart line by its variation ID or its parent's since 1.0.0, and D-006 said so on
day one, so the whole limit was the picker in front of it. Listing a product
still counts every variation of it. Listing a variation counts only that one,
and listing both is the same as listing the product alone. The behaviour was
verified by hand when variable rewards landed (OPEN-QUESTIONS.mdQ-003) but
had no test, because no supported configuration could produce it; it now has
two.