Loading...

ScandiPWA Customer Restricted

ScandiPWA Customer Restricted

Our step-by-step guide will walk you through adding the Customer Restricted extension to your scandipwa shop. You can quickly deploy the Customer Restricted 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 Restricted plugin.

Purchase the Extension

To purchase this extension you have to follow these steps:

Step 1: Purchase The Customer Restricted Extension

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

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

Step 2: Purchase Scandipwa Restricted Extension

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

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_restricted 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_restricted": "file:packages/@elightwalk/customer_restricted",
      }

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_restricted":true
         }
      }

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

npm install
BUILD_MODE=magento npm build