Skip to content
#

order-management

Here are 192 public repositories matching this topic...

Project example Asp.Net Core Mvc implementation of inventory order management system. warehouse, product, vendor, customer, purchase order, sales order, shipment, goods receive and more.

  • Updated May 31, 2022
  • C#
limit-orders
stevegrunwell
stevegrunwell commented Oct 1, 2020

When OrderLimiter::disable_ordering() is called, an action should be fired to let other plugins get in on the action.

/**
 * Fires when ordering has been disabled.
 *
 * @param \Nexcess\LimitOrders\OrderLimiter $limiter The order limiter instance.
 */
do_action( 'limit_orders_disable_ordering', $this );
enhancement good first issue

Improve this page

Add a description, image, and links to the order-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the order-management topic, visit your repo's landing page and select "manage topics."

Learn more