예제 #1
0
 /**
  * Check if need display order prices included tax
  *
  * @param null|int|string|Store $store
  * @return bool
  */
 public function displaySalesPriceInclTax($store = null)
 {
     return $this->_config->displaySalesPricesInclTax($store);
 }