You are here

21 calls to commerce_order_save() in Commerce Core 7

CommerceBaseTestCase::createDummyOrder in tests/commerce_base.test
Create a dummy order in a given status.
CommerceOrderCRUDTestCase::testCommerceOrderCrud in modules/order/tests/commerce_order.test
Test the order CRUD functions.
CommerceOrderCRUDTestCase::testCommerceOrderTokens in modules/order/tests/commerce_order.test
Test order Token replacement.
commerce_cart_checkout_form_cancel_submit in modules/cart/commerce_cart.module
Submit handler to take back the order to cart status on cancel in checkout.
commerce_cart_line_item_views_form_submit in modules/cart/commerce_cart.module
Submit handler to show the shopping cart updated message.
commerce_cart_order_empty in modules/cart/commerce_cart.module
Deletes every product line item from a shopping cart order.
commerce_cart_order_new in modules/cart/commerce_cart.module
Creates a new shopping cart order for the specified user.
commerce_cart_order_product_line_item_delete in modules/cart/commerce_cart.module
Deletes a product line item from a shopping cart order.
commerce_cart_order_refresh in modules/cart/commerce_cart.module
Refreshes the contents of a shopping cart by finding the most current prices for any product line items on the order.
commerce_cart_product_add in modules/cart/commerce_cart.module
Adds the specified product to a customer's shopping cart.
commerce_cart_user_update in modules/cart/commerce_cart.module
Implements hook_user_update().
commerce_checkout_form_cancel_submit in modules/checkout/includes/commerce_checkout.pages.inc
Special submit handler for the cancel button to avoid processing orders.
commerce_checkout_form_validate in modules/checkout/includes/commerce_checkout.pages.inc
Validate handler for the continue button of the checkout form.
commerce_checkout_line_item_views_form_submit in modules/checkout/commerce_checkout.module
Submit handler used to redirect to the checkout page.
commerce_customer_profile_copy_validate in modules/customer/commerce_customer.module
Element validate callback: Pertaining to the "copy profile" checkbox.
commerce_line_item_handler_field_edit_quantity::views_form_submit in modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit_quantity.inc
commerce_order_order_form_submit in modules/order/includes/commerce_order.forms.inc
Submit callback for commerce_order_order_form().
commerce_order_status_update in modules/order/commerce_order.module
Updates the status of an order to the specified status.
commerce_order_update_7102 in modules/order/commerce_order.install
Loads and resaves all the orders on the site to rebuild the order total price component arrays.
commerce_payment_commerce_payment_transaction_insert in modules/payment/commerce_payment.module
Implements hook_commerce_payment_transaction_insert().
commerce_payment_redirect_pane_checkout_form in modules/payment/includes/commerce_payment.checkout_pane.inc
Payment redirect pane: form callback.