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