You are here

function commerce_pricelist_commerce_price_component_type_info in Commerce Pricelist 7

File

./commerce_pricelist.module, line 297
Implements the basic functionality required for price lists

Code

function commerce_pricelist_commerce_price_component_type_info() {
  return array(
    'list_price' => array(
      'title' => t('List price'),
      'display_title' => t('Your pricelist difference'),
      'weight' => -45,
    ),
  );
}