abeta-io / magento2
Abeta extension for Magento 2
Installs: 4 609
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4.0
- magento/framework: >=100.1.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-04-11 11:56:57 UTC
README
The official Magento 2 plugin for Abeta. Offer OCI and cXML PunchOut quickly and easily with Abeta. Connect with procurement systems / ERPs such as Coupa, Oracle and Sap Ariba. Increase the turnover of existing customers or acquire new customers with the help of B2B connections.
Installation
Magento® Marketplace
This extension will be available on the Marketplace soon.
Install via Composer
-
Go to Magento® 2 root folder
-
Enter the following commands to install module:
composer require abeta-io/magento2
-
Enter following commands to enable module:
php bin/magento module:enable Abeta_PunchOut php bin/magento setup:upgrade php bin/magento cache:clean
-
If Magento® is running in production mode, deploy static content with the following command:
php bin/magento setup:static-content:deploy
Install from GitHub
-
Download the zip package by clicking "Clone or Download" and select "Download ZIP" from the dropdown.
-
Create an app/code/Abeta/PunchOut directory in your Magento® 2 root folder.
-
Extract the contents from the "magento2-abeta" zip and copy or upload everything to app/code/Abeta/PunchOut
-
Run the following commands from the Magento® 2 root folder to install and enable the module:
php bin/magento module:enable Abeta_PunchOut php bin/magento setup:upgrade php bin/magento cache:clean
-
If Magento® is running in production mode, deploy static content with the following command:
php bin/magento setup:static-content:deploy