conneqt / module-punchout
Punchout System
This package is auto-updated.
Last update: 2024-10-14 14:57:03 UTC
README
``conneqt/module-punchout``
With the punchout we enable the possibilities for customers to login into the webshop directly from their Punchout system, which most of times is intergrated into their ERP system.
The punchout enabled filling up a cart with products and sending them back to their ERP so that they can create a purchase order, to order the requested products.
Main Functionalities
Punchout System
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/Conneqt
- Enable the module by running
php bin/magento module:enable Conneqt_Punchout
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require conneqt/module-punchout
- enable the module by running
php bin/magento module:enable Conneqt_Punchout
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
OCI
Punchout system
Navigate to Conneqt -> PunchoutSystem and click Add new PunchoutSystem
.
Fill in a name and select type OCI
Punchout Link
Navigate to Conneqt -> PunchoutLink and click Add new PunchoutLink
Select your Website, customer and punchoutsystem_id and create at least 2 identifier mappings, USERNAME and PASSWORD. Make sure that the username and password filled in into value, match the username and password that are set on the customer.
CXML
No docs yet
How to test
OCI
https://punchoutcommerce.com/tools/oci-roundtrip-tester
Fill in the url like this {base-url}/conneqt-punchout/index/login
Username and password should be the same as the punchout username and password of the user you're trying to login to and the configuration in Magento.
CXML
No docs yet