- Magento2 Compatibility
- 2.3.x
- 2.4.x
- 2.5.x
- Short Description
- Get the latest version June 2023 of BSS Commerce MEGA Bundle - 84 M2 Extensions . Скачать and Discuss the 8,2 МБ File size with zip Extention type . From The Content have 5 discussion, 2 Отзывы, 982 Просмотры on NullPro Community .
BSS Commerce MEGA M2 Extension Bundle - 84 extensions!
😱😵😆👍😎
Like or leave a review if you'd like to see monthly updates of the Mega Bundle.
List of included extensions:
How to install
These extensions can be installed using the composer artifact method.
Instructions
---------------------------------------------------
1. From the Magento root directory, create
2. Place all the extension zip files inside the newly created folder.
3. Tell composer about the
4. Then just run composer require bsscommerce/{module name}. For example - if the zip file name is 'bsscommerce-hideprice-1.2.7.zip', you can install using this composer command:
5. Finally just run
😱😵😆👍😎
Like or leave a review if you'd like to see monthly updates of the Mega Bundle.
List of included extensions:
Для просмотра скрытого содержимого вы должны войти или зарегистрироваться.
How to install
These extensions can be installed using the composer artifact method.
Instructions
---------------------------------------------------
1. From the Magento root directory, create
artifact-packages
folder inside vendor
directory:
Код:
--$ mkdir vendor/artifact-packages
2. Place all the extension zip files inside the newly created folder.
3. Tell composer about the
artifact-packages
directory (this will add an entry on your composer.json which allows it to read the extension from the zip files)
Код:
--$ composer config repositories.artifact-repo artifact $(pwd)/vendor/artifact-packages
4. Then just run composer require bsscommerce/{module name}. For example - if the zip file name is 'bsscommerce-hideprice-1.2.7.zip', you can install using this composer command:
Код:
--$ composer require bsscommerce/hideprice
5. Finally just run
bin/magento setup:upgrade
, clean cache (recompile your site - if needed)