Модули, расширения и плагины Magento 2

Mate, Could you help me install this extension? seems you have uploaded composer edition. How to upload this to my Magento file system?

Thank
Hi. In every archive you can see file registration.php
After opening this file you will see something like this
PHP:
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
  \Magento\Framework\Component\ComponentRegistrar::MODULE,
  'Vendor_Module',
  __DIR__
);

You need line with 'Vendor_Module' string.
In directory app/code create folder Vendor, in folder Vendor create folder Module
Put all files from archive into this folder (app/code/Vendor/Module). Separate archive in separate folder.
After unarchive all files run next commands in console
Код:
bin/magento module:enable --all
bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
 
Aheadworks Cart to Quote 1.0.0
Aheadworks Customer Attributes 1.0.1
Aheadworks Customer Segmentation 1.0.2

Скрытое содержимое доступно для зарегистрированных пользователей!
 
Назад
Сверху