Jump to content

Standard tax option missed


bkessler91

Recommended Posts

I have over 3000 products and have one tax class I call "Standard Tax" for customers in my state (PA).

 

When adding products, I over looked this tax class option and just assumed that the Standard Tax would be applied...  my bad, yes yes, dont assume... crap!

 

Anyone else run into this and find a way to apply Standard Tax in one fell swoop?

 

oops....

Link to comment
Share on other sites

When CubeCart is installed, there are three tax classes created: Standard, Reduced Rate, and Tax Exempt. There is one "named" tax and it is "VAT". Then, the combination of the "named" tax (such as VAT) with each of the tax classes evolves to a table of rates:

VAT-Standard = 20%

VAT-Reduced = 5%

VAT-Exempt = 0%

possibly further grouped by applicable country and/or state.

 

No doubt you have added more.

 

You will need to look at the admin Taxes screen, Tax Rules tab to determine the 'id' of the rule of the rate you want to apply. To do that, hover the mouse cursor over the delete icon (trash can). The browser will show you the URL of the link: admin.php?_g=settings&node=tax&delete_rule=2

 

Now, to apply rule_2 (as determined from above) to all the inventory, in admin, Maintenance, Query Database (Advanced) tab, enter this into the Query Box (be sure to note and apply any table prefix mentioned above the box):

UPDATE CubeCart_inventory SET `tax_type` = 2 WHERE true;

(I suggest you make a backup of your inventory table first.)

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