10 calls to commerce_product_load() in Commerce Core 7
- CommerceBaseTestCase::assertProductCreated in tests/
commerce_base.test - Asserts that a product has been created.
- CommerceBaseTestCase::createDummyOrder in tests/
commerce_base.test - Create a dummy order in a given status.
- CommerceProductCRUDTestCase::testCommerceProductCrud in modules/
product/ tests/ commerce_product.test - Test the product CRUD functions.
- commerce_cart_add_to_cart_form_attributes_refresh in modules/
cart/ commerce_cart.module - Ajax callback: returns AJAX commands when an attribute widget is changed.
- commerce_cart_add_to_cart_form_submit in modules/
cart/ commerce_cart.module - Form submit handler: add the selected product to the cart.
- commerce_cart_product_add_by_id in modules/
cart/ commerce_cart.module - Adds the specified product to a customer's shopping cart by product ID.
- commerce_order_update_7100 in modules/
order/ commerce_order.install - Loads and resaves all the products on the site, updating the default price field to have proper component price amount values.
- commerce_product_crud_test_commerce_product_update in modules/
product/ tests/ commerce_product_crud_test.module - Implements hook_commerce_product_update().
- commerce_product_pre_calculate_sell_prices in modules/
product_pricing/ commerce_product_pricing.module - Pre-calculates sell prices for qualifying products based on valid rule configurations on the "Calculating product sell price" event.
- commerce_product_ui_help in modules/
product/ commerce_product_ui.module - Implements hook_help().