Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tax Display Issues


Ted

Recommended Posts

Posted

I am still working through this new cart which I am extremely impressed with. I only wish that there was written documentation available.

 

My problem: When I open the cart to the main catalog page, all my items (which are only 5 at this time) show up, but the price includes the tax that I have entered. When I click on any item and go to the description page, the price is still including tax. Now when I created an order, it would take the price (which is shown as including tax) and then add the tax again. Uncle Sam would like this but not the customer).

 

Now, if I select my manufacturer, and get a list of those items, the tax is not included in the price as shown. The description page is Ok also.

 

This doesn't make sense Any solutions would be greatly appreciated.

 

Ted Miller :shock:

Posted

In admin>configuration>my store> set "display price with tax" to false

 

HTH

The_Bear

Posted

I have the same problem !

 

The_Bear, There is no such as option in the admin !!!

 

Any idea?

------------------

Amir

Posted
In admin>configuration>my store> set "display price with tax" to false

Some do not have the stated option in their admin page. Mainly users still using v1.1

 

Here is a work around.

 

Open \catalog\includes\application_top.php in your editor then around line#137 or so find the following code:

 

define('DISPLAY_PRICE_WITH_TAX', true);

 

edit this line to state

 

define('DISPLAY_PRICE_WITH_TAX', false);

 

save and see

Archived

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

×
×
  • Create New...