• This repository has been archived on 12/Jul/2024
  • Stars
    star
    361
  • Rank 117,957 (Top 3 %)
  • Language
    PHP
  • License
    Other
  • Created over 6 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(Deprecated) This plugin has been merged to woocommerce/woocommerce

WooCommerce Admin

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

Prerequisites

WordPress 5.6 or greater and WooCommerce 5.7.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:

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

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

  • pnpm run build : Build a production version
  • pnpm run dev : Build a development version
  • pnpm start : Build a development version, watch files for changes
  • pnpm run build:release : Build a WordPress plugin ZIP file (woocommerce-admin.zip will be created in the repository root)
  • DRY_RUN=1 pnpm run build:release : Builds a Wordpress plugin ZIP without pushing it to Github and creating a release.

For more helper scripts see here

For some debugging tools/help see here

For local development setup using Docker see here

Typescript

The npm run ts:check command will check your TypeScript files for errors, and has been added to .vscode/tasks.json. Running this task in vscode will highlight the errors in your editor file navigator.

If you allow the npm run ts:check:watch command to run automatically as configured, it will run in the background and pick up any errors as you save the files. Note: Even if you don't run this task, the IDE uses its language server to pick up type errors in files that are open. This is only necessary for picking up errors across the entire repository even when they haven't been opened in the IDE.

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 use the @woocommerce/e2e-environment package which hosts a Docker container for testing, by default the container can be accessed at http://localhost:8084

All the commands from @woocommerce/e2e-environment can be run through pnpm exec.

# Set up the e2e environment
pnpm i
pnpm exec wc-e2e docker:up

Run tests using:

pnpm exec wc-e2e test:e2e-dev

or in headless mode:

pnpm exec wc-e2e test:e2e

Run a single test by adding the path to the file name:

pnpm exec wc-e2e test:e2e-dev tests/e2e/specs/activate-and-setup/complete-onboarding-wizard.test.ts

Documentation

There is documentation in 2 forms available in the repo. A static set of documentation supported by docsify and also a Storybook containing component documentation for @woocommerce/components.

To view the docsify docs locally you can do:

pnpm install
cd docs
pnpm exec docsify serve

When deployed the docsify docs also host an embedded version of the storybook docs. To generate that and test it locally in docsify you'll need to run:

pnpm install
pnpm run docs
cd docs
pnpm exec docsify serve

Then navigate to Components from the left hand menu in the docs.

If you would like to view the storybook docs hosted standalone, then you can run:

pnpm install
pnpm run storybook

If you would like to view the storybook docs in right-to-left styling, you can run this instead:

pnpm install
pnpm run storybook-rtl

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

More Repositories

1

woocommerce

A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
PHP
9,371
star
2

FlexSlider

An awesome, fully responsive jQuery slider plugin
JavaScript
4,918
star
3

storefront

Official theme for WooCommerce
PHP
939
star
4

action-scheduler

A scalable, traceable job queue for background processing large queues of tasks in WordPress. Specifically designed for distribution in WordPress plugins (and themes) - no server access required.
PHP
631
star
5

wc-api-php

WooCommerce REST API PHP Library
PHP
521
star
6

woocommerce-blocks

(Deprecated) This plugin has been merged into woocommerce/woocommerce
TypeScript
404
star
7

theme-customisations

PHP
313
star
8

wc-smooth-generator

Smooth product, customer and order generation for WooCommerce
PHP
311
star
9

woocommerce-ios

WooCommerce iOS app
Swift
301
star
10

woocommerce-rest-api-js-lib

New JavaScript library for WooCommerce REST API
JavaScript
285
star
11

woocommerce-android

WooCommerce Android app
Kotlin
277
star
12

woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
PHP
234
star
13

wc-api-python

A Python wrapper for the WooCommerce API.
Python
211
star
14

facebook-for-woocommerce

A first-party extension plugin built for WooCommerce. Development is managed by Ventures.
PHP
211
star
15

woocommerce-product-tables-feature-plugin

Implements new data-stores and moves product data into custom tables, with a new, normalised data structure.
PHP
192
star
16

woocommerce-google-analytics-integration

WordPress plugin: Provides the integration between WooCommerce and Google Analytics.
PHP
152
star
17

wc-api-node

This client is obsolete and will no longer receive updates, a new JavaScript library is available under the name of @woocommerce/woocommerce-rest-api
JavaScript
144
star
18

woocommerce-subscriptions-importer-exporter

Import your subscribers to WooCommerce from a CSV. Or export your subscription data from WooCommerce to CSV.
PHP
138
star
19

woocommerce-rest-api-docs

WooCommerce REST API Documentation
JavaScript
130
star
20

woocommerce-accommodation-bookings

An accommodations add-on for the WooCommerce Bookings extension.
PHP
91
star
21

woocommerce-language-packs

This repo is deprecated - translation should be done on https://translate.wordpress.org/projects/wp-plugins/woocommerce/
JavaScript
83
star
22

woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
PHP
70
star
23

wc-api-ruby

A Ruby wrapper for the WooCommerce API.
Ruby
69
star
24

woocommerce-gateway-dummy

A Dummy Payments gateway for your WooCommerce website.
PHP
66
star
25

woocommerce-paypal-payments

PHP
62
star
26

woocommerce-subscriptions-custom-price-string

Customize the price displayed to your customers for subscription products (or non-subscription product).
PHP
61
star
27

woocommerce-gateway-paypal-express-checkout

PHP
59
star
28

testimonials

Hi, I'm your testimonials management plugin for WordPress. Show off what your customers or website users are saying about your business and how great they say you are, using our shortcode, widget or template tag.
PHP
59
star
29

action-scheduler-high-volume

Increase Action Scheduler time limit, queue size and concurrency to process large queues of actions more quickly on high volume websites with more server resources.
PHP
56
star
30

features

Hi, I'm your feature showcase plugin for WordPress. Show off what features your company, product or service offers using our shortcode, widget or template tag.
PHP
53
star
31

woosidebars

Replace registered sidebars in your WordPress themes using different conditions such as a specific page, a category or even an individual blog post.
PHP
50
star
32

action-scheduler-disable-default-runner

Disable Action Scheduler's default queue runner, by removing it from the 'action_scheduler_run_queue' hook.
PHP
49
star
33

woocommerce-sniffs

Collection of PHP_CodeSniffer sniffs for WooCommerce
PHP
48
star
34

google-listings-and-ads

Sync your store with Google to list products for free, run paid ads, and track performance straight from your store dashboard.
PHP
47
star
35

houston

A child theme for the popular P2 WordPress theme, used on WooThemes internal P2 properties.
CSS
47
star
36

wc-api-dev

This is a repository is obsolete, WooCommerce REST API is now located in https://github.com/woocommerce/woocommerce-rest-api
PHP
44
star
37

woocommerce-gateway-payfast

South African payment gateway supporting subscriptions, deposits & pre-orders
PHP
41
star
38

projects

PHP
40
star
39

grant-download-permissions-for-past-woocommerce-orders

This plugin grants downloads permissions like WooCommerce 2.6.x, granting permissions for new files added to a downloadable product. Note that this plugin performs heavy database queries and does not scale. For this reason it has been removed from WooCommerce core.
PHP
39
star
40

woocommerce-subscriptions-cancel-subscription-confirmation

Require your subscribers to confirm just-one-more-time before cancelling their subscription.
PHP
37
star
41

our-team

Hi, I'm your team profile management plugin for WordPress. Show off what your team members using our shortcode, widget or template tag.
PHP
35
star
42

automatewoo-subscriptions

⚠️ DO NOT USE - AutomateWoo's Subscription add-on was merged into AutomateWoo 5.4. Advanced actions for automating a subscription's lifecycle with AutomateWoo.
PHP
34
star
43

woocommerce-subscriptions-preserve-billing-schedule

By default, WooCommerce Subscriptions will calculate the next payment date for a subscription from the time of the last payment. This plugin changes that to preserve the original schedule and calculate the next payment date from the scheduled payment date, not the time the payment was actually processed.
PHP
34
star
44

bookings-helper

This extension is a WooCommerce Bookings helper which helps you to troubleshoot bookings setup easier by allowing you to quickly export/import product settings.
PHP
32
star
45

storechild

Child theme starter for Storefront
PHP
32
star
46

woocommerce-icons

HTML
32
star
47

sensei-certificates

Hi, I'm the Certificates extension for Sensei.
PHP
31
star
48

woocommerce-beta-tester

Run the beta versions of WooCommerce
PHP
29
star
49

woocommerce-subscriptions-resource

A library to track and prorate payments for a subscription using WooCommerce Subscriptions based on the status of an external resource.
PHP
26
star
50

woocommerce-custom-indexes

PHP
23
star
51

pinterest-for-woocommerce

A native Pinterest integration for WooCommerce. Development is managed by Ventures.
PHP
22
star
52

woocommerce-subscriptions-skip-pending-cancel

Subscriptions will skip Pending Cancellation and go directly to Cancelled status when Customer cancels their subscription.
PHP
21
star
53

woocommerce-gateway-amazon-pay

Amazon Pay Gateway
PHP
20
star
54

qit-cli

A Testing Platform for WordPress Plugins and Themes
PHP
19
star
55

homepage-control

Re-order or disable the components of your homepage in our newer WordPress themes.
PHP
19
star
56

woocommerce-colors

PHP
19
star
57

woocommerce-e2e-boilerplate

JavaScript
18
star
58

boutique

CSS
17
star
59

woocommerce-product-bundles-bulk-discounts

Bulk discounts and dynamic pricing rules for WooCommerce Product Bundles.
PHP
16
star
60

sensei-content-drip

A content drip extension for Sensei.
PHP
16
star
61

code-reference

WooCommerce Code Reference Generator
Twig
16
star
62

sensei-course-progress

A course progress widget for Sensei.
PHP
16
star
63

woocommerce-subscriptions-cancel-on-refund

Cancel a subscription when the most recent order is fully refunded. Both refunds on a parent or renewal order will trigger cancellation, as long as it is the most recent order.
PHP
16
star
64

action-scheduler-custom-tables

This plugin is no longer needed. The custom table code is now part of Action Scheduler version 3.0 and newer. If you're using the latest Action Scheduler, you have the most performant schema available.
PHP
14
star
65

action-scheduler-timeout-monitor

Gather additional information about scheduled actions which timeout.
PHP
14
star
66

subscribe-for-content

A WordPress plugin that allows you to hide content until a user subscribes to your MailChimp mailing list 😍
PHP
13
star
67

automations

Various GitHub Action automations to assist with repository project management.
JavaScript
13
star
68

storefront-product-sharing

PHP
13
star
69

woocommerce-subscriptions-recalculate-totals

In some cases, if the tax settings change after some subscriptions have been created, their totals need to be recalculated in order to include the proper taxes. This plugin recalculates all the subscriptions totals.
PHP
13
star
70

migrator-cli

An experimental WP-CLI based migration tool for moving Shopify stores to WooCommerce.
PHP
13
star
71

woocommerce-subscriptions-restrict-product

Restricts subscription products to a certain number of total active (unended) subscriptions on a site.
PHP
13
star
72

woocommerce-stellar

Accept payment for WooCommerce orders via Stellar (both the currency and the protocol).
JavaScript
12
star
73

woocommerce-order-tables-feature-plugin

Order tables for WooCommerce.
12
star
74

WooCommerce-Quantity-Increment

Adds back <= WooCommerce 2.2 quantity increment buttons
CSS
12
star
75

woocommerce-subscriptions-upstage

Disable Staging Mode for specific subscriptions, as defined in a WCS_UPSTAGED_SUBSCRIPTION_IDS constant.
PHP
12
star
76

woocommerce-free-shipping-progress-bar-block

An inner block for the Cart that indicates how much more is needed to get free shipping.
JavaScript
12
star
77

action-scheduler-admin

Action Scheduler screen for the WooCommerce Admin interface
JavaScript
12
star
78

icons-for-features

Optionally display an icon, instead of a featured image, for your Features by WooThemes features.
CSS
11
star
79

woocommerce-shortcodes

JavaScript
11
star
80

standard-child-theme-kit

This is a "getting started" child theme kit for Standard by 8BIT.
PHP
11
star
81

woocommerce-subscriptions-renewal-logger

Determine why automatic subscription renewal payments aren't being processed despite using an automatic gateway.
PHP
11
star
82

woocommerce-composite-products-conditional-images

Composite Products mini-extension that allows you to conditionally overlay additional images over the main Composite Product image.
PHP
11
star
83

woocommerce-square

Square POS and Payments Integration
PHP
11
star
84

deli

CSS
10
star
85

archives

Hi, we're a collection of archive functions for WordPress. Use us to display archives of your content in "Timeline" or "Sitemap" format, using either a shortcode, action or template tag.
PHP
10
star
86

wceu23-shipping-workshop-final

PHP
10
star
87

subscribe-and-connect

Hi, I'm here to help your visitors subscribe to your content, as well as share it across various social networks.
PHP
10
star
88

woocommerce-git-hooks

Collection of WooCommerce core git hooks.
PHP
10
star
89

woocommerce-bookings-generator

A small helper plugin for WooCommerce Bookings to generate a large number of Bookings on a test store, to measure how WooCommerce Bookings performs under high load.
PHP
10
star
90

sensei-course-participants

This extension has been retired and is no longer being actively maintained.
PHP
9
star
91

storefront-extension-boilerplate

PHP
9
star
92

wc-php-session-handler

Replaces the core WooCommerce session handler with one which uses php sessions.
PHP
9
star
93

woocommerce-legacy-rest-api

The legacy WooCommerce REST API, which used to be part of WooCommerce itself but is removed as of WooCommerce 9.0.
PHP
9
star
94

woocommerce-subscriptions-cancel-after-retry

Cancel a subscription after all failed payment retry attempts have failed.
PHP
9
star
95

woocommerce-subscriptions-backstage

Disable WooCommerce Subscriptions' Staging Mode completely. Caveat emptor.
PHP
9
star
96

woocommerce-subscriptions-disable-paypal

Using WooCommerce Subscriptions? Want to disable PayPal for subscription purchases, but still offer it for buying one-off products? Install and activate this plugin.
PHP
9
star
97

woocommerce-product-type-column

WooCommerce Product Type Column
PHP
8
star
98

woocommerce-jigoshop-converter

Convert existing shop data from Jigoshop to WooCommerce.
PHP
8
star
99

woocommerce-example-package

Example package for a WooCommerce feature plugin that can also be included in core.
Shell
8
star
100

woocommerce-core-to-wordpress-org

Plugin deploy script used for Deploying WooCommerce amongst other things.
Shell
8
star