namogoo/module-intentbasedpromotion

Namogoo 基于意图的促销

该软件包的官方仓库似乎已消失,因此软件包已被冻结。

安装: 7

依赖者: 0

建议者: 0

安全: 0

类型:magento2-module

dev-master 2021-02-10 09:35 UTC

This package is auto-updated.

Last update: 2021-07-15 05:57:47 UTC


README

composer require `namogoo/module-intentbasedpromotion`

主要功能

Namogoo 基于意图的促销

安装

* = 在生产环境中请使用 --keep-generated 选项

类型 1:ZIP 文件

  • 将 ZIP 文件解压到 app/code/Namogoo
  • 通过运行 php bin/magento maintenance:enable 启用维护模式
  • 通过运行 php bin/magento module:enable --clear-static-content Namogoo_IntentBasedPromotion 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新
  • 通过运行 php bin/magento setup:static-content:deploy 部署静态内容
  • 通过运行 php bin/magento maintenance:disable 禁用维护模式
  • 通过运行 php bin/magento cache:flush 清除缓存

类型 2:Composer

  • 通过运行 composer require namogoo/module-intentbasedpromotion 安装模块
  • 通过运行 php bin/magento maintenance:enable 启用维护模式
  • 通过运行 php bin/magento module:enable --clear-static-content Namogoo_IntentBasedPromotion 启用模块
  • 通过运行 php bin/magento setup:upgrade 应用数据库更新
  • 通过运行 php bin/magento setup:static-content:deploy 部署静态内容
  • 通过运行 php bin/magento maintenance:disable 禁用维护模式
  • 通过运行 php bin/magento cache:flush 清除缓存

配置

  • store_token (intent_based_promotion/store_detail/store_token)

  • store_name (intent_based_promotion/store_detail/store_name)

  • store_domain (intent_based_promotion/store_detail/store_domain)

  • store_email (intent_based_promotion/store_detail/store_email)

  • tag (intent_based_promotion/namogoo_detail/tag)

  • cdn_url (intent_based_promotion/namogoo_detail/cdn_url)

  • invite_url (intent_based_promotion/namogoo_detail/invite_url)