Example #1
0
 /**
  * Check if display cart subtotal excluded tax
  *
  * @param mixed $store
  * @return bool
  */
 public function displayCartSubtotalExclTax($store = null)
 {
     if ($this->_getDataHelper()->isAvataxEnabled($store)) {
         return true;
     }
     return parent::displayCartSubtotalExclTax($store);
 }