News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Currency Converter

Started by tabbu, February 18, 2014, 17:30:35 PM

Previous topic - Next topic

tabbu

Is there a way of having multiple currencies for virtumart 1.1.5

Thanks

tabbu

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