All Projects → woocommerce → Woocommerce Admin

woocommerce / Woocommerce Admin

Licence: other
A feature plugin for a modern, javascript-driven WooCommerce Admin experience.

Projects that are alternatives of or similar to Woocommerce Admin

Php
All Algorithms implemented in Php
Stars: ✭ 272 (-0.73%)
Mutual labels:  hacktoberfest
Base
Base environment for Red Eclipse and associated source files.
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Fvid
fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
Stars: ✭ 276 (+0.73%)
Mutual labels:  hacktoberfest
Protein
💊 Protein is an IntelliJ Plugin to generate Kotlin code for Retrofit 2 and RxJava 2 based on a Swagger definition
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Tlint
Tighten linter for Laravel conventions
Stars: ✭ 274 (+0%)
Mutual labels:  hacktoberfest
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (-0.73%)
Mutual labels:  hacktoberfest
Cryptoexchange
[UNMAINTAINED] Ruby library to query market data from cryptocurrency exchanges (https://www.coingecko.com)
Stars: ✭ 272 (-0.73%)
Mutual labels:  hacktoberfest
Prometheus Anomaly Detector
A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Node Sass Magic Importer
Custom node-sass importer for selector specific imports, module importing, globbing support and importing files only once.
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Ember Css Modules
CSS Modules for ambitious applications
Stars: ✭ 274 (+0%)
Mutual labels:  hacktoberfest
Awesome Go Storage
A curated list of awesome Go storage projects and libraries
Stars: ✭ 3,224 (+1076.64%)
Mutual labels:  hacktoberfest
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Puffin
🐦 Simple instrumentation profiler for Rust 🦀
Stars: ✭ 274 (+0%)
Mutual labels:  hacktoberfest
Javascript Patterns
A collection of javascript algorithms, patterns, and techniques
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Charlescd
CharlesCD is an open source tool that makes deployments more agile, continuous and safe, which allows development teams to perform hypothesis validations with a specific group of users, simultaneously.
Stars: ✭ 275 (+0.36%)
Mutual labels:  hacktoberfest
Fluentresults
A generalised Result object implementation for .NET/C#
Stars: ✭ 266 (-2.92%)
Mutual labels:  hacktoberfest
Nqp
NQP
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Ionic Vue
Vuejs integration for Ionic versions 4 and 5
Stars: ✭ 275 (+0.36%)
Mutual labels:  hacktoberfest
Patchwork Patcher
Patches Forge mod jars, allowing them to be loaded by Fabric
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest
Kuby Core
A convention over configuration approach for deploying Rails apps. https://getkuby.io
Stars: ✭ 273 (-0.36%)
Mutual labels:  hacktoberfest

WooCommerce Admin

This is a feature plugin for a modern, javascript-driven WooCommerce Admin experience.

Prerequisites

WordPress 5.4 or greater and WooCommerce 4.8.0 or greater should be installed prior to activating the WooCommerce Admin feature plugin.

For better debugging, it's also recommended you add define( 'SCRIPT_DEBUG', true ); to your wp-config. This will load the unminified version of all libraries, and specifically the development build of React.

Development

After cloning the repo, install dependencies:

  • npm install to install JavaScript dependencies.
  • composer install to gather PHP dependencies.

Now you can build the files using one of these commands:

  • npm run build : Build a production version
  • npm run dev : Build a development version
  • npm start : Build a development version, watch files for changes
  • npm run build:release : Build a WordPress plugin ZIP file (woocommerce-admin.zip will be created in the repository root)

For more helper scripts see here

For some debugging tools/help see here

For local development setup using Docker see here

Testing

End-to-end tests

Tests live in ./tests/e2e. An existing build is required prior running, please refer to the section above for steps. E2E tests have their own Docker container to run the WordPress server. Start the server using:

npm run docker:up

Run tests using:

npm run test:e2e-dev

or in headless mode:

npm run test:e2e

Run a single test by adding the file name:

npm run test:e2e-dev complete-onboarding-wizard.test.js

Common Issues

If you're encountering any issue setting things up, chances are we have been there too. Please have a look at our wiki for a list of common problems.

Privacy

If you have enabled WooCommerce usage tracking ( option woocommerce_allow_tracking ) then, in addition to the tracking described in https://woocommerce.com/usage-tracking/, this plugin also sends information about the actions that site administrators perform to Automattic - see https://automattic.com/privacy/#information-we-collect-automatically for more information.

Contributing

There are many ways to contribute – reporting bugs, adding translations, feature suggestions and fixing bugs. For full details, please see CONTRIBUTING.md

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].