You are here

7 calls to uc_order_module_invoke() in Ubercart 6.2

uc_order_delete in uc_order/uc_order.module
Deletes an order and tells other modules to do the same.
uc_order_edit_form_submit in uc_order/uc_order.admin.inc
Form submission handler for uc_order_edit_form().
uc_order_edit_products in uc_order/uc_order.admin.inc
Populates the product add/edit div on the order edit screen.
uc_order_load in uc_order/uc_order.module
Load an order from the database.
uc_order_new in uc_order/uc_order.module
Generate a new order for user $uid.
uc_order_save in uc_order/uc_order.module
Save an order to the database.
uc_order_update_status in uc_order/uc_order.module
Update an order's status as long as no one objects.