11 calls to commerce_price_component_add() in Commerce Core 7
- commerce_line_item_rebase_unit_price in modules/
line_item/ commerce_line_item.module - Recalculates the price components of the given line item's unit price based on its current amount and currency code.
- commerce_line_item_unit_price_add in modules/
line_item/ commerce_line_item.rules.inc - Rules action: add an amount to the unit price.
- commerce_line_item_unit_price_amount in modules/
line_item/ commerce_line_item.rules.inc - Rules action: set the unit price to a specific amount.
- commerce_line_item_unit_price_divide in modules/
line_item/ commerce_line_item.rules.inc - Rules action: divide the unit price by some amount.
- commerce_line_item_unit_price_multiply in modules/
line_item/ commerce_line_item.rules.inc - Rules action: multiply the unit price by some amount.
- commerce_line_item_unit_price_subtract in modules/
line_item/ commerce_line_item.rules.inc - Rules action: subtract an amount from the unit price.
- commerce_order_calculate_total in modules/
order/ commerce_order.module - Calculates the order total, updating the commerce_order_total field data in the order object this function receives.
- commerce_product_line_item_populate in modules/
product_reference/ commerce_product_reference.module - Populates an existing product line item with the product and quantity data.
- commerce_tax_commerce_line_item_rebase_unit_price in modules/
tax/ commerce_tax.module - Implements hook_commerce_line_item_rebase_unit_price().
- commerce_tax_field_attach_load in modules/
tax/ commerce_tax.module - Implements hook_field_attach_load().
- commerce_tax_rate_apply in modules/
tax/ commerce_tax.module - Applies a tax rate to the unit price of a line item.