Okay
  Public Ticket #1350579
$ to INR in EMI Calculator
Closed

Comments

  • Sunitathapa started the conversation

    Hi, I need help with converting the $ to INR in EMI calculator 

  •  2,010
    Ocean replied

    Hi,

    open file wp-content/theme/borrow/framework/template-tag.php

    find "#amount"

    change code

    $("#amount").val("$" + $("#slider-range-min").slider("value"));

    to 

    $("#amount").val("INR" + $("#slider-range-min").slider("value"));