Example #1
0
 function Price()
 {
     try {
         //if you wish, override with your own extension
         return parent::Price();
     } catch (Exception $e) {
         return $this->Price;
     }
 }