Display the "currency Code" instead of "currency Name"

Created on 5 June 2021, over 3 years ago
Updated 2 June 2023, over 1 year ago

Displaying the "currency Code" in selector is more appropriate, especially on mobile versions.

Feature request
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom londova

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇨🇳China hongqing

    Just simply change line 103 in CurrencyHelper.php from

    $active_currencies[$currency->getCurrencyCode()] = $currency->getName();
    

    to

    $active_currencies[$currency->getCurrencyCode()] = $currency->getCurrencyCode();
    
Production build 0.71.5 2024