shopgate/cart-integration-magento2-m2

Shopgate meta package containing the necessary modules to synchronize data across servers.

2.9.42 2024-04-03 09:56 UTC

README

References the extensions required for a Shopgate Go integration.

Usage

Go to Magento 2 root folder and require the package via Composer:

composer require shopgate/cart-integration-magento2-m2:^2.9.40 --update-with-dependencies

This will install all three extensions required for Shopgate to run in the vendors/shopgate folder:

  • Shopgate_Base
  • Shopgate_Export
  • Shopgate_Import

Enable the extensions and upgrade the database schemas:

bin/magento module:enable Shopgate_Base Shopgate_Export Shopgate_Import
bin/magento setup:upgrade

Changelog

Changes will be documented in the respective referenced packages, see: