Skip to content

Magento 1.X plugin for Shopgate Connect

License

Notifications You must be signed in to change notification settings

shopgate/connect-integration-magento

Repository files navigation

Shopgate Connect Integration Magento

GitHub license Build Status

Swagger: Swagger Status

The Shopgate Connect integration for Magento enables you to utilize the Shopgate API endpoints to connect to via the App.

Getting Started

Download and unzip the latest releases into the root folder of your Shopgate Connect Integration Magento installation.

Changelog

See CHANGELOG.md file for more information.

Contributing

See CONTRIBUTING.md file for more information.

About Shopgate

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.

License

The Shopgate Shopgate Connect Integration Magento integration is available under the Apache License, Version 2.0.

See the LICENSE file for more information.

Magento Composer Installer

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