9 calls to commerce_default_currency() in Commerce Core 7
- commerce_currency_load in ./
commerce.module - Returns a single currency array.
- commerce_currency_settings_form in includes/
commerce_ui.admin.inc - Builds the currency settings form.
- 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_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_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_data_auto_creation in modules/
price/ commerce_price.module - Returns the default array structure for a Price field for use when creating new data arrays through an entity metadata wrapper.
- commerce_price_handler_field_commerce_price::get_value in modules/
price/ includes/ views/ handlers/ commerce_price_handler_field_commerce_price.inc - Get the value that's supposed to be rendered.
- commerce_price_handler_filter_commerce_price_amount::option_definition in modules/
price/ includes/ views/ handlers/ commerce_price_handler_filter_commerce_price_amount.inc - Information about options for all kinds of purposes will be held here.
- RulesDataUICommercePrice::inputForm in modules/
price/ commerce_price.rules.inc - Constructs the direct input form.