Guest Posted December 13, 2002 Share Posted December 13, 2002 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: Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2002 Share Posted December 13, 2002 Do a search for prices not showing properly...I'll bet you find the answer....Hint it has to do with taxes. Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2002 Share Posted December 13, 2002 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 Link to comment Share on other sites More sharing options...
mattice Posted December 13, 2002 Share Posted December 13, 2002 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" Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2002 Share Posted December 13, 2002 Great, I hadn't gotten to that yet. Sounds like the better way to do this.. Thanks.. :lol: Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2002 Share Posted December 13, 2002 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: Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2002 Share Posted December 13, 2002 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: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.