esso/magento2-abandonedcart
最新稳定版本:1.0.0
Composer 安装命令:
composer require esso/magento2-abandonedcart
包简介
Magento 2 module to display abandoned carts in admin dashboard
README 文档
README
One-Command Installation
Copy and run this complete command sequence in your Magento root directory:
# Install package composer require esso/magento2-abandonedcart && \ # Enable module bin/magento module:enable Esso_AbandonedCart && \ # Run setup bin/magento setup:upgrade && \ # Compile (production only) bin/magento setup:di:compile && \ bin/magento setup:static-content:deploy -f && \ # Clear caches bin/magento cache:clean && \ bin/magento cache:flush && \ # Verify installation echo "Verification:" && \ bin/magento module:status Esso_AbandonedCart && \ echo "Module installed successfully"
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2025-07-01