Trying to change "collect payment in" but where is the admin-panel..
Hi,
I read a post on where to go to add a new currency but i cant find the "admin-panel" inside the editor. What am i doing wrong??
The answer said : If you go to admin-panel you can add it in line 1605 ff
'options' => array( 'USD' => __('US Dollars ($ )', 'appthemes'),
'EUR' => __('Euros (€ )', 'appthemes'),
'GBP' => __('Pounds Sterling (£ )', 'appthemes'),
'AUD' => __('Australian Dollars ($ )', 'appthemes'),
'BRL' => __('Brazilian Real ($ )', 'appthemes'),
'CAD' => __('Canadian Dollars ($ )', 'appthemes'),
Last edited by jomarkosabel; July 31st, 2011 at 10:17 AM.