mhoutermans Posted October 3, 2002 Share Posted October 3, 2002 For each product I want to see the price without taxes. The tax should only be visible when the client checks out. How do I accomplish that? Link to comment Share on other sites More sharing options...
Ajeh Posted October 4, 2002 Share Posted October 4, 2002 Click on Search ... type the word taxes ... and read some of the solutions. :shock: Link to comment Share on other sites More sharing options...
mhoutermans Posted October 4, 2002 Author Share Posted October 4, 2002 here is the post go to includes/application_top.php (as stated in the above thread) and edit line 134: Code: define('DISPLAY_PRICE_WITH_TAX', false); // Display prices with tax (true) or without tax (false) change it to false. This will solve your problem Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.