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