Title: duckPOS
Author: PayPlus Tech Team
Published: <strong>28 Μαΐου  2025</strong>
Last modified: 13 Μαΐου  2026

---

Αναζήτηση πρόσθετων

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

# duckPOS

 Από [PayPlus Tech Team](https://profiles.wordpress.org/payplus/)

[Λήψη](https://downloads.wordpress.org/plugin/duckpos.1.1.26.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/duckpos/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/duckpos/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/duckpos/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/duckpos/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/duckpos/)

## Περιγραφή

Front-end POS:
 Use the shortcode on a page to browse categories, search products(
including SKU/barcode-style search), manage the cart, enter customer details, and
pay via PayPlus EMV, PayPlus gateway iframe, cash, or other WooCommerce gateways
where supported.

WooCommerce admin (Orders):
 Orders created through duckPOS are tagged with order
meta so you can filter the WooCommerce orders screen to show all orders, only duckPOS
orders, or exclude duckPOS orders. Optional setting: open the orders list with duckPOS
orders excluded by default. You can also bulk-export selected orders to CSV (Excel-
compatible UTF-8) or to an Excel-openable .xls file.

## Εγκατάσταση

 1. Install via wordpress plugins.
 2. Activate.
 3. Create a new page (make it private for admin only) and add a shortcode [duckpos_pos_page]
    to it.
 4. Save , publish and navigate to the page.
 5. You can now start using it.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“duckPOS” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

 *   [ PayPlus Tech Team ](https://profiles.wordpress.org/payplus/)
 *   [ Shlomo Shehebar ](https://profiles.wordpress.org/shlomtzion/)

[Μεταφράστε το “duckPOS” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/duckpos)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/duckpos/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/duckpos/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/duckpos/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/duckpos/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 1.1.26

Added – Settings: “Orders admin: hide duckPOS by default” — when enabled, WooCommerce
Orders loads with “Exclude duckPOS orders” applied until the list filter is changed.“
All orders” is a separate explicit choice in the dropdown so it is not confused 
with that default.

#### 1.1.25

Added – Settings: “Hide empty categories in POS” (default on) — omit categories 
with no catalog-visible products from the POS category list (`hide_empty`-style 
behavior).

Fix – WooCommerce orders list (HPOS): “Exclude duckPOS orders” filter no longer 
triggers extremely slow meta queries; exclude logic simplified for fast SQL.

Tweak – POS product pagination (Previous / Next / page indicator): force readable
label colors so themes that style buttons with white text no longer hide labels 
on light backgrounds; category scroll buttons hardened the same way.

#### 1.1.24

Added – WooCommerce admin: bulk actions on the orders list to export selected orders
to CSV (Excel-compatible, UTF-8 BOM) or to Excel (.xls HTML table format).

#### 1.1.23

Added – WooCommerce admin: dropdown filter on the orders list — All orders, duckPOS
orders only, or Exclude duckPOS orders (uses order meta `_duckpos_order`).

#### 1.1.9 – 1.1.22

Added/Tweak – POS sales-rules integration (when enabled), cart total loaders and
UX, optional “search across all categories,” global barcode/paste handling for product
lookup, PayPlus/iframe messaging hooks, and fixes for POS caching/nonce issues with
page caches.

#### 1.1.8

Added – Customer search in the customer details form: search existing customers 
by name, email, or phone and auto-fill their details.

#### 1.1.7 – 20-04-2026

Added – Product search now also matches by SKU (barcode), including variation SKUs,
in addition to product title.

#### 1.1.6 – 16-02-2026

Added – General product: create and use a general-purpose product with an editable
price directly in DuckPOS (Activated via plugin settins).
 Added – Inline price 
editing: adjust the price of single or multiple items within the same cart line.
Added – Sale price support (BETA): when enabled in settings, DuckPOS cart calculations
will respect sale prices from supported plugins.

#### 1.1.5 – 27-01-2026

Added – Support for variable products with variant selection and management.
 Added–
Cart item action buttons (increment, decrement, remove) for improved cart management.

#### 1.1.4 – 02-06-2025

Added – PayPlus Ltd. as an author.
 Added – User interface enhancements for the 
POS. Added – Placeholder image displayed for products without an image. Added – 
Hebrew language translation. Added – Improved support for LTR and RTL text directions.
Tweak – Adjusted product and cart design. Tweak – Tax line hidden when prices are
inclusive of tax.

#### 1.1.3 – 29-05-2025

Fix – Main plugin image link.

#### 1.1.2 – 22-05-2025

Fix – Updated requires at least and Requires PHP version to fit.

#### 1.1.1 – 21-05-2025

Fix – Implemented changes based on WordPress review feedback.
 Fix – Fixed “Requires
as least:…” in readme.txt Fix – implemented wp_register_style() and wp_enqueue_style()
to add CSS from a file. Fix – text domain corrected to fit slug : duckpos. Fix –
implemented correct usage of wp_register_script() and wp_enqueue_script() and wp_add_inline_script()
for js scripts. Fix – Added prefix to all needed script names functions and shortcode.
Fix – Added missing : if ( ! defined( ‘ABSPATH’ ) ) exit; in rest-api.php.

#### 1.1.0 – 04-05-2025

Added – Order printing functionality.
 Added – List view for printed/unprinted orders.
Added – Automatic order printing upon successful payment via any gateway. Added –
Automatic redirection back to duckPOS from thank you pages. Added – Display “Return
to duckPOS” button on thank you page after payment. Added – duckPOS settings link
in the WordPress admin menu. Added – Option to display native PayPlus buttons. Added–
Print view with a dedicated “Print” button. Tweak – Hide uncategorized and show 
on “All Categories”. Added – Product search filtered by the current category. Added–
Display customer details. Added – Top bar button linking to the duckPOS page. Tweak–
Moved Vue template HTML to pos-app-template.html for improved readability. Fix –
Spinners/Loaders fixed to appear in all operation systems.

## Μεταστοιχεία

 *  Version **1.1.26**
 *  Τελευταία ενημέρωση: **πριν από 20 ώρες**
 *  Ενεργές εγκαταστάσεις: **Λιγότερες από 10**
 *  Έκδοση WordPress: ** 6.0 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **6.9.4**
 *  Έκδοση PHP: ** 7.4 ή νεότερη **
 *  Language
 * [English (US)](https://wordpress.org/plugins/duckpos/)
 * Ετικέτες:
 * [pos](https://el.wordpress.org/plugins/tags/pos/)[woocommerce](https://el.wordpress.org/plugins/tags/woocommerce/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/duckpos/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

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

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/duckpos/reviews/)

## Συντελεστές

 *   [ PayPlus Tech Team ](https://profiles.wordpress.org/payplus/)
 *   [ Shlomo Shehebar ](https://profiles.wordpress.org/shlomtzion/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/duckpos/)