Arieswe Posted January 13, 2012 Share Posted January 13, 2012 Hello, If you like to charge moneybookers payments to clients you can add this quick and dirty solution. for shop version 1.4. Open moneybookers.php ((after making a backup) Go to /* About the cart */ Around line 660. Add the folowing code att the end of the /* About the cart */ code if ($mbParams['currency'] == 'EUR') { $mbParams['amount'] = $mbParams['amount']+ 1.5; } else { $mbParams['amount'] = $mbParams['amount']+ 10; } In this case if currency is EUR, they have to pay 1.5 euro extra, otherwise 10. Good luck. Link to comment Share on other sites More sharing options...
Arieswe Posted January 13, 2012 Author Share Posted January 13, 2012 Don't forget to name it in the description somewhere. Link to comment Share on other sites More sharing options...
Recommended Posts