seeking Posted June 22, 2013 Share Posted June 22, 2013 (edited) hi, I am using this code in whmcs template. <script language="javascript" src="templates/feed/domainpricing.php"> </ script> How can I remove $, USD ? The table does not show $, USD in all rows. For example: $ 25,000.00 USD Be changed to 25000.00 sorry for bad my english tnx Edited June 22, 2013 by seeking 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted June 22, 2013 Share Posted June 22, 2013 If you know php you can edit the domainpricing.php file and change this. It uses the internal functions of WHMCS to do the currency conversions so you would most likely need to perform a regex to take out the $ and USD. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.