Example #1
0
 /**
  * Check if product prices inputed include tax
  *
  * @param   null|int|string|Store $store
  * @return  bool
  */
 public function priceIncludesTax($store = null)
 {
     return $this->_config->priceIncludesTax($store) || $this->_config->getNeedUseShippingExcludeTax();
 }