Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Calculating Tax on Shipping Twice


dlyxzen

Recommended Posts

hey guys,

 

i need some help desperately, i have set my shipping to calculate tax, so in my table if a value is $10,it adds 10% tax, another $1. This displays fine on checkout_shipping and checkout_payment

 

but when i hit the confirmation page its calculating another 10% ontop of the original value, so my original $10 shipping , is now $12.10 ($10 + $1 + another 10%)

 

i have browsed the forums but cannot find anything similar, can anybody help me ?!?!

 

thanks

 

dlyxzen

Link to comment
Share on other sites

hey guys,

 

i need some help desperately, i have set my shipping to calculate tax, so in my table if a value is $10,it adds 10% tax, another $1. This displays fine on checkout_shipping and checkout_payment

 

but when i hit the confirmation page its calculating another 10% ontop of the original value, so my original $10 shipping , is now $12.10 ($10 + $1 + another 10%)

 

i have browsed the forums but cannot find anything similar, can anybody help me ?!?!

 

thanks

 

dlyxzen

 

does anybody have any idea about this problem at all, im desperate =\

Link to comment
Share on other sites

  • 1 year later...

Sounds like 2 different modules are calculating the tax? I would guess that if you find the code in the shipping module that calculates tax and delete just that line your problem will be solved.

 

I'm new to this so maybe someone else with more experience can weigh in here.

 

 

Rick

Link to comment
Share on other sites

  • 4 weeks later...

I just re-uploaded an old checkout_confirmation.php file and it seemed to solve the problem. Doing a file comparision check it looks like it might be

 

if (isset($$payment->form_action_url)) { 

 

being in a different place within the code after installing a "customer must tick agree to terms and conditions" addon...

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.

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