Installation

Installation



2. Installation

Installation

To install a boostmyshop magento2 extension on your platform, process the following steps :

  • Download zip archive from your boostmyshop customer account
  • Upload files on your server : once uploaded, module must be in directory app/code/BoostMyShop/
  • Connect on your server via ssh, and run the following commands :
php bin/magento setup:upgrade
php bin/magento module:enable BoostMyShop_BarcodeLabel
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

Upgrade

The upgrade process is exactly the same as the installation process

Uninstallation

You can disable the Barcode Label module using Magento module:disable command line via SSH :

php bin/magento module:disable BoostMyShop_BarcodeLabel

Initialization

Barcode attribute configuration

If you don’t have a product attribute already created to store products barcode, you will have to create a new one following these steps :

  • Select menu Stores > Attributes > Product, then click on button Add new attribute

  • Configure the new attribute by this way :

    • Default label : Barcode
    • Attribute code : barcode
    • Catalog Input Type for Store Owner : Text field
    • Scope : Global

Then, save the attribute.

Warning

It is important to set the attribute scope to “Global” to prevent errors in the extension.

Assign barcodes to all existing products

If you want to assign barcodes to all existing products not having one, please run the following command line (via SSH) :

php bin/magento bms_barcodelabel:assign_barcodes

    • Related Articles

    • Installation

      2. Installation First Installation To install a boostmyshop magento2 extension on your platform, process the following steps: Download zip archive from your boostmyshop customer account Upload files on your server : once uploaded, module must be in ...
    • Installation

      2. Installation First Installation To install a boostmyshop magento2 extension on your platform, process the following steps : Download zip archive from your boostmyshop customer account Upload files on your server Connect on your server via ssh, and ...
    • Installation

      2. Installation First Installation To install a boostmyshop magento2 extension on your platform, process the following steps : Download zip archive from your boostmyshop customer account Upload files on your server : once uploaded, module must be in ...
    • Installation

      2. Installation First Installation To install a boostmyshop magento2 extension on your platform, process the following steps : Download zip archive from your boostmyshop customer account Upload files on your server : once uploaded, module must be in ...
    • Installation

      2. Installation Installation & Upgrade Installation To install correctly Drop Shipping in your Magento 2, here are the steps to follow : Download the extension (provided as a ZIP archive) from your BoostMyShop account, My Downloads section. Unzip the ...