Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Prices displaying different than products tbl.


Guest

Recommended Posts

Posted

I have entered a set of products to start the setup and noticed that after setting several options in configuration, I now see a price of

$16.00 where the database products table has a value of $14.95.

 

Any Ideas what I did wrong , or better how to fix it??

 

 

browndktx :oops:

Posted

Do a search for prices not showing properly...I'll bet you find the answer....Hint it has to do with taxes.

Posted
I have entered a set of products to start the setup and noticed that after setting several options in configuration, I now see a price of  

$16.00 where the database products table has a value of $14.95.

 

Any Ideas what I did wrong , or better how to fix it??

 

 

browndktx :oops:

 

Found problem was in MySql Database table products had set Products_tax_class_id to other than "1" and it caused the price to display with tax included ??.. set to "0" and back to normal now..

:oops: :oops:

browndktx

Posted

I think you might want to do it differently:

 

in catalog/includes/application_top.php

 

there are settings like

 

define('PRICES_WITH_TAX', true);

 

use them to control the site, not the db itself.

 

HTH

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Posted

Great, I hadn't gotten to that yet. Sounds like the better way to do this..

 

Thanks.. :lol:

Posted
Great, I hadn't gotten to that yet.   Sounds like the better way to do this..

 

I found the definition:

 define('DISPLAY_PRICE_WITH_TAX', true); and set it to false.

 

Thanks for the information. I am still trying to understand how this whole thing comes together....

 

 

Thanks.. :lol:

Posted
Great, I hadn't gotten to that yet.   Sounds like the better way to do this..

 

I found the definition:

 define('DISPLAY_PRICE_WITH_TAX', true);  

in 'catalog/includes/application_top.php"   and set it to false.

 

Thanks for the information. I am still trying to understand how this whole thing comes together....

 

 

Thanks.. :lol:

Archived

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

×
×
  • Create New...