Title: Navoto BOGO
Author: Navoto
Published: <strong>June 29, 2026</strong>
Last modified: June 29, 2026

---

Search plugins

![](https://ps.w.org/navoto-bogo/assets/banner-772x250.png?rev=3589756)

![](https://ps.w.org/navoto-bogo/assets/icon-256x256.png?rev=3589756)

# Navoto BOGO

 By [Navoto](https://profiles.wordpress.org/navoto/)

[Download](https://downloads.wordpress.org/plugin/navoto-bogo.1.0.2.zip)

 * [Details](https://wordpress.org/plugins/navoto-bogo/#description)
 * [Reviews](https://wordpress.org/plugins/navoto-bogo/#reviews)
 *  [Installation](https://wordpress.org/plugins/navoto-bogo/#installation)
 * [Development](https://wordpress.org/plugins/navoto-bogo/#developers)

 [Support](https://wordpress.org/support/plugin/navoto-bogo/)

## Description

Navoto BOGO adds configurable sales rules for your WooCommerce store. Assign products
globally or per product, then let the cart apply BOGO-style pricing, percentage 
discounts, or free-gift popups according to each rule.

#### Key features

 * **Rule 1 — Buy 1 Get 1 (free)** — Cart line quantity becomes two; the customer
   pays for one unit.
 * **Rule 2 — Second item at X% off** — Percentage is set under WooCommerce  BOGO&
   Offers.
 * **Rule 3 — Buy two, X% off both** — For qualifying products in the cart.
 * **Rule 4 — Free gift popup** — Qualifying purchases unlock a popup to choose 
   one free gift from products you define.
 * **Rule 5 — Buy X get Y free (same product)** — Configure X and Y in settings.
 * **Badges** — Optional labels on shop and single product pages when a product 
   is tied to a rule.
 * **Sanitized settings** — Product lists and numeric options are validated on save.
 * **Secure saves** — Product meta uses WooCommerce nonces and capability checks;
   popup AJAX uses nonces.

#### Requirements

 * WordPress 6.0 or higher
 * PHP 7.4 or higher
 * WooCommerce installed and active

#### Configuration

 * **Global:** WooCommerce  BOGO & Offers — pick products and numbers for each rule.
 * **Per product:** Product edit screen — enable the rule that applies to that product
   where offered.

For developer-oriented install notes, testing ideas, and troubleshooting, see **
README.md** in the plugin package (GitHub or local copy). The WordPress.org plugin
page is generated from this **readme.txt** file only.

### Support

For support, please use the [WordPress.org support forums](https://wordpress.org/support/plugin/navoto-bogo/)
for this plugin once it is live.

### External Services

This plugin does not load third-party SDKs, embed remote tracking, or send your 
store data to external servers by design. Offer logic runs entirely in WordPress
and WooCommerce on your hosting.

### Privacy Policy

Navoto BOGO does not collect personal data for its own purposes. Settings are stored
in your WordPress database. Cart and checkout behavior follow WooCommerce and your
theme. Popup and AJAX actions use WordPress nonces and standard WooCommerce cart
handling.

### Credits

 * Built for WooCommerce cart and product APIs
 * Thanks to the WordPress and WooCommerce communities

## Screenshots

[⌊WooCommerce <span aria-hidden=⌉⌊WooCommerce <span aria-hidden=⌉→ BOGO & Offers — global product lists and rule settings” class=”wp-image-9000001″ srcset=”https://i0.wp.com/ps.w.org/navoto-bogo/assets/screenshot-1.png?rev=3589756&w=300 300w, https://i0.wp.com/ps.w.org/navoto-bogo/assets/screenshot-1.png?rev=3589756&w=600 600w, https://i0.wp.com/ps.w.org/navoto-bogo/assets/screenshot-1.png?rev=3589756&w=900 900w” sizes=”(max-width: 599px) 50vw, 33vw” width=”2876″ height=”2894″ loading=”eager” fetchpriority=”high” decoding=”async”/>](https://ps.w.org/navoto-bogo/assets/screenshot-1.png?rev=3589756)

WooCommerce  BOGO & Offers — global product lists and rule settings

[⌊Product data — per-product rule checkboxes⌉⌊Product data — per-product rule checkboxes⌉[

Product data — per-product rule checkboxes

[⌊Shop or product page — offer badges (when applicable)⌉⌊Shop or product page — 
offer badges (when applicable)⌉[

Shop or product page — offer badges (when applicable)

[⌊Cart — discounted lines and BOGO quantities⌉⌊Cart — discounted lines and BOGO 
quantities⌉[

Cart — discounted lines and BOGO quantities

[⌊Free gift popup — gift selection after qualifying (Rule 4)⌉⌊Free gift popup — 
gift selection after qualifying (Rule 4)⌉[

Free gift popup — gift selection after qualifying (Rule 4)

[[

[[

[[

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/navoto-bogo` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the Plugins screen in WordPress.
 3. Ensure WooCommerce is installed and active.
 4. Go to WooCommerce  BOGO & Offers and configure your rules.
 5. Optionally edit individual products to tie them to specific rules.

## FAQ

### Does this work without WooCommerce?

No. WooCommerce is required. The plugin does not load its storefront logic until
WooCommerce is active.

### Where are settings stored?

Options are stored in the WordPress options table under keys prefixed with `navoto_bogo_`.
Per-product choices use post meta keys prefixed with `_navoto_bogo_rule_`.

### Does the plugin send data to external services?

No. Navoto BOGO does not connect to third-party APIs. All rules and cart logic run
on your server with WooCommerce.

### I used an older “bogo-offers” build — will my settings migrate?

On activation, legacy `bogo_*` options are copied to `navoto_bogo_*` when the new
key is empty. Product meta saved under old keys is still read where supported. Open
a new cart session after switching plugins if totals look wrong.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Navoto BOGO” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ Navoto ](https://profiles.wordpress.org/navoto/)

[Translate “Navoto BOGO” into your language.](https://translate.wordpress.org/projects/wp-plugins/navoto-bogo)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/navoto-bogo/), check
out the [SVN repository](https://plugins.svn.wordpress.org/navoto-bogo/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/navoto-bogo/) by
[RSS](https://plugins.trac.wordpress.org/log/navoto-bogo/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * Remove WordPress.org directory assets from the plugin package (upload via SVN
   after approval).
 * Enqueue all CSS and JavaScript via wp_enqueue_style() and wp_enqueue_script().
 * Remove custom wc_enhanced_select_params localization; rely on WooCommerce core
   scripts.

#### 1.0.1

 * WordPress.org Plugin Check compliance (i18n, escaping, packaging).
 * Tested up to WordPress 7.0.

#### 1.0.0

 * Initial release on WordPress.org.

## Meta

 *  Version **1.0.2**
 *  Last updated **24 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [bogo](https://wordpress.org/plugins/tags/bogo/)[discount](https://wordpress.org/plugins/tags/discount/)
   [free gift](https://wordpress.org/plugins/tags/free-gift/)[offers](https://wordpress.org/plugins/tags/offers/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/navoto-bogo/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/navoto-bogo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/navoto-bogo/reviews/)

## Contributors

 *   [ Navoto ](https://profiles.wordpress.org/navoto/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/navoto-bogo/)