Magento 2: Install JMango360 Plugin for GraphQL-based Apps
Compatibility: JMango360 plugin supports all product types, except virtual and downloadable products. As for payment methods, all gateway / hosted methods meeting the requirements below are supported:
- hosted methods should be redirected from place order page
- if succeed, they should return to checkout/onepage/success page
- if fail, they should return to checkout/cart page
You are recommended to back up all of themes and extensions in Magento before installation, especially when you are working on a live server.
Plugin Installation for GraphQL App
Install the following core modules to ensure generic functionality:
Required Modules
jmango360/module-core : Generic module
jmango360/smart-app-banner : Smart App Banner (SAB)
jmango360/redirect-url : Checkout via website
jmango360/module-catalog-graph-ql : Catalog fixes & features
jmango360/module-bff-auth-graph-ql : Customer token fix
jmango360/module-sales-graph-ql : Mark app order
Installation Steps
Run the following commands in your shell terminal:
Step 1: Configure the repository
- composer config repositories.jmango360 composer https://gitlab.jmango360.com/api/v4/group/33/-/packages/composer/packages.json
Step 2: Require the modules
- composer require jmango360/module-core jmango360/smart-app-banner jmango360/redirect-url jmango360/module-catalog-graph-ql jmango360/module-bff-auth-graph-ql jmango360/module-sales-graph-ql
Step 3: Enable the modules
- php bin/magento module:enable Jmango360_Core Jmango360_SmartAppBanner Jmango360_RedirectUrl Jmango360_CatalogGraphQl Jmango360_BffAuthGraphQl Jmango360_SalesGraphQl
š” Note: If your app includes additional custom features, you may need to install specific supplementary modules to support them
Related Articles
Magento 1: Install JMango360 plugin by FTP
Compatibility: JMango360 pluginĀ supports all product types, except virtual and downloadable products. As for payment methods, all gateway/hosted methods meeting the requirements below are supported: hosted methods should be redirected from place ...
Magento 1: Install JMango360 plugin from Magento Marketplace
Magento 1 will reach end of life on June 30, 2020. This M1 extension will be removed from the store on July 07, 2020. If you plan to keep this extension, we recommend that you download it as it will not be available in the Magento Repository after ...
Magento 2: Install JMango360 plugin from Magento Marketplace
From plugin version 2.1.19, we no longer support Magento 2.2.X. Compatibility: JMango360 pluginĀ supports all product types, except virtual and downloadable products. As for payment methods, all gateway/hosted methods meeting the requirements below ...
Magento 1: Install JMango360 plugin using package file
Compatibility: JMango360 pluginĀ supports all product types, except virtual and downloadable products. As for payment methods, all gateway/hosted methods meeting the requirements below are supported: hosted methods should be redirected from place ...
Magento 1: Install JMango360 PWA plugin using package file
Compatibility: JMango360 pluginĀ supports all product types, except virtual and downloadable products. As for payment methods, all gateway / hosted methods meeting the requirements below are supported: hosted methods should be redirected from place ...