示例#1
0
 /**
  * Get net FixedFee2
  *
  * @return float
  */
 public function getNetFixedFee2()
 {
     return \XLite\Logic\Price::getInstance()->apply($this, 'getFixedFee2', array(), 'net');
 }
示例#2
0
 /**
  * Get display Price
  *
  * @return float
  */
 public function getDisplayPrice()
 {
     return \XLite\Logic\Price::getInstance()->apply($this, 'getNetPrice', array('taxable'), 'display');
 }