Loading...

ScandiPWA Product Labels

ScandiPWA Product Labels

Get every small to big season sale and any other festival with a ScnadiPWA Product Lable extension. Pin the product with attractive labels to grab customers' attention and increase sales. The extension is simple and can be customized for any online store. Its many label designs allow you to customize the look to match your brand's aesthetic.

With the ScandiPWA Product Label extension, you can easily highlight special promotions and discounts to drive more traffic to your online store.

Purchase the Extension

To Purchase this extension you have to follow these steps:

Step 1: Purchase The Product Labels Extension

Purchase this Extension to increase your clicks with colorful product labels: Magento 2 Product Labels

If you already purchased then follow the installation guide: Magento 2 Product Labels

Step 2: Purchase Scandipwa Product Labels Extension

Purchase this Extension to create a customized labels on your store product Scandipwa Product Labels

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

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

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

npm install
BUILD_MODE=magento npm build