Loading...

ScandiPWA Mobile Login

ScandiPWA Mobile Login

Integrate our ScandiPWA Mobile OTP login extension into your store to improve its security and trustworthiness in customers' minds. With OTP login verification, your store's login process becomes more secure and simple, ensuring users have a seamless and safe experience. The extension is also simple to set up and install, making it a practical choice for store owners who want to strengthen their security protocols.

How to Install Mobile Login Extension?

Follow below step-by-step Guide and Install magento razorpay extension:

Step 1: Install the Magento Mobile Login Extension

Purchase this Extension to improve website security and user experience: Magento 2 Mobile Login

If you already purchased then follow the installation guide: Magento 2 Mobile Login

Step 2: Purchase ScandiPWA Mobile Login Extension

Purchase this Extension to enable OTP login and varification in your store: ScandiPWA Mobile Login

If you already purchased extension then use following link: Downloadable Products

Installation Process

How to install the ScandiPWA Mobile Login?

Follow our installation process guide to install ScandiPWA extension.

Step 1: Create Packages Folder

Create a new folder named packages in the root directory of your Scandipwa project.

Step 2: Upload Extension Folder

Upload the @elightwalk/mobilelogin folder to the packages folder you just created.

Step 3: Update package.json

Add the path to the extension in the dependencies section of your Scandipwa project's package.json file.

     "dependencies": {
           "@elightwalk/mobilelogin": "file:packages/@elightwalk/mobilelogin",
      }

Step 4: Configure Extension in Scandipwa

Update the scandipwa section in the package.json file of your Scandipwa project to include the @elightwalk/mobilelogin extension. You can enable or disable running extension by setting the value to true or false.

"scandipwa": {
    "extensions": {
        "@elightwalk/mobilelogin": true
    }
}

Step 5: Run Commands

Execute the following commands in your terminal to install the dependencies and build the Scandipwa project.

npm install
BUILD_MODE=magento npm build

Congratulations you have successfully installed the ScandiPWA Mobile Login Extension.