示例#1
0
文件: Config.php 项目: shabirm/avatax
 /**
  * Check if display cart shipping included tax
  *
  * @param mixed $store
  * @return bool
  */
 public function displayCartShippingInclTax($store = null)
 {
     if ($this->_getDataHelper()->isAvataxEnabled($store)) {
         return false;
     }
     return parent::displayCartShippingInclTax($store);
 }