22 calls to commerce_order_load_multiple() in Commerce Core 7
- CommerceCartTestCaseAnonymousToAuthenticated::testCommerceCartAnonymousToAuthenticated in modules/
cart/ tests/ commerce_cart.test - Test anonymous cart conversion.
- CommerceCheckoutTestProcess::prepareAnonymousEnviroment in modules/
checkout/ tests/ commerce_checkout.test - Helper function to prepare an anonymous enviroment, it sets the user, products and prepares a cart.
- CommerceCheckoutTestProcess::testCommerceCheckoutProcessAnonymousExistingUser in modules/
checkout/ tests/ commerce_checkout.test - Test the checkout process with anonymous user using an e-mail address that belongs to an existing user, the final result should be the order assigned to the existing user.
- CommerceCheckoutTestProcess::testCommerceCheckoutProcessAnonymousNonExistingUser in modules/
checkout/ tests/ commerce_checkout.test - Test the checkout process with anonymous user using an e-mail addres that doesn't exists in the system, the final result is that the user gets the account created and the order is assigned to that user.
- CommerceCheckoutTestProcess::testCommerceCheckoutProcessAnonymousUser in modules/
checkout/ tests/ commerce_checkout.test - Test the checkout process with anonymous user.
- CommerceCheckoutTestProcess::testCommerceCheckoutProcessAuthenticatedUser in modules/
checkout/ tests/ commerce_checkout.test - Test the checkout process using an authenticated user.
- CommerceCustomerUITest::testCommerceCustomerUIAddProfileViaCheckout in modules/
customer/ tests/ commerce_customer_ui.test - Create a customer profile in the process of order creation.
- CommerceCustomerUITest::_testCommerceCustomerUIProfileCopy in modules/
customer/ tests/ commerce_customer_ui.test - Test the copying of one profile's fields to another.
- CommerceOrderCRUDTestCase::testCommerceOrderCrud in modules/
order/ tests/ commerce_order.test - Test the order CRUD functions.
- CommerceOrderUIAdminTest::setUp in modules/
order/ tests/ commerce_order_ui.test - Implementation of setUp().
- CommerceOrderUIAdminTest::testCommerceOrderUIAddProductsToOrder in modules/
order/ tests/ commerce_order_ui.test - Test adding products to an order via Admin UI.
- CommerceOrderUIAdminTest::testCommerceOrderUIDeleteOrder in modules/
order/ tests/ commerce_order_ui.test - Test the deletion of an order.
- CommerceOrderUIAdminTest::testCommerceOrderUIEditOrder in modules/
order/ tests/ commerce_order_ui.test - Test general edit form fields of an order.
- CommerceOrderUIAdminTest::testCommerceOrderUIUpdateLineItems in modules/
order/ tests/ commerce_order_ui.test - Test updating line items within an order.
- CommercePaymentUITest::testCommercePaymentAdministration in modules/
payment/ tests/ commerce_payment_ui.test - Test the adding payments using administration pages.
- CommerceTaxUIAdminTest::testCommerceTaxUIAdminOrder in modules/
tax/ tests/ commerce_tax_ui.test - Check the taxes applied in the order admin view.
- CommerceTaxUIAdminTest::testCommerceTaxUIApplySalesTax in modules/
tax/ tests/ commerce_tax_ui.test - Check if a 'Salex tax' rate is correctly applied in a given order.
- CommerceTaxUIAdminTest::testCommerceTaxUITaxNoMatchingCondition in modules/
tax/ tests/ commerce_tax_ui.test - A tax rate with no matching condition doesn't get applied.
- CommerceTaxUIAdminTest::testCommerceTaxUIUserOrderView in modules/
tax/ tests/ commerce_tax_ui.test - Check the taxes applied in the order that a normal user can view.
- commerce_cart_user_update in modules/
cart/ commerce_cart.module - Implements hook_user_update().
- commerce_order_load in modules/
order/ commerce_order.module - Loads an order by ID.
- commerce_order_load_by_number in modules/
order/ commerce_order.module - Loads an order by number.