Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tax not totalling


sean757

Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

while (!succeed) {try()};

 

GMT -6:00

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

while (!succeed) {try()};

 

GMT -6:00

Link to comment
Share on other sites

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 by sean757
Link to comment
Share on other sites

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".

while (!succeed) {try()};

 

GMT -6:00

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...