Hello!
In the JBusinessDirectory configuration, or when a company adds a new offer (for example), when choosing the type of currency, many currencies come from many countries.
How can I remove all currency types and keep EUR currency on the web?
Please review the image I added
Thank you very much!!
Hi,
Currently, the currencies are stored on the database on #__jbusinessdirectory_currencies table.
You can remove the values that you do not need using PHPMyAdmin tool.
Hello
I made changes to the database that you told me (delete the currency that I'm not interested in), but there has been no change, all currencies are shown exactly the same.
Need to make further modifications?
Thank you very much!
Hi,
Please check if you have multiple installations on same database. Please check for all occurances of _jbusinessdirectory_currencies table
Great!! I made it!!