pricemotion/module-pricemotion

该包的最新版本(v1.3.7)没有提供许可证信息。

使用Pricemotion监控您的竞争对手的价格

安装: 988

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 8

类型:magento2-module

v1.3.7 2022-07-29 10:07 UTC

README

此扩展将您的Magento 2商店与Pricemotion集成。

我们建议通过GitHub安装扩展,因为Magento Marketplace的发布经常被Magento的审核延迟。

直接从GitHub安装

为了安装开发版本或尚未在Magento Marketplace上发布的版本,您可以使用Composer直接从GitHub安装扩展。

编辑您的composer.json并将GitHub仓库添加到repositories部分顶部

{
    "type": "vcs",
    "url": "https://github.com/pricemotion/magento2"
},

完成此操作后,使用命令行安装或升级扩展

# If you have not yet installed the extension
composer require pricemotion/module-pricemotion
# If you have installed the extension previously
composer update pricemotion/module-pricemotion

最后运行Magento更新过程

bin/magento setup:upgrade