Viewing 2 replies - 1 through 2 (of 2 total)
  • 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&#8221; />

    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

    terrytsang

    (@terrytsang)

    Hi, maybe can refer to one of my tutorials with steps mentioned below:
    How to Add Custom Currency & Symbol

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Indian Currency Symbol’ is closed to new replies.