I have a commerce site with commerce_multicurrency installed and set up to have one price field per currency. This module only provides one sale price field. Would it be possible to make this module work for multiple currencies?

Comments

AndyF’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Sorry for the delay, is there still interest?

Lukas von Blarer’s picture

Status: Postponed (maintainer needs more info) » Active

Well I solved it on the project where I needed it. Would be a great feature though :)

AndyF’s picture

Is there anything from the work you've done you could contribute? Otherwise I might close this issue until someone shows interest again: I'd rather not work on multicurrency unless there's someone actually using/testing it (:

Lukas von Blarer’s picture

I ended up creating two separate fields and creating rules to handle it. This is not generic enough to contribute...

AndyF’s picture

Status: Active » Closed (won't fix)

Understood, thanks for taking the time to let me know.

I'll close the issue for now, but might reopen if there's interest (or a patch!).

Thanks

GHaddon’s picture

This is solved by rules weights see this comment
https://www.drupal.org/node/1903338#comment-7087364

I changed the weight of the Sale price to -10 and multi currency now works as expected.

cosolom’s picture

If you set weight for rule rules_commerce_saleprice_rule as -10, then you don't need do anything. convertation will be automatic