Hi,
Would it be possible to add a link close to the currency to convert the amount in an other currency ?
It would be great.
Thank you
Hi,
Would it be possible to add a link close to the currency to convert the amount in an other currency ?
It would be great.
Thank you
Comments
Comment #1
markus_petrux commentedPlease, look at this #210880: a "Click to convert" addon
The code can be found in the 6.x-dev snapshot: #332352: money 6.x-1.x-dev
PS: I hope to get back to the issues queue soon, so I can fix the other bugs in the queue and create a new release.
Comment #2
markus_petrux commentedOh, forgot to mention... other than that, you could implement anything else you may need creating a new formatter for the money field. The above mentioned add-on module could be an example of this.
Comment #3
chipway commentedHi,
Thank you for your answer. i tried d6 dev from dec08 but i do not found how to add the link (neither in manage field, display field, nor edit of the node).
How should i do this ?
Thank you
Comment #4
markus_petrux commentedThere's an add-on module (Money CCK field Conversion Dialog) that implements this feature adding a field formatter that you can choose from 'Display fields' screen, or for a field in Views.
Comment #5
markus_petrux commentedCleaning issues.