Silvershop - adjusting currency

I want my default currency in admin to be US dollars rather than NZ dollars. How do I set this in SS4?

Thanks for any help.

Hi @arbee,

You can set the default currency in the module’s config.yml file as,

ShopConfig:
   base_currency: 'USD'
ShopCurrency:
   currency_symbol: '$'
1 Like

Thank you, that’s exactly what I needed to know.