Title: Elementary POS WP Plugin
Author: Roman Bouchner
Published: <strong>July 9, 2023</strong>
Last modified: July 11, 2023

---

Search plugins

![](https://ps.w.org/elementary-pos/assets/banner-772x250.png?rev=2938086)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/elementary-pos/assets/icon.svg?rev=2938086)

# Elementary POS WP Plugin

 By [Roman Bouchner](https://profiles.wordpress.org/elementarypos/)

[Download](https://downloads.wordpress.org/plugin/elementary-pos.1.0.zip)

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

 [Support](https://wordpress.org/support/plugin/elementary-pos/)

## Description

**Elementary POS Plugin for WordPress**

With the help of the WordPress plugin, you can easily display your sales items that
are tracked in the Elementary POS application directly on your website. This feature
can be used, for example, to **display the price list** of your products or to present
the current **daily menu** in your restaurant.

The plugin allows you to configure which items should be displayed on your website.
You can choose to show only items with a specific color or from a certain category,
for example. With these options, you can easily customize the display of your products
to best fit your needs and requirements.

[Elementary POS](https://elementarypos.com) allows you to issue receipts via a mobile
app and access all your sales data through a virtual office platform. Elementary
POS is offline and online cash register.

### How to put sales items from Elementary POS to your WordPress page

Please use [WordPress Shortcode](https://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/)

### Show all sales items

    ```
    [elementarypos_items]
    ```

### Show sales items from ‘Drinks’ category

    ```
    [elementarypos_items category="Drinks"]
    ```

### Show sales items from ‘Drinks’ category and only with color 1

Colors are from range 1-8.

    ```
    [elementarypos_items category="Drinks" color="1"]
    ```

### Show only name and price columns

Available columns: name,price,category,note

    ```
    [elementarypos_items columns="name,price"]
    ```

## Screenshots

 * [[
 * Short code configuration
 * [[
 * Web page result
 * [[
 * Elementary POS plugin configuration
 * [[
 * Elementary POS Office API key settings

## Installation

Upload the Elementary POS WP plugin to your website, activate it, and then enter
your Elementary POS API key.

 * Go to [Elementary POS Office](https://app.elementarypos.com).
 * Select ‘Company Settings’ and ‘API’.
 * Click ‘Enable API’ button.
 * Copy API key.
 * In WordPress select ‘Elementary POS Settings’ in the left menu.
 * Paste your API key there.

## FAQ

### How do I make the daily menu available for my restaurant website?

On the [Elementary POS Office](https://app.elementarypos.com) move your sales items
to a category such as “Daily Menu”. On the WordPress page use this shortcode:

    ```
    [elementarypos_items category="Daily Menu"]
    ```

The daily menu items will be displayed instead of shortcode.

### How to connect the plugin with Elementary POS?

 * Go to [Elementary POS Office](https://app.elementarypos.com).
 * Select ‘Company Settings’ and ‘API’.
 * Click ‘Enable API’ button.
 * Copy API key.
 * In WordPress select ‘Elementary POS Settings’ in the left menu.
 * Paste your API key there.

### How to add a shortcode?

Please check this [WordPress Shortcode tutorial](https://www.wpbeginner.com/wp-tutorials/how-to-add-a-shortcode-in-wordpress/).

### I’m missing some feature or I want to extend the plugin.

Please write to our email support@elementarypos.com. We are happy to extend the 
plugin.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Elementary POS WP Plugin” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Roman Bouchner ](https://profiles.wordpress.org/elementarypos/)

“Elementary POS WP Plugin” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/elementary-pos/contributors)
for their contributions.

[Translate “Elementary POS WP Plugin” into your language.](https://translate.wordpress.org/projects/wp-plugins/elementary-pos)

### Interested in development?

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

## Changelog

#### 1.0

Initial release.

## Meta

 *  Version **1.0**
 *  Last updated **3 years ago**
 *  Active installations **30+**
 *  WordPress version ** 5.2 or higher **
 *  Tested up to **6.2.9**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [Czech](https://cs.wordpress.org/plugins/elementary-pos/) and [English (US)](https://wordpress.org/plugins/elementary-pos/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/elementary-pos)
 * Tags
 * [cash register](https://frp.wordpress.org/plugins/tags/cash-register/)[orders](https://frp.wordpress.org/plugins/tags/orders/)
   [pos](https://frp.wordpress.org/plugins/tags/pos/)[restaurant menu](https://frp.wordpress.org/plugins/tags/restaurant-menu/)
   [sale](https://frp.wordpress.org/plugins/tags/sale/)
 *  [Advanced View](https://frp.wordpress.org/plugins/elementary-pos/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ Roman Bouchner ](https://profiles.wordpress.org/elementarypos/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/elementary-pos/)