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

[v2][Admin UI] Currency wrongly displayed after changing channel currency #2190

Closed
seminarian opened this issue May 23, 2023 · 0 comments
Closed
Assignees
Labels
type: bug 🐛 Something isn't working

Comments

@seminarian
Copy link
Contributor

Describe the bug
If you have products with prices defined in a channel and then you change the currency of the channel:
(In screenshots I changed currency from EUR to $

  • The price is still shown with the old currency on the Product Variants page:
    image

  • The price is shown in the new currency on the Manage Variants page:
    image

Is this just a visual error on the Product Variants page? Should that also just show $ here?

To Reproduce
Steps to reproduce the behavior:

  1. Go to Admin UI
  2. Create a product
  3. Go to channel settings and change the channel currency
  4. Go to Product details in Admin UI, on the Variants tab see the old currency listed
  5. Click on Manage variants and see the new currency used there.

Expected behavior
After changing the currency we would expect the new currency to be shown on all possible places in the channel.

Environment (please complete the following information):

  • @vendure/core version: 2.0.0-beta.2
  • Nodejs version: 16.9
  • Database (mysql/postgres etc): Postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants