convertECB.php using Euro Central Bank to change all currencies. but I want to using my nation bank, dont use exchange rate from ECB.
How can I fix it ?
plz.
Hello,
convertECB is located under administrator\components\com_virtuemart\plugins\currency_converter\convertECB
between lines 29-32 you will find the appropriate information:
var $document_address = 'http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml';
var $info_address = 'http://www.ecb.int/stats/eurofxref/';
var $supplier = 'European Central Bank';
You could create a new converter but you have to use the schema that your bank will provide. Study the code, create a new exchange rate plugin.
Regards