Installation and implementation
To install the module, simply:
- Install the module: - Add the composer repository to the configuration by running
composer config repositories.project.checkout.comment vcs https://gitlab.com/magento2ext/magento-2-checkout-comment
Add an access token to the private GitLab repositorycomposer config --auth gitlab-token.gitlab.com <YOUR_TOKEN>
Install the composer module by runningcomposer require kowal/module-checkoutcomment
Enable the module by runningphp bin/magento module:enable Kowal_CheckoutComment
- Run the commands:
bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:flush bin/magento indexer:reindex sales_order_grid
- Go to Kowal.co → Checkout Comment → Settings and enable the module.























