Example #1
0
 /**
  * Check if need display full tax summary information in totals block
  *
  * @param null|int|string|Store $store
  * @return bool
  */
 public function displayFullSummary($store = null)
 {
     return $this->_config->displayCartFullSummary($store);
 }