Wednesday , May 8 2024
Home > Magento Tips & News > Magento 2 Tutorials > Store Settings (page 2)

Store Settings

How to Setup Multi-Currency in Magento 2 (5 Mins)

setup-multicurrency

In a highly competitive digital landscape, online shopping is no longer something strange to today’s consumers. With this massive growth, e-commerce platforms have to innovate their features, including multi-currency, to meet – or even exceed the customer’s demand. The multi-currency feature is considered an integral piece of international Magento 2 …

Read More »

How to Disable 2FA in Magento 2.4 Using Command Lines

disable-2fa-magento-2.4

Magento 2.4 does not provide an option to disable two-factor authentication, however, you can do it by running one of the following command lines: 1. Method 1: bin/magento config:set twofactorauth/general/enable 0 2. Method 2: php bin/magento msp:security:tfa:disable 3. Method 3: bin/magento module:disable Magento_TwoFactorAuth bin/magento cache:flush Hope you can disable 2FA …

Read More »

How to Create Magento Admin User With Various Access Levels

create-magento-admin-user

To optimize management activities, Magento admin definitely needs to create Magento admin user at different access levels. Various levels of responsibility and permissions make sure that the admins in your web store are put in the right positions. This function from Magento, on the one hand, guarantees that everyone can …

Read More »