Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

Hi!

 

My store has MVS and CCGV(trad) installed. For some reason, the shipping is being taxed twice. Here's a screenshot of an order total to see what I mean:

 

doubletax.gif

 

So, $2.95 + $5.00 * 5.5% = .44. Then, $5.00 * .055 = .275 . Add them together to get .71 tax.

 

Any idea why this is happening? In what PHP page is the tax calculated and displayed? I wonder if something from CCGV didn't make that calculation loop twice (but only on the shipping the second time around...).

 

Thanks for your help, this is really frustrating! Let me know if you want more info!

Edited by cedarcreek
Posted
So, $2.95 + $5.00 * 5.5% = .44. Then, $5.00 * .055 = .275 . Add them together to get .71 tax.

 

Hmm, can't seem to edit my post anymore...but this is the calculation:

 

So, $2.95 + $5.00 * 5.5% = .44. Then, $5.00 * .055 = .28 . Add them together to get .72 tax.

Posted

go to your osc admin->modules->shipping (the shipping module in use) edit it under the tax class select "none" and then retry. If it shows the amount correctly its possible you have some other code in checkout_confirmation or in another class used in that script that re-calculates the tax based on the total amount.

Posted
go to your osc admin->modules->shipping (the shipping module in use) edit it under the tax class select "none" and then retry. If it shows the amount correctly its possible you have some other code in checkout_confirmation or in another class used in that script that re-calculates the tax based on the total amount.

 

YES! That worked. It now shows the correct amount of tax. Does anyone know if there is a "common" place in the checkout process where this could be happening, and what CCGV(trad) could have done to change it?

 

Thank you!

Posted
YES! That worked. It now shows the correct amount of tax. Does anyone know if there is a "common" place in the checkout process where this could be happening, and what CCGV(trad) could have done to change it?

 

Thank you!

 

Ok I believe if you ask the question now in the support thread of the ccgv(trad) they should be able to help on this with the new information you have.

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