SwissUpLabs Logo

Installation from Marketplace

Prepare to install

Installation requires Marketplace module. It’s our module that registers Magento packages repository in composer.json file, saves its credentials to the auth.json file, automates a bunch of complex commands required to run prior and after module installation, and provides easy to use module installer.

composer require swissup/module-marketplace &&\
bin/magento setup:upgrade --safe-mode=1 &&\
bin/magento marketplace:channel:enable magento

You’ll be asked to enter your credentials. Get your credentials at marketplace.magento.com

Install

When Marketplace module is installed you can proceed with installation in teminal:

bin/magento marketplace:package:require swissup/pro-labels

Labels in Catalog and Search pages

ProLabels module does not require any changes in any templates or other source code files.

Installation instraction for ProLabels version 1.0.x reqired modification of theme templates to get labels on listing page. You can leave this modifications or rollback them. There are no conflicts with old version.

Reindex Labels From Command Line

    cd <magento_root>
    bin/magento prolabels:reindex:all
After installing the extension you can go to:
Edit this Page