You are here:  » Add "€"


Add "€"

Submitted by achatguitare on Sun, 2006-04-23 15:23 in

Hi,

This script is really great, but I would like to add "€" for the prices.
Can you help me ?

Cheers,

Submitted by support on Sun, 2006-04-23 15:25

Hi,

In your config.php, you need:

<?php
  $config_currencyHTML 
"&euro;";
?>

That should do it!

Cheers,
David.