7 calls to commerce_currency_convert() in Commerce Core 7
- commerce_line_items_total in modules/
line_item/ commerce_line_item.module - Returns the total price amount and currency of an array of line items.
- commerce_line_item_unit_price_currency_convert in modules/
line_item/ commerce_line_item.rules.inc - Rules action: convert the unit price to a different currency.
- 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_price_components_combine in modules/
price/ commerce_price.module - Combines the price components of two prices into one components array, merging all components of the same type into a single component.
- commerce_price_component_total in modules/
price/ commerce_price.module - Returns the total value of components in a price array converted to the currency of the price array.
- commerce_price_rules_compare_price in modules/
price/ commerce_price.rules.inc - Condition callback: compares two price values.
- commerce_tax_total_amount in modules/
tax/ commerce_tax.module - Returns the total amount of tax included in a price components array.