nathanday / module-wishlist-dropdown
将愿望清单添加为菜单下拉菜单
1.0.0
2020-03-02 01:17 UTC
Requires
- magento/module-wishlist: 101.*
- nathanday/module-core: *
This package is auto-updated.
Last update: 2024-09-10 21:18:58 UTC
README
描述
Magento 2 模块,将客户愿望清单添加到网站头部下拉菜单
安装说明
通过Composer安装(推荐)
composer config repositories.nathanday/module-core git git@github.com:natedawg92/module-core.git
composer config repositories.nathanday/module-wishlist-dropdown git git@github.com:natedawg92/module-wishlist-dropdown.git
composer require nathanday/module-wishlist-dropdown
php bin/magento module:enable NathanDay_WishlistDropdown NathanDay_Core
通过代码复制安装
- 从以下链接下载最新版本:
- 创建以下目录:
app/code/NathanDay/Coreapp/code/NathanDay/WishlistDropdown
- 将下载的文件解压缩到相应的目录
- 运行
php bin/magento module:enable NathanDay_Core NathanDay_WishlistDropdown