customsumit/magento2-api

A Magento 2 module that allows Custom Kits from Custom SumIT to be added to a Customer's basket.

Installs: 1 608

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

1.3.3 2024-08-05 09:49 UTC

README

Installation

composer require customsumit/magento2-api

Setup

Settings

  • Go to Stores > Settings > Configuration > CUSTOM SUMIT > Kit Builder.
  • To enable the module, select Yes from the Enabled dropdown.
  • In the Connector Options section, paste Private Key provided Custom SumIT. This must include the header text and footer text on the key:
    -----BEGIN PRIVATE KEY-----
    THD8ikKPWvwIBADqhkiG9w0BAQEFAASCBKkwggSlAgEAA
    ...
    -----END PRIVATE KEY-----
    
  • Select Yes from the URL Links Enabled in Admin dropdown to enable Kit Reference URLs in Magento admin to be clickable.

    Requirements

    Magento

  • 2.1.x

PHP

Your website's PHP server must have the following configuration settings. These can be found in the loaded php.ini file.

allow_url_fopen = On