To set the website currency you must first login to cPanel and then follow these steps.
- go to 'Legacy File Manager'
- public_html
- cgi-bin
- Auction
- Config.pl
Click on the edit options to open the script in a new page.
Locate the following part of the script and save your changes. (Only change the values in red)
###########################
# Select Currency Type This Site Will Be Using
# Example: ( USA = USD = $ ) ( Canada = CAD = C ) (Euro = EUR = €)
# (United Kingdom = GBP = £ ) (Japan = JPY = ¥) (Australia = AUD = $A )
# so if you currency is £ then the setup will look like this
# $config{'currencytype'} = '£';
# $config{'currencytype2'} = 'GBP';
$config{'currencytype'} = '£';
$config{'currencytype2'} = 'GBP';