With the Magento plugin you embed your configento.app configurator directly in your Magento product page. Customers configure and buy without leaving the shop.
Prerequisites
- Magento 1.x or Magento 2.x (Adobe Commerce)
- Active configento.app account
- Admin access to your Magento backend
Download the Plugin
In the V3 backend under Settings → Integrations you find the Magento 1.x and Magento 2.x sections. Click Download plugin.
Security Token
Also under Settings → Integrations you see a security token per integration. Together with your customer number (visible on the Services page in the Service Portal) you need this for the plugin configuration.
Installation — Magento 2
Via Composer (recommended)
composer require justselling/configento-magento2
bin/magento module:enable Justselling_Configento
bin/magento setup:upgrade
bin/magento cache:clean
Manual
- Unzip the file
- Copy contents to
app/code/Justselling/Configento/ - In Magento backend: System → Cache Management → Flush all
- In Magento backend: System → Index Management → Reindex all
Configure the Plugin
- In Magento backend: Stores → Configuration → Justselling → configento.app
- Enter customer number (visible in Service Portal under Services)
- Enter security token (visible under Settings → Integrations → Magento 2.x)
- Save
Link a Product to the Configurator
- Open the desired product in the Magento backend
- Choose the configento.app tab
- Enable configurator: Yes
- Enter the component ID (visible in the V3 backend in the component overview)
- Save and flush cache
What Happens at Purchase?
- Customer opens the product page — the configurator loads automatically
- Customer selects their configuration — price is calculated in real time
- Customer clicks Add to cart — the configuration is created as an individual item
- Order is processed normally via Magento
Check the Connection
In the Service Portal under Connections you see all active shop connections with the date of last activity.
Troubleshooting
Configurator does not load:
- Flush cache (Magento + browser)
- Check customer number and security token
- Check for JavaScript errors in the browser console
Further questions: Support via the chat button in the Service Portal.