How to change taxes ?

  • Posts: 40
  • Thank you received: 0
12 years 2 weeks ago #73579

Hello,

I want to chance the taxes from all products from 6% to 21%. How can i change this in one run ?

With friendly regards,

Fred

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
12 years 2 weeks ago #73710

Hi Fred,

I guess you want to do this without loosing the current price of your products right?
Some people already did it in this thread did it in this thread and it seems the best way to do this is to execute an SQL request in phpmyadmin.
In your case, the request should looks like this:

UPDATE #__hikashop_price SET price_value = price_value*0.21/0.19;

Then, just change your tax rate in hikashop and it should works fine :)

The following user(s) said Thank You: fnuus

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum