Title: Turbo Retail Suite
Author: ToniRojas
Published: <strong>June 28, 2026</strong>
Last modified: June 28, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/turbo-retail-suite.svg)

# Turbo Retail Suite

 By [ToniRojas](https://profiles.wordpress.org/tonirojasm/)

[Download](https://downloads.wordpress.org/plugin/turbo-retail-suite.1.1.8.zip)

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

 [Support](https://wordpress.org/support/plugin/turbo-retail-suite/)

## Description

**Turbo Retail Suite** bundles the basic tools every WooCommerce retailer needs 
day to day: a working point of sale, printable barcode labels, bulk product editing
and category-wide discounts.

#### What the free version includes

 * **Turbo POS** — Single-register point of sale. Search products by name, SKU or
   barcode scan. Cart and checkout that creates a WooCommerce order. Cash / card
   payment recording. Printable HTML receipt with change calculation. Create products
   on the fly without leaving the till. Designed for small physical shops that want
   a simple working till without extra cost.
 * **Turbo Barcode** — Full barcode label generator for products and variations.
   Configurable templates (dimensions, spacing, padding), custom logo, field mapping(
   title, code, subtitle, extra) and additional dynamic fields. Live preview. Print
   one label per stock unit or one per product.
 * **Turbo Bulk Actions** — Bulk-edit up to 100 products per operation. Update regular
   price, sale price, stock quantity, stock status and product status. Increment
   or decrement by percentage or fixed amount.
 * **Turbo Discount** — Apply mass discounts to products filtered by category. Percentage
   or fixed-amount discount. Preview before applying.

#### Advanced features (PRO version)

If your business grows, Turbo Retail Suite PRO adds:

 * **Turbo POS — complete edition** — Multi-register, advanced reports (X/Z, takings,
   charts), delivery notes (albaranes), thermal printer support (ESC/POS), cash 
   drawer and scale drivers, cloud sync, removable receipt branding and a full receipt
   template designer.
 * **Turbo Voice (AI)** — AI voice assistant to operate the store and POS by speaking.
 * **Turbo Product Scraper** — AI-assisted bulk product importer.
 * **Turbo API** — Extended REST API for external integrations.
 * **Unlimited bulk editing** — No per-operation product cap, background processing,
   and every editable field (SKU, dimensions, weight, taxes, shipping, attributes,
   visibility, featured…).
 * **Advanced discounts** — Filters by tags, attributes, dates and stock; scheduled
   start/end with rollback in one click.
 * **Priority email support**.

Try every PRO module free for 30 days — see [turboretailsuite.com/trial](https://turboretailsuite.com/trial).

More info: [https://turboretailsuite.com](https://turboretailsuite.com)

#### Privacy

Turbo Retail Suite (LITE) **does not send any data to external servers**. No telemetry,
no tracking, no license client, no “phone home”. The barcode generator uses the **
JsBarcode** library (MIT licensed, v3.11.5), which is **bundled locally inside the
plugin** (`assets/js/JsBarcode.all.min.js`) and loaded only on the Turbo Barcode
settings and print screens (never on your store front end). The plugin does not 
load any script or style from an external CDN.

## Installation

 1. Upload the `turbo-retail-suite` folder to `/wp-content/plugins/`, or install the
    plugin from the official WordPress repository.
 2. Activate the plugin from the “Plugins” menu.
 3. Make sure WooCommerce is active.
 4. Go to **Turbo Retail** in the admin sidebar to get started.

## FAQ

### Do I need WooCommerce?

Yes. Turbo Retail Suite is a WooCommerce extension and won’t work without it.

### Is the LITE version free?

Yes. The LITE version is 100% free and open source under the GPLv2 license.

### How many products can I bulk-edit with the LITE version?

Up to 100 products per operation. For higher volumes, the PRO version processes 
without limits in the background.

### Why does the LITE discount module only filter by category?

To keep the free experience simple. The PRO version adds filters by tags, attributes,
dates and stock, plus scheduled automation with rollback.

### Does it work with variable products?

Yes. The barcode generator prints one label per variation in stock. Bulk editing
and discounts apply to the parent product and propagate to its variations where 
applicable.

### What does the LITE POS include and what is reserved for PRO?

LITE POS is a working single-register till: product search by name, SKU or barcode
scan, cart, cash / card payment recording, change calculation, quick product creation
and a printable HTML receipt. The “Powered by Turbo Retail Suite” footer on the 
printed receipt is part of the free edition and cannot be removed via settings.

PRO adds: multiple cashiers and cashier sessions, X/Z reports and takings dashboards,
delivery notes, ESC/POS thermal printer support, cash drawer and scale drivers, 
cloud sync, a full receipt template designer, and removes the receipt footer. Order
coupons, manual discounts and order notes are also PRO-only — in LITE you’ll see
them as inactive icons on the POS screen with a hover tooltip explaining each one.

### Is it compatible with HPOS (High-Performance Order Storage)?

Yes. The plugin declares compatibility with HPOS and Cart/Checkout Blocks.

### Where do I report a bug or request a feature?

On the WordPress.org support forums or in the project’s public repository.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Turbo Retail Suite” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ToniRojas ](https://profiles.wordpress.org/tonirojasm/)

[Translate “Turbo Retail Suite” into your language.](https://translate.wordpress.org/projects/wp-plugins/turbo-retail-suite)

### Interested in development?

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

## Changelog

#### 1.1.8 — 2026-06-28

 * Internationalization: the plugin now follows the standard WordPress.org translation
   workflow (English base strings with a bundled Spanish es_ES translation, following
   the site language). The POS’s custom in-plugin language switch has been removed.
 * Turbo POS: new “simplified receipt amounts” option — prices and total are shown
   tax included with a small “VAT included” note; an optional tax breakdown is available
   when disabled.

#### 1.1.7 — 2026-06-25

 * Print view: set an explicit version when registering the stylesheet (prevents
   stale styles from browser caching).

#### 1.1.6 — 2026-06-25

 * Bulk editing is now unlimited (removed the previous per-operation product cap).
 * Code quality and WordPress.org compliance: scripts and styles now load through
   the standard enqueue system; internal prefixes updated.

#### 1.1.5 — 2026-06-20

 * Turbo POS: quick product creation is now available in the free LITE edition.
 * New plugin icon, and the **Turbo Retail** menu now sits directly above WooCommerce
   in the admin sidebar.
 * Dashboard refinements, plus code-quality and WordPress.org compliance improvements.

#### 1.1.0 — 2026-05-16

 * New module: **Turbo POS (LITE)** — single-register point of sale with cart, payment
   recording and printable receipt.
 * Receipt footer “Powered by Turbo Retail Suite” is hardcoded into the LITE edition.
 * Inactive PRO-feature icons surfaced on the POS screen (quick product creation,
   coupon, manual discount, order note) with hover tooltips.

#### 1.0.0 — 2026-05-05

 * Initial release.
 * Turbo Barcode module (full barcode label generator).
 * Turbo Bulk Actions module limited to 100 products per operation.
 * Turbo Discount module with category filtering.

## Meta

 *  Version **1.1.8**
 *  Last updated **22 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [barcode](https://wordpress.org/plugins/tags/barcode/)[bulk edit](https://wordpress.org/plugins/tags/bulk-edit/)
   [point-of-sale](https://wordpress.org/plugins/tags/point-of-sale/)[pos](https://wordpress.org/plugins/tags/pos/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/turbo-retail-suite/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/turbo-retail-suite/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/turbo-retail-suite/reviews/)

## Contributors

 *   [ ToniRojas ](https://profiles.wordpress.org/tonirojasm/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/turbo-retail-suite/)