pricemotion / module-pricemotion
该包的最新版本(v1.3.7)没有提供许可证信息。
使用Pricemotion监控您的竞争对手的价格
v1.3.7
2022-07-29 10:07 UTC
Requires
- php: >=7.4
- ext-curl: *
- ext-dom: *
- ext-json: *
- pricemotion/sdk: 1.2.0
Requires (Dev)
- dev-master
- v1.3.7
- v1.3.6.1
- v1.3.6
- v1.3.5.1
- v1.3.5
- v1.3.4.1
- v1.3.4
- v1.3.3.1
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0.1
- v1.2.0
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-webhook
- dev-composer-install
- dev-sdk
- dev-global-prices
- dev-widget-i18n
This package is auto-updated.
Last update: 2024-09-09 13:37:53 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