Currency exchange rates

nutkenz - October 16, 2008 - 19:52

I need a module which could do the following;

- Fetch currency rates on daily basis using cron
- I enter the tag [money|USD|130] in a node
- User sees the amount as 95.51 EUR for example, based on his selected or the default currency unit

Does something like this exist yet? I've been searching for "currency" and "money" in the modules, but none of them seem to be meant for something like this.

Custom filter

vinayras - October 16, 2008 - 20:13

Use http://drupal.org/project/currency to get latest currency exchange rates. This module provides an API for other modules/code to use the data. (read readme file for more details on API usage)

You can write custom filter to parse content in node and process data using API provided by Currency Exchange API

Vinay Yadav
PHP / Drupal Developer
http://www.vinayras.com

www.eDrupal.com - Indian Drupal Community

Currency Exchange module

pcs305 - October 16, 2008 - 20:13
 
 

Drupal is a registered trademark of Dries Buytaert.