If using OpenCart 1.4.x
1. EDIT: catalog/controller/payment/<somepayment>.php file
2. FIND:
Code: Select all
$order_info['currency'];
Code: Select all
"GBP"
Code: Select all
$order_info['value'];
Code: Select all
false
If using OpenCart 1.5.x
1. EDIT: catalog/controller/payment/<somepayment>.php file
2. FIND:
Code: Select all
$order_info['currency_code'];
Code: Select all
"GBP"
Code: Select all
$order_info['currency_value']
Code: Select all
false