I am using magento community 2.0.7.
i want to change the currency symbol to र
Please set the store currency with help of following links :
1. https://www.fastcomet.com/tutorials/magento2/currency
2. http://www.magestore.com/magento-2-tutorial/how-to-set-up-currency-in-magento-2/
Let me know if you need more help.
Method 1:
Stores-> Currency Symbols -> Uncheck Standard Symbol -> Typed required symbol -> र -> Save
Refresh catche
Method 2: Go to
<magento root> \vendor\magento\zendframework1\library\Zend\Locale\Data\root.xml
Then find :
<currency type="INR">
<symbol>₹</symbol>
<symbol alt="narrow">₹</symbol>
</currency>
and now replace ₹ to र