Loading...

ScandiPWA Customer Login

ScandiPWA Customer Login

Our step-by-step guide will walk you through adding the Customer Login extension to your scandipwa shop. You can quickly deploy the Customer Login extension to your online business by following the steps.

This extension can help you collect consumer information for marketing purposes and drive more visitors to your business.

You may conceal product pricing, login buttons, checkout pages, and so on with the help of our Customer Login plugin.

Purchase the Extension

To purchase this extension you have to follow these steps:

Step 1: Purchase The Customer Login Extension

Purchase this Extension to Enhance website security and user experience: Magento - Customer Login

If you already purchased then follow the installation guide: Customer Login

Step 2: Purchase Scandipwa Login Extension

Purchase this Extension to Enhance website security and user experience: ScandiPWA - Customer Login

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

Installation Process

To create this extension you have to follow below steps

Step 1: Create Packages

Create packages folder in your scandipwa root.

Step 2: Upload Folder

In your root directory of Scandipwa, Upload @elightwalk/customer_login folder to your packages folder.

Step 3: Add Link in Dependencies

Add link to your extension in dependencies inside the package.json file of Scandipwa root

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

Step 4: Add Extension in ScandiPWA

Add link to your extension in scandipwa root inside the package.json file of Scandipwa root

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

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

npm install
BUILD_MODE=magento npm build