Go to admin section and find admin menu ‘woocommerce’ -> setting
and in general options choose indian repee from drop down.
if indian rupee does not support then do below steps
for indian rupee symbol
step 1. add css to header.php
<link rel=”stylesheet” type=”text/css” href=”https://cdn.webrupee.com/font” />
step 2: go to plugins woocommerce->woocommerce-core-functions.php
step 3: find
case ‘INR’ : $currency_symbol = ‘?’; break;
and replace this to
case ‘INR’ : $currency_symbol = ‘<span class=”WebRupee”>Rs.</span>’; break;
that all…
if u write any other place then write <span class=”WebRupee”>Rs.</span>
where you wnat to display rupee