Viewing 3 replies - 1 through 3 (of 3 total)
  • I assume you know that your users can change the currency symbol by clicking on the "$ MM/DD/YYY" in the lower right corner of the calculator?

    If you want to remove the currency symbol completely then you have to hack the code. In the plugin’s JS folder, find this file:

    interface.LOAN-WIDGET.min.js

    With a plain text editor, such as notepad open it up and search for this text:

    a.CCY_CONVENTIONS=[{sep:",",dPnt:".",ccy:"$",ccy_r:""}

    Should be around row 7. Change the “$” to “” as below. Save, and refresh the webpage

    a.CCY_CONVENTIONS=[{sep:",",dPnt:".",ccy:"",ccy_r:""}

    This will change the plugin’s default for you

    Note, I see that WordPress’s automated monitoring tools my hold my reply for 72 hours waiting for a human to review it.

    I suggest to all readers that are seeking support, that you post your questions directly on my site rather than using this site. You’ll get a faster reply.

    Thread Starter amedic

    (@amedic)

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove dollar sign?’ is closed to new replies.