Help for this page

Select Code to Download


  1. or download this
    price_type_id  price_type_label
    1              Sale Price
    2              List Price
    3              Cost
    
  2. or download this
    sub SALE_PRICE_ID {1}
    sub LIST_PRICE_ID {2}
    sub COST_ID       {3}
    
  3. or download this
    sub cost {
        return $_[0]->get_price(PriceType->COST_ID);
    ...
    
        return $price;
    }