Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prices in multiple currencies #6918

Closed
inssein opened this issue Nov 29, 2016 · 0 comments
Closed

Prices in multiple currencies #6918

inssein opened this issue Nov 29, 2016 · 0 comments
Labels
RFC Discussions about potential changes or new features.

Comments

@inssein
Copy link
Contributor

inssein commented Nov 29, 2016

Now that prices have to be defined per channel, what is the purpose of all the code around Currency? There is code around switching currency, maintaining the shoppers context currency, session based currency storage, etc.

Also, in this current design, a customer can't add products to cart and then switch channel right?

We have a use case on our website where users can switch currencies at any point before placing the order. I am just thinking through how that would work in the new system, and there doesn't seem to be an easy answer besides switching the channel of the users order.

Edit: Ahh, I think I just figured it out. All the currency related logic is for display of currency inside of a channel. This is what gets shown to user, but not what is charged. However, the channel's currency is the currency the charge comes through as? If so, how can the user swap that around dynamically?

@pjedrzejewski pjedrzejewski added the RFC Discussions about potential changes or new features. label Nov 29, 2016
@inssein inssein closed this as completed Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC Discussions about potential changes or new features.
Projects
None yet
Development

No branches or pull requests

2 participants