olamragunathank / inventory-status
1.0.0
2023-04-26 07:23 UTC
This package is not auto-updated.
Last update: 2024-09-26 12:22:52 UTC
README
此模块是其他Mindsprint Magento 2扩展所必需的
需求
- Magento Community Edition 2.1.x-2.4.x
安装方法 1 - 通过 composer 安装
- 打开命令行
- 使用 "cd" 命令导航到您的 Magento 2 根目录
- 运行以下命令
composer require olamragunathank/inventory-status
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
安装方法 2 - 使用存档通过 FTP 安装
- 下载 ZIP 存档
- 解压文件
- 在您的 Magento 2 根目录下创建名为 app/code/Mindsprint/StockStatus 的文件夹
- 将存档中的文件和文件夹复制到该文件夹
- 在命令行中,使用 "cd" 命令导航到您的 Magento 2 根目录
- 运行以下命令
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy