Skip to main content

How do I change the store currency?

In order to change the store currency, publish the store configuration file:

php artisan vendor:publish --tag aero::store-config

Locate the configurations section of the published config/aero/store.php file and update the currency_code value of the active store configuration.

Ensure the currency_codeexists in the currenciesdatabase table of the store.