Jump to content

Problem with TAX Rate


Recommended Posts

I am new to Presta Shop so this could be a problem I am doing.

 

Up until today my show was showing 12.10 incl.TAX (10.00 tax not incl)

 

This was fine and it was working as I expected.

 

Today I made some changes (added Zones Ireland and UK and one or to other things!)

 

Now my product reads,  10,00 incl.TAX (10.00 tax not incl)

 

Can anyone tell me what I am doing wrong!

 

Regards

Alan

Link to comment
Share on other sites

Its OK,

I got it sorted. This program is so nice to use and the front end store looks fantastic from the tabbed features right down to when you add something to your basket that little anamation that follows  ;D

Link to comment
Share on other sites

It appears the problem has not gone away.

 

I have tried the store in FIREFOX, FLOCK, INTERNET Explorer and NETSCAPE

 

In Internet Explorer and Netscape I get the correct 11.74 incl. tax

In Flock and FireFox I get 9.70 incl. tax

 

I have no idea why this is........... any help please

 

Here is the address so you can see it in the different browsers for yourself

 

http://design.newebirl.net/b2b

 

Regards

Alan

Link to comment
Share on other sites

Hi neweb

 

Looks like you are getting through the same issues I had and still have.  I am setting up a UK store to and have posted on the VAT issue in the cart.  I had the same issue as this one with prices and tax displaying ok in Safari but not in IE.  I implemented this fix,

 

Modify Tax.php at line 159 (classes/Tax.php original file from RC3)

 

Before:

Code:

if (isset($cart) AND isset($cart->id_address_invoice))

 

-->

 

After:

Code:

if (isset($cart) AND isset($cart->id_address_invoice) AND !empty($cart->id_address_invoice))

 

It fixed it for me, I now have to work out how I am getting Euro symbols instead of £ on Safari, but at least the prices are showing correctly.

 

Hope this helps and if I fix the cart issue I will let you know.

 

Cheers

Link to comment
Share on other sites

×
×
  • Create New...