Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tax Rate need some help


Guest

Recommended Posts

  if (taxRate > 0) {
   grossValue = grossValue * ((taxRate / 100) + 1);

 

this is in admin/categories

 

Now, when I add a product, it put in the net ie. as 10.96

 

it automatically changes that to 10.9600 and puts the gross as 11.7272.

 

that value in the categorie section would create that gross. however, I am using the tax of 7% on taxable goods and have also ensure the zones were configured as well.

 

The one main thing I have done to my site as far as the db is concerned is to remove all countries except USA and only apply the taxes to FL.

 

Can someone assist with this issue?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...