Jump to content

Tax > 9.9999%


Guest Toby Wallis

Recommended Posts

Guest Toby Wallis

Why can't I enter a tax rate greater than 9.9999% (or more pertinent, how do I get it to accept a greater rate?) I need to use UK VAT rate of 17.5% but every time I try to enter it I get an error message.

Unless I can resolve this issue I won't be able to use your (otherwise excellent) cart!!!

Thanks

===Toby===

Link to comment
Share on other sites

Link to comment
Share on other sites

Guest Toby Wallis

Thanks, but the only one that referred to the same problem was no.1 and thet refers to a file called schema.inc.php which I can't find on my installation and therefore no good at all. Given that the application developer is from UK (VAT 17.5%) you'd think they'd make it a bit more flexible...

Link to comment
Share on other sites

You use MySQL version 5.

You have to change the taxes table column specification like ...

ALTER TABLE `CubeCart_taxes` CHANGE `percent` `percent` DECIMAL( 6, 4 ) NOT NULL DEFAULT '0.0000'

Originale one is DECIMAL( 5, 4 )

Link to comment
Share on other sites

  • 2 weeks later...
Guest neverest

You use MySQL version 5.

You have to change the taxes table column specification like ...

ALTER TABLE `CubeCart_taxes` CHANGE `percent` `percent` DECIMAL( 6, 4 ) NOT NULL DEFAULT '0.0000'

Originale one is DECIMAL( 5, 4 )

thank, first post, first problem, resolved in 4 minutes :) :)

Link to comment
Share on other sites

  • 2 months later...

Ah convict once again a quick and easy solution

My host upgrade their sql to ver 5 but it wasnt till a couple weeks later that i relized my tax had changed since it was set at 10% anyway

thanks for the solution

Link to comment
Share on other sites

  • 2 weeks later...
Guest J. Villalobos

Ah convict once again a quick and easy solution

My host upgrade their sql to ver 5 but it wasnt till a couple weeks later that i relized my tax had changed since it was set at 10% anyway

thanks for the solution

I try this solution, but the table has a fiels percent with type decimal(7,4),

I try decimal(8,4) and decimal(6,4), but nothing change.

Link to comment
Share on other sites

  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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