All Projects → kilbot → Woocommerce Pos

kilbot / Woocommerce Pos

Licence: gpl-3.0
🏪 A simple front-end for taking WooCommerce orders at the Point of Sale.

Projects that are alternatives of or similar to Woocommerce Pos

Wooshop
A Wocommerce Based React Native App for IOS and Android over GraphQL
Stars: ✭ 92 (-71.07%)
Mutual labels:  wordpress, woocommerce
Slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify WordPress provisioning, performance, and security.
Stars: ✭ 311 (-2.2%)
Mutual labels:  wordpress, woocommerce
Laravel5 Woocommerce Api Client
Laravel 5 wrapper for the Woocommerce REST API
Stars: ✭ 113 (-64.47%)
Mutual labels:  wordpress, woocommerce
Performance Improvements For Woocommerce
Performance tweaks for the front-end and back-end of a store.
Stars: ✭ 46 (-85.53%)
Mutual labels:  wordpress, woocommerce
Wp Decoupled
Next.js app with WPGraphQL and WordPress at the backend.
Stars: ✭ 197 (-38.05%)
Mutual labels:  wordpress, woocommerce
Shadow Shop
Building highly customizable e-commerce websites selling shadowsocks services, using Wordpress and WooCommerce
Stars: ✭ 84 (-73.58%)
Mutual labels:  wordpress, woocommerce
Wcvendors
The Marketplace plugin for WordPress and WooCommerce
Stars: ✭ 130 (-59.12%)
Mutual labels:  wordpress, woocommerce
Woocommerce Loadimpact
Scenarios for `loadimpact.com`, written against Liquid Web's WooCommerce sample data.
Stars: ✭ 17 (-94.65%)
Mutual labels:  wordpress, woocommerce
Code Snippets Wp Speed Up
Code Snippets for WordPress and WooCommerce speed up, which can be imported into the plugin.
Stars: ✭ 168 (-47.17%)
Mutual labels:  wordpress, woocommerce
Flutter Woocommerce App
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
Stars: ✭ 161 (-49.37%)
Mutual labels:  wordpress, woocommerce
Osen Wc Mpesa
WordPress Plugin that extends WordPress and WooCommerce functionality to integrate MPESA for making payments, remittances, checking account balance transaction status and reversals.
Stars: ✭ 45 (-85.85%)
Mutual labels:  wordpress, woocommerce
Awesome Woocommerce
Plugins and code snippets to improve your WooCommerce store.
Stars: ✭ 279 (-12.26%)
Mutual labels:  wordpress, woocommerce
Bitcoin Payments Woocommerce
Free Bitcoin/Altcoins Payment Gateway Addon for WooCommerce 2.1+ (or higher). Accept USD, Bitcoin, Litecoin, Dogecoin, Speedcoin, Darkcoin, Vertcoin, Reddcoin, Feathercoin, Vericoin, Potcoin payments in WooCommerce. Direct Integration on your website. No Chargebacks, Global, Secure. All in automatic mode.
Stars: ✭ 38 (-88.05%)
Mutual labels:  wordpress, woocommerce
Laravel Woocommerce
WooCommerce Rest API for Laravel
Stars: ✭ 86 (-72.96%)
Mutual labels:  wordpress, woocommerce
Woocommerce
An open source eCommerce plugin for WordPress.
Stars: ✭ 7,473 (+2250%)
Mutual labels:  wordpress, woocommerce
Woocommerce Coupon Links
A WordPress plugin to automatically apply WooCommerce coupon codes to the cart via a URL.
Stars: ✭ 127 (-60.06%)
Mutual labels:  wordpress, woocommerce
Intervention
WordPress plugin to configure wp-admin and application state using a single config file.
Stars: ✭ 481 (+51.26%)
Mutual labels:  wordpress, woocommerce
Storefront
Official theme for WooCommerce
Stars: ✭ 762 (+139.62%)
Mutual labels:  wordpress, woocommerce
Dokan
Multivendor marketplace platform
Stars: ✭ 146 (-54.09%)
Mutual labels:  wordpress, woocommerce
Co Cart
🛒 CoCart is a flexible, open-source solution to enabling the shopping cart via the REST API for WooCommerce.
Stars: ✭ 198 (-37.74%)
Mutual labels:  wordpress, woocommerce

WooCommerce POS

Build Status Code Climate Coverage Status Dependency Status Join the chat at https://gitter.im/kilbot/WooCommerce-POS

Development repository for WooCommerce POS - the Point of Sale plugin for WooCommerce.

Screenshot

Report a bug

Please report all bugs here or contact support via [email protected]

Translations

If you would like to help translate WooCommerce POS into your language please check out the WooCommerce POS Language Packs repository.

Developing locally

WooCommerce POS is a WordPress plugin which requires WordPress 3.8+ and WooCommerce 3.2.6+.

This project includes configuration files for creating a consistent development environment for WooCommerce plugins.

Requirements

  • Docker - download Docker for Mac, Windows or Linux
  • Node

Docker provides a virtual local server with WordPress and WooCommerce pre-installed. Node provides a package manager which simplifies tasks such as building and deploying the project.

Installation

Navigate to your local projects directory and clone the project. The recursive flag will init and update any submodules.

git clone --recursive https://github.com/kilbot/WooCommerce-POS.git woocommerce-pos

Then, navigate into the root directory of the project and install the dependencies.

cd woocommerce-pos && npm run build

Now, get a coffee ☕️

The first build will take some time as it prepares the virtual server.

npm run start

Open your browser and navigate to http://localhost and use admin/password to access the WordPress admin.

Developing and Deploying

The package.json file contains some helpful commands for common tasks.

When developing you should use the following command, this will watch the asset files and rebuild if necessary.

npm run dev

To create a minified version of the project ready to deploy, use:

npm run deploy

This will create a zip archive of the plugin which you can then install via your WordPress admin.

We are hiring!

We are looking for talented PHP and JS developers to work full or part time on WooCommerce POS. To apply simply submit a pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].