This extension integrates your Magento 2 store with Pricemotion.
We recommend installing the extension via GitHub, because Magento Marketplace releases are frequently delayed by Magento's review.
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