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