dominicwatts / ordercomment
Order Comment Extension enabling customer to leave order comments on the checkout
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.0||~7.0.0||~7.1.0||~7.2.0||~7.3.0
- magento/framework: *
This package is auto-updated.
Last update: 2024-11-08 07:56:44 UTC
README
Order Comment Extension to enable customer to leave order comments on the checkout. The comment is then visible in the admin.
Install instructions
composer require dominicwatts/ordercomment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
I recommend that you redeploy the static content in your theme
php bin/magento setup:static-content:deploy