You are here

11 calls to commerce_cart_order_load() in Commerce Core 7

CommerceBaseTestCase::createDummyOrder in tests/commerce_base.test
Create a dummy order in a given status.
CommerceCartTestCaseMultiProducts::testCommerceCartOrder in modules/cart/tests/commerce_cart.test
Test if the product is present in the order stored in db.
CommerceCartTestCaseSimpleProduct::testCommerceCartOrder in modules/cart/tests/commerce_cart.test
Test if the product is present in the order stored in db.
commerce_cart_block_view in modules/cart/commerce_cart.module
Implements hook_block_view().
commerce_cart_checkout_router in modules/cart/includes/commerce_cart.pages.inc
Redirects invalid checkout attempts or displays the checkout form if valid.
commerce_cart_commerce_product_calculate_sell_price_line_item_alter in modules/cart/commerce_cart.module
Implements hook_commerce_product_calculate_sell_price_line_item_alter().
commerce_cart_get_properties in modules/cart/commerce_cart.module
Entity metadata callback: returns the current user's shopping cart order.
commerce_cart_menu_item_title in modules/cart/commerce_cart.module
Returns the title of the shopping cart menu item with an item count.
commerce_cart_product_add in modules/cart/commerce_cart.module
Adds the specified product to a customer's shopping cart.
commerce_cart_user_login in modules/cart/commerce_cart.module
Implements hook_user_login().
commerce_cart_view in modules/cart/includes/commerce_cart.pages.inc
Displays the shopping cart form and associated information.