vendure-ecommerce/vendure

Currency not chaning in admin ui

Closed this issue · 1 comments

Describe the bug
When you try to change the currency, it seems like the state isn't being updated.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Home
  2. Click on SuperAdmin dropdown
  3. Click on the current language and see modal
  4. Change the currency and click save
  5. See currency not changed in metrics

Expected behavior
The metrics and everything else should be in the saved currency

Environment (please complete the following information):

  • @vendure/core version: 3.0.8
  • Nodejs version: v20.17.0
  • Database (mysql/postgres etc): sqlite

Additional context

Screenshot 2024-12-03 at 9 00 06 PM Screenshot 2024-12-03 at 9 00 28 PM

Hi,

This dialog is not there for changing the currency of your actual products. It is there to set the display language of the Admin UI app. The reason there is a currency select there is to provide a preview of how each specific currency will be rendered given the selected display language and locale.

The actual currency of the products is set in the channel settings:
image