• Hi,
    Just noticed the Tax Rate additions. Very nice! But there is a rounding bug where the tax rates only allows for two decimals. NY State tax is currently 8.875 and it get’s rounded to 8.88 if I try to enter it…

    ..now if I could only hook eshop up with usps live shipping rates and authorize.net xml api I would switch my old osCommerce clunker over in a snap… – if I ever get the time to dive into the code, I’ll be sure to send patches.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User

    (@anonymized-3085)

    I hate US tax rates *sigh*.

    You’ll have modify the database, change each zone in the eshop_rates table to be float(16,3) as opposed to float (16,2) – that might solve it.

    Thread Starter Marco

    (@mimecine)

    So do I:) Will try that solution for now…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: eShop] Tax rounding’ is closed to new replies.