Search doesn't honour the display with / without tax setting
Posted: Wed Mar 25, 2009 11:01 am
I applied the following fix in catalog/controller/product/search.php line 113
'price' => $this->currency->format($this->tax->calculate($result['price'], $result['tax_class_id'], $this->config->get('config_tax'))),
It appears to work fine now.
'price' => $this->currency->format($this->tax->calculate($result['price'], $result['tax_class_id'], $this->config->get('config_tax'))),
It appears to work fine now.