Both currency lev&euro

  • Posts: 4
  • Thank you received: 0
  • Hikashop Business
1 day 35 minutes ago #367786

-- url of the page with the problem -- : localhost
-- HikaShop version -- : 6.0
-- Joomla version -- : 5.3.1
-- PHP version -- : 8.3
-- Browser(s) name and version -- : Chrome latest

How to show prices by default to be in bulgarian levs and like a second currency to be in EURO. I make it euro to be default and in bracket shows price in levs. But the orders came in euro. I would like to be in bulgarian levs. How to make it?

Last edit: 1 day 34 minutes ago by Taurus76.

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

  • Posts: 84049
  • Thank you received: 13624
  • MODERATOR
19 hours 44 minutes ago #367790

Hi,

In that case, you need to enter the prices in EUR in your backend and then make the LEV currency the main one in the HikaShop configuration.
That way, it will display both prices with the EUR in parenthesis and the orders will came in LEV.

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

  • Posts: 4
  • Thank you received: 0
  • Hikashop Business
6 hours 8 minutes ago #367793

How can I automatically make all prices in euros without having to go in and change each one individually?

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

  • Posts: 84049
  • Thank you received: 13624
  • MODERATOR
2 hours 58 minutes ago #367794

Hi,

You'll have to use a mass action in the menu System>Mass actions:
www.hikashop.com/support/documentation/167-massaction-form.html
There, you can add two actions:
- one "update the values" action on price_currency_id with the mode "int" and the value being the id of the LEV currency from the System>Currencies menu it should normally be 30 )
- one "update the values" action on price_value with the mode "operation" and the value being:
price.price_value*0.51
when you click on the "process" button, it will run the actions on the products and convert the prices with an exchange rate of 0.51.

Note that by default, it only process the first 500 products / variants due to the "limitations" area of the mass action. If you have more than that, you can increase the value or process the mass action several times incrementing the start by the limitation amount each time.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum