pricemotion / module-pricemotion
Stay aware of your competitor's prices with Pricemotion
Installs: 988
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 8
Type:magento2-module
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-10-09 13:52:37 UTC
README
This extension integrates your Magento 2 store with Pricemotion.
- This extension on Magento Marketplace
- Information about this extension on Pricemotion.nl (Dutch)
- Installation & user guide
We recommend installing the extension via GitHub, because Magento Marketplace releases are frequently delayed by Magento's review.
Direct installation from GitHub
In order to install the development version, or a new version that has not yet been published on Magento Marketplace, you may use Composer to directly install the extension from GitHub.
Edit your composer.json
and add the GitHub repository to the top of the
repositories
section:
{
"type": "vcs",
"url": "https://github.com/pricemotion/magento2"
},
After you've done this, install or upgrade the extension using the command line:
# 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
Lastly run the Magento update process:
bin/magento setup:upgrade