Example #1
0
 /**
  * Check ability to display prices including tax for printed card in shopping cart
  *
  * @param Mage_Core_Model_Store|int $store
  * @return bool
  */
 public function displayCartCardIncludeTaxPrice($store = null)
 {
     if ($this->_getDataHelper()->isAvataxEnabled($store)) {
         return false;
     }
     return parent::displayCartCardIncludeTaxPrice($store);
 }