cancel
Showing results for 
Search instead for 
Did you mean: 

Solved: Not showing price with tax on search results

Solved: Not showing price with tax on search results

Hi, 

 

i've recently noticed that stores are showing price without tax only on  search results. 

The price on backend is added without tax and the stores are configured to show the price with tax.

 

I've changed list.phtml to test if adding this code would work but no chance...

 

echo $_priceIncludingTax = Mage::helper('tax') ->getPrice($_product, $_product->getFinalPrice());

 

Any ideas how to solve this?