Hi! I've built a module that does currency switching (and amount, of course), for the Money CCK field. It works using AJAX, so no page reload at all. For browsers without HTML there will be available a 'convert' button. It works with different formatting from the Money module. I'm planning to release it as soon as possible. Here you can watch an example of it running:
http://drupal6.cubicarea.it/node/1

In order to work, a patch to the Money module must be applied, so I'm asking to this module mantainers if they can look to the attachment of this post and maybe apply it to the next -dev release. The patch is against the latest -dev release.

CommentFileSizeAuthor
money.module.patch6.97 KBrevol

Comments

ydnar79’s picture

Out of curiosity..... Would your module be able to update (convert) all of the money fields in a view at the same time?

revol’s picture

This is not possible at the moment, but it shouldn't be so hard to do..the widget is attached to the single money field, so views' implementation is needed to switch every money field.

revol’s picture

Issue summary: View changes

Stupid typo

asb’s picture

Issue summary: View changes

What is the status of this patch? Is it in the dev code, and has it been ported to D7?

kenorb’s picture

Status: Active » Needs review