WooCrud : Woocommerce CRUD
WooCrud is a ReactJs application for your WooCommerce store. It's ready to install on a dedicated server/platform/domain.
The application has a responsive easy to use interface for shop managers and can be used to Show, Add, Edit and Delete WooCommerce products.
Setup
Download & Install WooCrud Plugin
- Download Latest WooCrud plugin for WordPress.
- Install WooCrud Plugin.
- Give users the correct roles app support (Administrator or Shop Manager).
Install WooCrud App
-
git clone https://github.com/TR4HIM/woocrud.git
-
npm install
-
Rename .env.dist to .env
-
Update .env file to match your your wordPress URLS
-
REACT_APP_LIVE_STORE_URL=https://example.com
-
REACT_APP_LOCAL_STORE_URL=http://LOCAL.test
Local environment : REACT_APP_LOCAL_STORE_URL
npm run start
Production environment : REACT_APP_LIVE_STORE_URL
npm run build
Examples
Login - Products List
Add New Product
Quick Edit
Advanced Edit
Delete Product
User Settings
Features
-
Unique WooCommerce dashboard
-
See a list of all products
-
Add products
-
Quick update products
-
Advanced edit for products
-
WYSWYG
-
Delete products
-
Filter products by categories
-
Create categories
-
Create tags
-
Up-Sells and Cross-Sells
-
Preview live product
-
Easy to use interface
-
Modern Design
Testing
npm run test
To Do/Features to expect in the future
-
Translation
-
Finish testing
-
Add comments
-
Add a search feature
-
WordPress Media Manager
-
And more...
License
All the code is available under the MIT + Apache 2.0. licenses. See LICENSE.