示例#1
0
 /**
  * Check if we nedd display full tax total info
  *
  * @return bool
  */
 public function displayFullSummary()
 {
     return $this->_config->displaySalesFullSummary($this->getOrder()->getStore());
 }