Quote Originally Posted by Absolute View Post
If you're converting from Euro to SKK, then that is fine. If you are converting from SKK to Euro, then you want to convert the other way.

Code:
update products set products_price = products_prie * '30.126';
This means if you had a product for 1SKK, then it would be on the site for 30.13€.

Absolute
Oh, sorry. I wrote it wrong. One Euro is 30.126 SKK!

And how about size of my backup? Is it ok?