Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Option-based fields may implement hook_commerce_custom_product_pricing_calculate_option_price_alter() to determine a line item field option's price.
This allows one function call to be used both for getting the price when displaying on the Add to Cart form and potentially also when calculating the line item's price.
The core module does not implement anything, so prices will be 0 unless you create a module that implements that alter.