Loading...

PWA Product Image Zoom

PWA Product Image Zoom

Our PWA (Venia) Product Image Zoom plugin is like a magic wand for business owners. The PWA Product Image Zoom Extension installation process in Magento involves several steps.

Quickly showcase product images with Elightwalk's PWA Product Image Zoom Extension! You can easily install a Product Image Zoom extension on your store by following the steps carefully.

Our Product Image Zoom Extension installation guide will take you through the process. It includes necessary instructions and guidelines to ensure a seamless process.

Purchase the Extension

Follow the steps below to install PWA Product Image Zoom Extension:

Step 1: Purchase Product Image Zoom Extension

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

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

Step 2: Purchase PWA Product Zoom Extension

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

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

Step 2: Add Link in Dependencies

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

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

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