- Posts: 82
- Thank you received: 1
Sales Tax again....
- FreshIdeas
-
Topic Author
- Offline
Less
More
15 years 1 week ago #25355
by FreshIdeas
Sales Tax again.... was created by FreshIdeas
I've GOT to be missing something somewhere. The sales tax worked at one point. I don't know if something moved during the latest upgrade or when I moved it to a new server, now it won't apply. We only collect sales tax for items SHIPPING to Texas (USA).
I've created a Tax Zone for texas, a state for texas and a tax category. Products show "Sales Tax for Texas Customer" in the product page, but it isn't computing and showing up on check out page.
www.texashorsehardware.com
Hikashops credentials are the same except you login at www.texashorsehardware.com/administrator now (they're off the demo server).
I can PM credential again if necessary.
I've created a Tax Zone for texas, a state for texas and a tax category. Products show "Sales Tax for Texas Customer" in the product page, but it isn't computing and showing up on check out page.
www.texashorsehardware.com
Hikashops credentials are the same except you login at www.texashorsehardware.com/administrator now (they're off the demo server).
I can PM credential again if necessary.
Please Log in or Create an account to join the conversation.
15 years 1 week ago #25366
by nicolas
Replied by nicolas on topic Re: Sales Tax again....
You shouldn't create a tax zone but directly use the state in the zone option of your tax rule.
You say that you created a state for texas, but there is already a state for texas in HikaShop. Are you sure that you did that ? Or did you mean something else ?
In any cases you should look at that FAQ which points out the different possibilities as to why a tax wouldn't be applied to a product:
www.hikashop.com/support/documentation/3...ion-listing.html#faq
You say that you created a state for texas, but there is already a state for texas in HikaShop. Are you sure that you did that ? Or did you mean something else ?
In any cases you should look at that FAQ which points out the different possibilities as to why a tax wouldn't be applied to a product:
www.hikashop.com/support/documentation/3...ion-listing.html#faq
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 13
- Thank you received: 1
15 years 1 week ago #25385
by Spacehangout
Replied by Spacehangout on topic Re: Sales Tax again....
I agree they should create a tax zone.
Please Log in or Create an account to join the conversation.
- FreshIdeas
-
Topic Author
- Offline
Less
More
- Posts: 82
- Thank you received: 1
15 years 1 week ago #25423
by FreshIdeas
Replied by FreshIdeas on topic Re: Sales Tax again....
Awhile ago I had deleted the state of texas and had to re-create it. I deleted the tax zone...still didn't work. Deleted the tax item itself and recreated it from scratch. It worked...but now have to assign that tax category to every product. HUNDREDS of products.
Is there away (without re-importing everything) to globally ssign this tax code to ALL PRODUCTS?
Is there away (without re-importing everything) to globally ssign this tax code to ALL PRODUCTS?
Please Log in or Create an account to join the conversation.
15 years 1 week ago #25440
by nicolas
Replied by nicolas on topic Re: Sales Tax again....
You can do it by running a MySQL query in your database using phpmyadmin:
UPDATE jos_hikashop_product SET product_tax_id=XX;
Of course, you need to replace jos_ by the table prefix you're using on your website and XX by the id of the tax category you created.
UPDATE jos_hikashop_product SET product_tax_id=XX;
Of course, you need to replace jos_ by the table prefix you're using on your website and XX by the id of the tax category you created.
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds