Hi,
This script is really great, but I would like to add "€" for the prices. Can you help me ?
Cheers,
In your config.php, you need:
<?php $config_currencyHTML = "€";?>
That should do it!
Cheers, David.
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi,
In your config.php, you need:
<?php
$config_currencyHTML = "€";
?>
That should do it!
Cheers,
David.