Hello
I have an Issues regarding Magento 1.9.1
In the backend of the site I have a special_price say £13.43 but when this shown on the front end it is showing as:
Excl. VAT: £13.43
Incl. VAT: £16.12
So this is calculating as: £13.43*1.2 = £16.116
So I assume the website is rounding up £16.116 to £16.12
However the issue I have is, I am generating a feed to send to Google shopping, which takes the actual value in back end - £13.43 and uses this for the price, so when Google runs a check to see if the prices are valid by comparing Front End prices to submitted feeds, the prices don't match and my products can't be listed.
This has caused a major drop in sales revenue as I can't use shopping! the odd thing is the feed was not changed and it worked fine before this issue has only crept in since the middle of June. The only thing I have done, is applied latest security patches.
Any Idea's on what to do?