Loading...

PWA Customer Login

PWA Customer Login

To successfully install the PWA Customer Login add-on on your E-commerce store, you must follow our detailed step-by-step installation instructions.

By following the steps in our installation guide, you should have no trouble installing the pwa Customer Login extension.

This Pwa plugin will allow you to restrict unregistered visitors from accessing certain parts of your website. You can hide category pages, checkout pages, product pricing, login buttons, and other elements.

Purchase the Extension

Follow the steps below to install Venia Customer Login:

Step 1: Purchase Customer Login Extension

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

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

Step 2: Purchase PWA Login Extension

Purchase this Extension to improve website security and user experience: Venia - 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: Upload Folder

In your root directory of PWA, upload the @elightwalk/customerlogin folder.

Step 2: Add Link in Dependencies

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

"dependencies": { 
       "@elightwalk/customerlogin":   "link:./@elightwalk/customerlogin" 
            }  

Step 3: Add Trusted Vendors in PWA

Add Trusted Vendors to your extension in PWA root inside the package.json file of Pwa root

"pwa-studio": {
         "trusted-vendors": ["@elightwalk"],
         }

Step 4: PWA Root Commands

Fire below commands in your terminal

yarn install
yarn build