Hi,
If you have EUR as informative price, it means that you've configured the main currency of your shop as HRK and the prices in each product use the EUR currency.
So to reverse it, you need to do two things:
- Create a mass action with one action "update the values" on the price_currency_id column with the mode "int" and as value the id of the HRK currency from the System>Currencies menu, and with a secon action "update the values" on the price_value column with the mode "operation" and the value
(where XXX is to be replaced by the conversion rate from EUR to HRK ) and then run the mass action to process the price of all the products at once.
Note that the "limitation" area has the value 500 so that it will only process the first 500 products. If you have more products/variants, you want to increase that value. However, if you increase it too much and you have too much products/variants, based on your server configuration, the process might crash in the middle. So before you do it on your live website, I would recommend doing it on a copy to make sure it works fine on the day you make the change.
- Once you've run the mass action, you can go in the HikaShop configuration and change the main currency setting to EUR.
To check the result, you will need to clear your browser's cookies and cache.