I am using opencart 2.3 version and displaying price for all products. Below is my price format, ₹120,000 ₹20,000 But I want 120,000 in indian currency format like => 1,20,00.
Below is my html,
<span class="orgprice">₹120,000</span>
I want to separate above text to 1,20,00 how to ahieve this on load of the page.