esso/magento2-abandonedcart 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2025-07-01