Change Currency After Products Have Been Added

  • Posts: 440
  • Thank you received: 20
  • Hikashop Essential
12 years 3 weeks ago #72240

I have begun setting up a site and the client added a range of products and categories before I had set the default currencies etc. All prices are currently in euros. The site should be in £. I then changed this and unpublised all currencies except the £. The problem now is that all products are now shown as free. Is there a way to update all products to £ without manually changing each product?

Dave B)

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

  • Posts: 2334
  • Thank you received: 403
12 years 3 weeks ago #72254

Hi there,

You can use a SQL query on you database trought the interface of your phpmyadmin (community.mybb.com/thread-4720.html).
The request will look like this:

UPDATE im4hp_hikashop_price
SET price_currency_id=4

4 is the £ id but you have to change the table prefix (which will probably not be "im4hp")

The following user(s) said Thank You: davec

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

  • Posts: 440
  • Thank you received: 20
  • Hikashop Essential
12 years 3 weeks ago #72258

Spot on thanks very much for your help!!!

Dave B)

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

Time to create page: 0.065 seconds
Powered by Kunena Forum