nathanday/module-compare-dropdown

将比较列表作为菜单下拉菜单添加

安装: 1

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:CSS

类型:magento2-module

1.0.0 2020-03-02 01:19 UTC

This package is auto-updated.

Last update: 2024-09-10 21:25:49 UTC


README

描述

Magento 2 模块,用于将客户比较列表作为下拉菜单添加到网站标题

安装说明

通过 Composer 安装(推荐)

composer config repositories.nathanday/module-core git git@github.com:natedawg92/module-core.git
composer config repositories.nathanday/module-compare-dropdown git git@github.com:natedawg92/module-compare-dropdown.git
composer require nathanday/module-compare-dropdown

php bin/magento module:enable NathanDay_CompareDropdown NathanDay_Core

通过代码复制安装

  1. 从以下地址下载最新版本:
  2. 创建以下目录
    • app/code/NathanDay/Core
    • app/code/NathanDay/CompareDropdown
  3. 将下载的文件解压缩到相应的目录
  4. 运行 php bin/magento module:enable NathanDay_Core NathanDay_CompareDropdown

致谢

邮箱 GitHub LinkedIn

许可证