Example #1
0
 /**
  * Check if need display cart prices excluding price
  *
  * @param null|int|string|Store $store
  * @return bool
  */
 public function displayCartPriceExclTax($store = null)
 {
     return $this->_config->displayCartPricesExclTax($store);
 }