doodles Posted March 27, 2003 Share Posted March 27, 2003 I just put my first item in my store...I entered a price of $4.99 but when I went to look at my store it said $5.39..Why is this??? Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 check your settings in "Administration" > "Configuration" > "My Store" > "Display Prices with Tax" , make sure it's set to false. Link to comment Share on other sites More sharing options...
doodles Posted March 27, 2003 Author Share Posted March 27, 2003 There was nothing to do with taxes in there... Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 What version of osCommerce did you download? Link to comment Share on other sites More sharing options...
doodles Posted March 27, 2003 Author Share Posted March 27, 2003 I did not download anything.....It came with my webhost...On my store it says:This shop is based on osCommerce 2.2-CVS. Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 Must be an older snapshot.....Look for the tax setting in Catalog/includes/application_top.php. It is a section that looks like this: // customization for the design layout define('TAX_DECIMAL_PLACES', '0'); // Pad the tax value this amount of decimal places define('DISPLAY_PRICE_WITH_TAX', 'false'); // Display prices with tax (true) or without tax (false) define('BOX_WIDTH', '162'); // how wide the boxes should be in pixels (default: 125) Change the second line to: define('DISPLAY_PRICE_WITH_TAX', 'true'); Link to comment Share on other sites More sharing options...
doodles Posted March 27, 2003 Author Share Posted March 27, 2003 where do I find that???? Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 Sorry, I got things arranged backwards.... Your setting is true and you want it to be false. Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 You really haven't got a clue, do you? Do you understand any HTML, CSS, or PHP? Link to comment Share on other sites More sharing options...
doodles Posted March 27, 2003 Author Share Posted March 27, 2003 I know all of that but I have no clue where to find those files Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 do you have ftp or ssh access to download your files from your server? if so, download the file catalog/includes/applications_top.php and make the change noted above :? Link to comment Share on other sites More sharing options...
doodles Posted March 27, 2003 Author Share Posted March 27, 2003 thats the problem...I can't find those files on my server... Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 there should be a folder called either www or public_html in which all the store files are located in the catalog and admin folders Link to comment Share on other sites More sharing options...
doodles Posted March 27, 2003 Author Share Posted March 27, 2003 my files are in public_html but the file in question is not there... Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 ok, I will repeat this one more time, and then if you still do not understand, you will need to speak to your webhost if your files are in public_html, then you need to find the admin folder - it may be inside another folder (such as the catalog folder) the you need to find the includes folder inside the admin folder then you need to find the applications_top.php file that is the file you want to download and edit and then upload back to your server with the changes noted above Link to comment Share on other sites More sharing options...
doodles Posted March 27, 2003 Author Share Posted March 27, 2003 THANK YOU!!!!!!!!!!!YOU HAVE HELPED ME A TON!!! Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 Yippee! Let's have a party.... :roll: Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 I did what is below but i got this msg Warning: Cannot modify header information - headers already sent by (output started at catalog/includes/application_top.php:454) in catalog/includes/functions/general.php on line 23 could you tell me what i should do from here? Must be an older snapshot.....Look for the tax setting in Catalog/includes/application_top.php. It is a section that looks like this: // customization for the design layout define('TAX_DECIMAL_PLACES', '0'); // Pad the tax value this amount of decimal places define('DISPLAY_PRICE_WITH_TAX', 'false'); // Display prices with tax (true) or without tax (false) define('BOX_WIDTH', '162'); // how wide the boxes should be in pixels (default: 125) Change the second line to: define('DISPLAY_PRICE_WITH_TAX', 'true'); Link to comment Share on other sites More sharing options...
Guest Posted March 27, 2003 Share Posted March 27, 2003 Jason, Check the end of your file and remove any blank lines or spaces after the ?> Link to comment Share on other sites More sharing options...
Guest Posted March 28, 2003 Share Posted March 28, 2003 Thanks so much.. works like a charm now... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.