Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tax rate showing up where state should be


11x11

Recommended Posts

Posted

on the checkout page and anywhere the user's address displays the tax rate appears instead of the state.

 

1234 My Address

MyCity, 6.25 55555

United States

 

STATE should be where 6.25 is.

 

Any help is much appreciated. Thanks.

Posted

I noticed this shows in the primary address, but not an alternate shipping address as well.

Posted

Does anyone know what file I need to edit so the state displays and not the tax? I really need help with this. Thanks.

Posted

Just so we can pinpoint exactly where this is happening... As you click "checkout," the resulting page is checkout_shipping.php (after login).

 

Next is checkout_payment.php. Does this problem occur on both these pages?

 

My first thought is if this is happening everywhere, it could be your address_format Table in your data base is not right.

Example, Format 1 is:

$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country

 

Format 2 is:

$firstname $lastname$cr$streets$cr$city, $state $postcode$cr$country

Will try to help if I can.

 

jon

It's all just ones and zeros....

Archived

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

×
×
  • Create New...