customsumit / magento2-api
A Magento 2 module that allows kitbuildr custom kit products to be added directly into a Magento basket.
1.3.4
2025-04-03 08:11 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0
- customsumit/adapter-php: ~1.0.0
This package is auto-updated.
Last update: 2025-05-05 11:33:21 UTC
README
Installation
composer require customsumit/magento2-api
Setup
Settings
- Go to Stores > Settings > Configuration > Optagon Group > kitbuildr Configuration
- To enable the module, select Yes from the Enabled dropdown.
- Paste your Private Key into the key field, including the entire provided key e.g.
-----BEGIN PRIVATE KEY----- THD8ikKPWvwIBADqhkiG9w0BAQEFAASCBKkwggSlAgEAA ... -----END PRIVATE KEY-----
- Select Yes from the URL Links Enabled in Admin dropdown to enable kit references 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