Page 1 of 1

Search doesn't honour the display with / without tax setting

Posted: Wed Mar 25, 2009 11:01 am
by phpuk
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.

Re: Search doesn't honour the display with / without tax setting

Posted: Fri Mar 27, 2009 9:50 pm
by phpuk
Hi,

Can you confirm that this fix has been incorporated in to the core please so that I can cross it off my ever growing list of must re-implement when upgrading to the next version.

Thanks.

Re: Search doesn't honour the display with / without tax setting

Posted: Sat Mar 28, 2009 5:37 am
by Daniel
ok added the fix