Loading...

PWA Marketing Banner

PWA Marketing Banner

PWA(venia) marketing banner changes your e-commerce website's first impression in front of visitors. This extension lets you grab your customer's attention with just one attractive banner.

This PWA marketing banner helps you promote your store differently, like welcome banners, new product launches, Discounts, and offer banners.

Purchase the Extension

Follow the steps below to install PWA Marketing Banner.

Step 1: Purchase Marketing Banner

Purchase this Extension to improve website security and user experience: Magento 2 Markeing Banner

If you already purchased then follow the installation guide: Magento 2 Marketing Banner

Step 2: Purchase PWA Marketing Banner

Purchase this Extension to Customize banners for category pages: PWA Marketing Banner

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

Installation Process

How to Install Magento 2 PWA Marketing Banner?

Here's a step-by-step guide on how to install the Marketing Banner:

Step 1: Upload @elightwalk/marketingbanner Folder

Go to the root directory of your PWA project.

Upload the @elightwalk/marketingbanner folder to the root directory.

Step 2: Update Dependencies in package.json

Open the package.json file located in the root directory of your PWA project.

Update the dependencies section to include the @elightwalk/marketingbanner package as follows:

"dependencies": {

  "@elightwalk/marketingbanner": "link:./@elightwalk/marketingbanner"

}

Step 3: Update Trusted Vendors in package.json

In the same package.json file,

Find the "pwa-studio" section.

Update the "trusted-vendors" collection to add "@elightwalk":

"pwa-studio": {
  "trusted-vendors": [
    "@elightwalk"
  ]
}

Step 4: Execute Commands

Fire below commands in your terminal:

yarn install
yarn build