7 calls to commerce_line_item_save() in Commerce Core 7
- commerce_cart_handler_field_edit_attributes::views_form in modules/
cart/ includes/ views/ handlers/ commerce_cart_handler_field_edit_attributes.inc - Returns the form which replaces the placeholder from render().
- 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_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_line_item_manager_validate in modules/
line_item/ commerce_line_item.module - Validation callback for a commerce_line_item_manager element.
- commerce_order_order_form_submit in modules/
order/ includes/ commerce_order.forms.inc - Submit callback for commerce_order_order_form().
- commerce_order_update_7101 in modules/
order/ commerce_order.install - Loads and resaves all the line items on the site, updating the unit price field to have proper component price amount values.