Magento 1: Configure the PWA plugin

Magento 1: Configure the PWA plugin

After you install the JMango360 PWA plugin successfully on your Magento webshop, please go to Magento AdminJMango360 > Settings to configure the PWA plugin.



Connection Credentials

  1. Version: The version of the PWA plugin.
  2. User Name: The API username will be checked from the integrated PWA while a session is set up between the PWA and the Magento store.
  3. API Key: The API key will be checked from the integrated PWA while a session is set up between the PWA and the Magento store.
  4. Use token for API communications: NO by default. If YES, the token will be refreshed on each request.

Catalogue Settings

  1. On Manage Products enable Hide on App: YES by default. A Hide on App column will be added to Catalog > Manage Products, allowing you to hide some of your products from your PWA.
  2. Exclude attributes on Product Details: If you do not want an attribute to appear in the Additional Info tab in the product details page, select it in the list and save config. Hold down Ctrl/Cmd to select multiple attributes.

Mobile App Checkout Settings

  1. Popup URLs: This setting applies to Klarna checkout only. Please specify all the URLs that will be shown during the checkout process to show them in pop-ups.

Sales Settings

  1. Enable Order From in orders list: YES by default. An Order From column will be added to Sales > Orders, allowing you to know which orders are from your PWA.
  2. Allow back order: YES by default. Your PWA will be set to accept back orders for products that are out of stock.

Customer Settings

  1. Enable JMango360 User in Customer list: YES by default. A JMango360 User column will be added to Customers > Manage Customers, allowing you to know which customers are registered on PWA.

Bazaarvoice Settings

  1. Enable Bazaarvoice: NO by default. Turn on this setting if you want to use Bazaarvoice Conversions for product review in your PWA.

Developer

  1. Enable debug logging: NO by default. Turn on to allow JMango360 to log all the requests from mobile to website. The log file can be downloaded and used for debugging.
  2. Re-run SQL upgrade: If the PWA doesn't work properly after the plugin upgrade, click Re-run to re-run the SQL upgrade.
  3. Exclude modules: List of modules need bypassing session validation. Enter one module name per line, e.g., TIG_PostNL.
  4. Include sessions: List of session namespaces need bypassing validation. Enter one name per line.
  5. Disable flat product: YES by default. Disable flat products for JMango360 APIs.
  6. Custom shipping methods block: NO by default. JMango360 onepage checkout will not use custom shipping method templates.
  7. Custom payment methods block: NO by default. JMango360 onepage checkout will not use custom payment method templates.
  8. Exclude totals: List of totals need excluding from order totals. Enter one module name per line, e.g., simirewardpoints_label.
  9. Support Varnish: NO by default. If your website uses the Nexcessnet_Turpentine module, enable this setting to make Varnish work with your PWA.
  10. Enable API Caching: NO by default. API caching reduces the number of requests a server needs to process, in turn reducing data loading times. For more details, see Speed up your app with API caching.
  11. API Cache lifetime: 3600 seconds by default. Specify the API cache lifetime in seconds.
  12. API Cache on a new order: Set how API cache behaves when a new order is placed. Three available options: always clear product cache (default), do not clear product cache, clear if the product is out of stock.

    • Related Articles

    • Video Tutorials - Create Your Integrated PWA

      Create a Magento 2 PWA Create a BigCommerce PWA Create a PrestaShop 1.7 PWA Create a PrestaShop 1.6 PWA
    • Magento 2: Configure the PWA plugin

      After you install the JMango360 PWA plugin successfully on your Magento 2 webshop, please go to Magento Admin > Stores > Configuration > Services > JMango360 Mobile to configure the PWA plugin. Connection Credentials Version: The version of the PWA ...
    • Magento 2: Configure the plugin

      After you install the JMango360 plugin successfully on your Magento 2 webshop, please go to Magento Admin > Stores > Configuration > Services > JMango360 Mobile to configure the plugin. Connection Credentials Version: The version of the plugin. User ...
    • Magento 2: Install JMango360 PWA plugin with COMMAND LINE

      To upgrade plugin from version lower than 1.8.5, please remove the current plugin before upgrading: $ php composer.phar remove jmango360/japi Compatibility: JMango360 plugin supports all product types, except virtual and downloadable products. As for ...
    • 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 ...