Sounds like you have some sort of surcharge addon module installed?
What are all the Order Total modules in Admin->Modules->Order Total?
What are the currencies and exchange rates in Admin->Localization->Currencies ?
Sounds like you have some sort of surcharge addon module installed?
What are all the Order Total modules in Admin->Modules->Order Total?
What are the currencies and exchange rates in Admin->Localization->Currencies ?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Discount Coupon ot_coupon
Shipping ot_shipping
Sub-Total ot_subtotal
Tax ot_tax
Total ot_total
For currencies, just the one: US Dollar (default) USD 1.00000000
We have found that it has something to do with the taxes which are only applied to Canadians. This happens with the orders that contain non taxable items (no taxes appear to be applied but it still adds this $0.98 cents on the converted_amount).
I should also note that I searched the entire database for 0.96 thinking that it may be a configuration somewhere, but it turned up nothing.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Do you have your shipping for Canada orders to be set as taxable? If you have a flat rate of $8.00 shipping, then $0.96 would become a flat rate additional amount, right?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hmm... I think you have it there. So what would be causing this? I have confirmed that it is not adding the tax on shipping during checkout, but tries to with the PayPal IPN . We have another store setup with the latest version with pretty much the same tax/shipping setup (with the exception of price) and it is working fine (it is applying the tax on shipping during checkout).
Here is the order for the OT modules, Shipping is configured to come before Tax.
Shipping ot_shipping 200
Sub-Total ot_subtotal 100
Tax ot_tax 300
Total ot_total 999
When I upgraded to the latest version I extracted the files from scratch and moved our theme over; so we can rule out any changes to core files.
Thanks for the help.