sean757 Posted June 8, 2004 Share Posted June 8, 2004 It is showing the tax amount, but it doesn't add the tax to the price of the item? How do I change that? The store owner receives an email when a credit card order is placed, how can I have an email sent when any order is placed? I'm using CC and Cash on Delivery. Thanks. Quote Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2004 Share Posted June 9, 2004 what things did you modify in the admin area relating to the invoice, etc . for emailing in the admin area set send extra emails to an email address Quote Link to comment Share on other sites More sharing options...
TomThumb Posted June 9, 2004 Share Posted June 9, 2004 Look at the sort order under Admin / Modules / Order Total. Tax should be a number between Sub Total and Total. Example: Sub Total - 2 Tax - 3 Total - 4 Quote while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
sean757 Posted June 9, 2004 Author Share Posted June 9, 2004 Thanks, that email option worked. As for the Tax, the only things I have changed so far are: I removed the Gender and Suburb section of the New account creation. I also changed the shipping to 0. Here is the order things print out in: Sub-Total: $77.69 Tax (11%): $7.70 Flat Rate (Best Way): $0.00 Total: $77.69 Any ideas? Quote Link to comment Share on other sites More sharing options...
sean757 Posted June 12, 2004 Author Share Posted June 12, 2004 bump Quote Link to comment Share on other sites More sharing options...
sean757 Posted June 13, 2004 Author Share Posted June 13, 2004 I removed all shipping, and it wouldn't let me get past "Delivery Information". I then changed shipping from 0 to 0.00 and it is still not totalling my tax. It shows the proper tax amount, it's simply not adding the numbers. I then changed the config to free shipping, same thing. I then changed the sort order and moved tax to the bottom - no dice. Anyone have any ideas? I even removed osCommerce from my server, added it back, and I still have the same trouble. Anyone see this, or have a idea as to why this is happening. Any help is greatly appreciated. Quote Link to comment Share on other sites More sharing options...
TomThumb Posted June 14, 2004 Share Posted June 14, 2004 This looks like you have "Display Prices with Tax" set to true. So the sub-total includes tax and the tax line shows what portion of the sub-total is tax. I concluded this because 11% of $77.69 is $8.5459. In the Admin under Configuration, My Store, Set Display Prices with Tax to False. Quote while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
sean757 Posted June 14, 2004 Author Share Posted June 14, 2004 Thanks for the reply, but I don't have that option anywhere :unsure: Quote Link to comment Share on other sites More sharing options...
sean757 Posted June 15, 2004 Author Share Posted June 15, 2004 (edited) I was helping someone with adding Tax Zones and seemed to fix my problem. I don't really know what was different. But it is now totally my tax. I created two test users, one from Florida and one from Virginia. When I am the guest user (and the VA user with a 5% tax zone), the items are shown as they would be with tax. If I logon as my Florida user (a 0% tax zone) the items are shown without the tax price added. My new question is now this :rolleyes: . How can you have the price of the item show simply as the price, without the tax already added regardless of what zone you have registered in? Edited June 15, 2004 by sean757 Quote Link to comment Share on other sites More sharing options...
TomThumb Posted June 15, 2004 Share Posted June 15, 2004 If you don't have the option Configuration, My Store, Set Display Prices with Tax Look in catalog/includes/application_top.php look for: define('DISPLAY_PRICE_WITH_TAX', true); // Display prices with tax (true) or without tax (false) Change the "true" to "false". Quote while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
sean757 Posted June 15, 2004 Author Share Posted June 15, 2004 That did the trick. Thanks :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.