bina/module-popup

弹出窗口

安装: 0

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

1.6.1 2022-12-09 00:13 UTC

This package is auto-updated.

Last update: 2024-09-09 04:22:08 UTC


README

Bina Commerce

关于项目

这是我Magento 2的实现,用于我的Bina Commerce品牌。

这个小开发允许您使用Magento 小部件用户工具在您的商店页面中添加弹出窗口。

安装

要继续安装您的模块,您需要前往您的Magento安装文档根目录并运行以下命令

composer require bina/module-popup
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:clean
bin/magento cache:flush

注意 要执行 bin/magento setup:static-content:deploy,您需要使用ISO-639格式列出您商店/的所有语言。此外,如果您使用的是非生产模式的平台,则需要使用-f标志执行命令:bin/magento setup:static-content:deploy -f (https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.html)。

注意 命令 bin/magento cache:flush 是可选的 (https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cache.html#config-cli-subcommands-cache-clean)。

用法

要查找使用说明和相关问题的文档,请访问这个开发的官方页面

作者