I have a string that show me the invoice in USD DOLLARS, i just need to put a code that will transform that value in DOLLAR to Chilean Pesos, well i can give a echange value for 550 pesos from 1 Dolar.
my string look like this: <?php echo $total_info["total_bill"]; ?>
I need that invoice shows price in Chilean pesos and not in Dollars as it does right now
not show : $100.00 but show: $55.000 Pesos
thanks