11 calls to commerce_currency_load() in Commerce Core 7
- commerce_currency_amount_to_decimal in ./
commerce.module - Converts a price amount to a decimal value based on the currency.
- commerce_currency_convert in ./
commerce.module - Converts a price amount from a currency to the target currency based on the current currency conversion rates.
- commerce_currency_decimal_to_amount in ./
commerce.module - Converts a price amount to an integer value for storage in the database.
- commerce_currency_format in ./
commerce.module - Formats a price for a particular currency.
- commerce_line_item_handler_area_line_item_summary::render in modules/
line_item/ includes/ views/ handlers/ commerce_line_item_handler_area_line_item_summary.inc - Render the area.
- commerce_payment_handler_field_amount::render in modules/
payment/ includes/ views/ handlers/ commerce_payment_handler_field_amount.inc - Render the field.
- commerce_payment_handler_field_currency_code::render in modules/
payment/ includes/ views/ handlers/ commerce_payment_handler_field_currency_code.inc - Render the field.
- commerce_payment_order_transaction_add_form in modules/
payment/ includes/ commerce_payment.forms.inc - Allows an administrator to choose a payment method type and add a transaction for a specific order.
- commerce_price_field_widget_form in modules/
price/ commerce_price.module - Implements hook_field_widget_form().
- RulesDataUICommercePrice::inputForm in modules/
price/ commerce_price.rules.inc - Constructs the direct input form.
- _commerce_price_rules_data_ui_element_validate in modules/
price/ commerce_price.module - Validates data entered via a price input form in a Rules condition or action.