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