Loading...

ScandiPWA Product Image Zoom

ScandiPWA Product Image Zoom

For company owners, our Scandipwa Product Image Zoom plugin is like a magic wand. Various stages are involved in installing the Product Image Zoom Extension in the Magento store.

With Elightwalk's Scandipwa Product Image Zoom Extension, you can quickly exhibit product photos! By carefully following the procedures, you can quickly install a Magento PWA Product Image Zoom extension on your shop.

Our Product Image Zoom Extension installation instructions will walk you through the steps. It provides all the directions and recommendations needed to guarantee a smooth transaction.

Purchase the Extension

To purchase this extension you have to follow these steps:

Step 1: Purchase Magento Product Image Zoom Extension

Purchase this Extension to improve website security and user experience: Magento 2 - Product Image Zoom

If you already purchased then follow the installation guide: Product Image Zoom

Step 2: Purchase Scandipwa Extension

Purchase this Extension to Enhance website security and user experience: ScandiPWA - Product Image Zoom

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/product_image_zoom folder to your packages folder.

Step 3: Add Link in Dependencies

Add file:packages/@elightwalk/product_image_zoom to your extension in dependencies inside the package.json file of Scandipwa root

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

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

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

npm install
BUILD_MODE=magento npm build