A currency symbol is basically a graphical notation that represents particular currency instead of writing the whole name beside price. For business, it’s extremely important to specified But the potion of this graphical notation varies by currency.
Take a look at following example:

Many currencies in the English-speaking world and Latin America place it before the amount like this $10.00 but n many European countries such as France, Germany, Greece, Scandinavian countries, the symbol is usually placed after the amount like this 10.00€.
Also, the decimal separator follows countries and currency standards.

But Magento fails to change position when you change the Currency from the backend. That’s why one of our client and friend asked us to do same. To help more people and to fix this issue quickly, we decided to published an article on our blog.

Create another ‘events.xml’ file inside your folder.
app\code\Vendor\Extension\etc\events.xml

Now you need to create another observer file inside extension folder.
app\code\Vendor\Extension\Model\Observer

Lastly, Run the following command and you are done.

Yes, you have successfully changed the position of currency symbol in store frontend.

Comment down below if you face any issue while using this code.

Happy Swapping!

Click to rate this post!
[Total: 9 Average: 4.1]