landofcoder / module-barcodelabel
POS Barcode Label for Magento 2: Using this POS add-on, the store owner can design customized barcode labels/stickers for products. Display price, product name, logo, date, product custom attribute on the barcode labels. The admin can multi-select barcode labels and preview them before printing.
Installs: 118
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:magento2-module
pkg:composer/landofcoder/module-barcodelabel
Requires
This package is auto-updated.
Last update: 2025-10-23 10:49:44 UTC
README
``landofcoder/module-barcodelabel``
Main Functionalities
POS Barcode Label for Magento 2: Using this POS add-on, the store owner can design customized barcode labels/stickers for products. Display price, product name, logo, date, product custom attribute on the barcode labels. The admin can multi-select barcode labels and preview them before printing.
Installation
* = in production please use the --keep-generated option
Type 1: Composer (Recommended)
- Install the module composer by running
composer require landofcoder/module-barcodelabel - enable the module by running
php bin/magento module:enable Lof_BarcodeLabel Lof_BarcodeInventory - apply database updates by running
php bin/magento setup:upgrade* - Generate static files by running
php bin/magento setup:static-content:deploy -f - Flush the cache by running
php bin/magento cache:flush
Type 2: Zip file
- Unzip the zip file in
app/code/Lof - Enable the module by running
php bin/magento module:enable Lof_BarcodeLabel Lof_BarcodeInventory - Apply database updates by running
php bin/magento setup:upgrade* - Generate static files by running
php bin/magento setup:static-content:deploy -f - Flush the cache by running
php bin/magento cache:flush