Loading...

ScandiPWA Infinite Scroll

ScandiPWA Infinite Scroll

ScandiPWA infinite scroll extension admin allows users to scroll the category products with a button click or infinite scrolling. Our extension is developed with cutting-edge technology, making it easy to integrate into your store.

Elightwalk is an experienced organization that is developing e-commerce extensions. Follow the guide below to upgrade your store with the latest features and functionalities to improve the shopping experience for your customers.

Purchase the Extension

To Purchase this extension you have to follow these steps:

Step 1: Purchase The Magento 2 Infinite Scroll Extension

Purchase this Extension Magento Infinity Scroll Extension for : Magento 2 Infinite Scroll

If you already purchased then follow the installation guide: Infinite Scroll

Step 2: Purchase Scandipwa Infinite Scroll Extension

Purchase this Extension to Improve your store Functionality: ScandiPWA - Infinite Scroll

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

Step 1: Create Packages

Create packages folder in your scandipwa root.

Step 2: Upload Folder

In your root directory of Scandipwa, Upload @elightwalk/infinite_scroll 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/infinite_scroll": "file:packages/@elightwalk/infinite_scroll",
        }

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

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

yarn install  
yarn start