You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The price is shown in the new currency on the Manage Variants page:
Is this just a visual error on the Product Variants page? Should that also just show $ here?
To Reproduce
Steps to reproduce the behavior:
Go to Admin UI
Create a product
Go to channel settings and change the channel currency
Go to Product details in Admin UI, on the Variants tab see the old currency listed
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
The text was updated successfully, but these errors were encountered:
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:
The price is shown in the new currency on the Manage Variants page:
Is this just a visual error on the Product Variants page? Should that also just show
$
here?To Reproduce
Steps to reproduce the behavior:
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):
2.0.0-beta.2
The text was updated successfully, but these errors were encountered: