Is there a way of having multiple currencies for virtumart 1.1.5
Thanks
I seem to have found the sollution to the error I was getting, the code in the convertECB.php was out of date:
FOUND IN
administrator\components\com_virtuemart\plugins\currency_converter
OR
administrator\components\com_virtuemart\classess\currency\
Line 29-32 should be as follows
var $document_address = 'http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml';
NOT
var $document_address = 'http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml';
BUT
I would still appreciate knowing if vm can accommodate multiple currencies in a drop-down, this seems like a very basic option but I can't seem to find it.
thanks