The Shopgate Connect integration for Magento enables you to utilize the Shopgate API endpoints to connect to via the App.
Download and unzip the latest releases into the root folder of your Shopgate Connect Integration Magento installation.
See CHANGELOG.md file for more information.
See CONTRIBUTING.md file for more information.
Shopgate is the leading mobile commerce platform. Online retailers use our software-as-a-service (SaaS) to provide their mobile customers with successful native shopping apps. Developers can enhance the Shopgate Connect platform by building extensions that customize the user experience and add new functionality to our powerful ecommerce solutions.
The Shopgate Shopgate Connect Integration Magento integration is available under the Apache License, Version 2.0.
See the LICENSE file for more information.
Our repository does support Magento composer installer, however, there is a small caveat with installing sub-directory dependencies. We have placed an oAuth2 inside the lib
folder that also needs its dependencies updated by composer. You do not need to worry about this if you are downloading the release zip package or using Magento marketplace. The process of handling it will be running these command lines at the root (where the main composer file is):
composer require shopgate/connect-integration-magento="~3.1.2"
composer install -vvv --no-dev -d vendor/shopgate/connect-integration-magento/src/lib/Shopgate/connect-integration-magento-oauth2
If you have 'copy' as deployment strategy, then you will need to redeploy (re-copy) the files by running this command at the root:
composer run-script post-install-cmd -vvv -- --redeploy