WP Manifestindependent plugin directory
manifest / ecommerce / plugin-order-status-admin

Order Status Admin

Plugin to create additional order status in WooCommerce.

by Sarah Siqueira · github.com/sarahcssiqueira/plugin-order-status-admin · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sarahcssiqueira/plugin-order-status-admin/archive/refs/heads/master.zip

Declares an update source (https://sarahjobs.com/wordpress/plugins/order-status-admin/update), so updates arrive through the plugin's own updater.

Readme

Order Status Admin for WooCommerce

Order Status Admin for WooCommerce help us to create additional order statuses beyond the default ones provided by WooCommerce.

Customizing Order Status

We may need more specific order statuses to better suit the needs of the project, like to provide a more personalized experience for the users. To achieve that, we can create new order statuses.

Although the existence of amazing plugins to perform that goal, like the WooCommerce Order Status Manager, we can also create custom orders using just a few lines of code, using the 'wc_order_statuses' filter, exactly the purpose of this repository.

Considerations

Some reasons to customize your WooCommerce order status:

  • It allows store owners to tailor the order management process to their business needs;
  • It can help keep customers informed about the progress of their orders with more detailed and descriptive updates;
  • It lets store owners sort and filter orders based on their unique business requirements;
  • It allows store owners to adapt and evolve their order management process as their business grows or changes.

Usage

[TO DO]

License

GPLv3 or later

Read the full README on GitHub →