Loading...

PWA Category Banner

PWA Category Banner

Our PWA (Venia) Category Banner plugin is like a magic wand for business owners. It helps you sell your products more effectively on category pages, increasing sales and money.

With our PWA Category Banner extension, store owners can effortlessly promote items on store category pages, boosting sales and income. Quickly showcase products on category pages with Elightwalk's PWA Category Banner Extension!

Our Category Banner installation guide will take you through the process step by step. It includes necessary instructions and guidelines to ensure a seamless process. You can easily install a category banner extension on your store by following the steps carefully.

Purchase the Extension

Follow the steps below to install PWA Category Banner:

Step 1: Purchase 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 PWA Banner Extension

Purchase this Extension to Customize banners for category pages: PWA - 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: Upload Folder

In your root directory of Venia, upload the @elightwalk/categorybanner folder.

Step 2: Add Link in Dependencies

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

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

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