I can't seem to get the product prices to show without the tax. In admin>configuration>my store, I have Display Prices with Tax set to false. What am I missing??? Any ideas are appreciated.
I can't seem to get the product prices to show without the tax. In admin>configuration>my store, I have Display Prices with Tax set to false. What am I missing??? Any ideas are appreciated.
just a thought...check out /includes/classes/order.php
see if the following line matches your store:
Line #506 : if (DISPLAY_PRICE_WITH_TAX == 'true') {
I doubt that this would be it, but it is worth a shot. Also, don't forget to try the Developers Toolkit (Admin -> Tools -> Developers Toolkit) and use the search function on the last row (and set All files lookups to Admin/category).
Best of luck. These small things can seem infuriating.![]()
Thank you whitefrog for your suggestions. After checking them out I stumbled on the fact the this was a currency problem not a tax problem. My default currency wasn't set to 1.00. So it's all good now. Thanks again.