Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello
    when i use sandbox account then every thing working fine but when i use live account of paypal then it is not working. please suggest what i do? i really need help.

    thxs

    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

Viewing 2 replies - 1 through 2 (of 2 total)