Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping tax isn't displayed in confirmation_checkout, invoice or client e-mail.


anuksamun

Recommended Posts

Posted

I have this strange problem. When i reach the checkout_confirmation.php page, i have the products with price, i have the sub-total and the total but NO shipping tax. The total price is calculated corectly, subtotal+tax=Total, but there is no text between subtotal and total.

 

Exemple:

 

1 XProduct abc....... 5$

1 XProduct rte........5$

--------------

Sub-Total....10$

Total 15$

 

The shipping tax is 5$

 

Although the total is ok i don't like the fact that there is no text regarding the shipping fee.

I can't remember if this problem existed before i tried the ORDER EDITOR contrib. I unninstaled this contrib but things are the same :(

Also there is no text about the shipping fee in invoice and client e-mail...

Posted

Tax and shipping rates are two different things, and you don't have to have taxes configured for shipping to work correctly. I think your add-on may have messed something up. I would try downloading the version of osC you are using, and pulling the checkout_confirmation.php out to replace what you have on your server (unless you have already heavily modified this page). Remember to make a backup first.

 

The default confirmation summary should look like this (at least mine does):

 

Sub-Total: $12.00

TAX 8.0%: $0.96

Shipping Rate: $4.95

Total: $17.91

Posted

Problem solved. It was a database problem with the configuration table. I droped this table and fortunatly i had an older backup, from before i used the order editor contrib. I imported only the configuration sql from the older full database backup an prestooo...problem solved.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...