Loading...

ScandiPWA Category Banner

ScandiPWA Category Banner

Our ScandiPWA Category Banner plugin is like a magic tool for store owners. It helps you sell your stuff better on the category pages, making more sales and money.

We made a super simple guide to help you install the ScandiPWA Category Banner step by step. It's got all the right instructions and directions to make sure you do it smoothly.

With Elightwalk's ScandiPWA Category Banner Extension, you can easily show off your products on category pages and get them noticed!

Purchase the Extension

To Purchase this extension you have to follow these steps:

Step 1: Purchase The Category Banner Extension

Purchase this Extension to Customize category banners for category pages: Magento - Category Banner

If you already purchased then follow the installation guide: Category Banner

Step 2: Purchase Scandipwa Banner Extension

Purchase this Extension to Customize banners for category pages: ScandiPWA - Category Banner

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

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

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

npm install
BUILD_MODE=magento npm build