Multiple Currency support
ikarus3k - March 6, 2008 - 14:00
| Project: | e-Commerce |
| Version: | 5.x-4.x-dev |
| Component: | store |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Enable products to be added in different currencies. Very useful for international sites already using i18n.
Implementation could be similar to this patch for drupal 4.x. Similar closed suggestion here.

#1
#2
How about 6.x? Any news?
Thank you.
#3
AFAIK no one has developed an implementation of multi currency for e-Commerce 6.x-4.x. But in e-Commerce 6.x-4.x I have provided hooks to allow allow other modules to make display only changes to the prices that are displayed on the site. This will allow someone to implement this without too many problems.
#4
AFAIK no one has developed an implementation of multi currency for e-Commerce 6.x-4.x. But in e-Commerce 6.x-4.x I have provided hooks to allow allow other modules to make display only changes to the prices that are displayed on the site. This will allow someone to implement this without too many problems.
#5
AFAIK no one has developed an implementation of multi currency for e-Commerce 6.x-4.x. But in e-Commerce 6.x-4.x I have provided hooks to allow allow other modules to make display only changes to the prices that are displayed on the site. This will allow someone to implement this without too many problems.
#6
how?
#7
It is more or less exactly the same the the patch metioned above.
There is 2 new hooks, hook_ec_outbound_price_alter() which you can change the value of the price before it is displayed by the system. so using something like the ec_currency module (which would need to upgraded) you can put the price in any currency that you want.
#8
See http://api.drupalecommerce.org/api/file/contrib-6/ecommerce/ec_common/ec... for the 2 hooks which have been implemented in the system to help an external module do multi-currency
#9
Automatically closed -- issue fixed for 2 weeks with no activity.