I'd like to modify the paypal donations mudule so that it working with pounds stirling not dollars. As well as displaying pound signs, it would need to talk to paypal.co.uk in pounds and not paypal.com
any ideas?
Forum Index
»
XOOPS Modules Support forums
» Module usage questions
» Paypal Donations modual / currency issues 
### INDEX.PHP PAGE DEFINITIONS ###
define('_DM_TITLE','We Need Your Help - Make a Donation!');
define('_DM_MAKEADON','Make a Donation');
define('_DM_SELECTAMT','Please select an amount to donate');
define('_DM_SHOWNAME','Show your name under Donations list?');
define('_DM_DONTHISMONTH','Generous Benefactors This Month');
define('_DM_DON_NAME','Name');
define('_DM_DON_AMT','Amount');
define('_DM_DON_DATE','Date');
define('_DM_ANONYMOUS','Anonymous Donor');
define('_DM_ANONYMOUS_SHORT','Anonymous');
define('_DM_DON_OTHER','Other');
define('_DM_SUBMIT_BUTTON','Submit Donation >>');