poongud / module-customdeliverydate
Assignment 2
Package info
github.com/poongud/module-customdeliverydate
Language:JavaScript
Type:magento2-module
pkg:composer/poongud/module-customdeliverydate
1.0.0
2022-02-26 13:40 UTC
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 102.0.*
This package is not auto-updated.
Last update: 2026-04-06 07:25:25 UTC
README
Assignment 2 : On the checkout shipping page add a new field to collect the shipping date and time. When the order is placed, the customer needs to enter the shipping date and time.
Installation steps
- composer require poongud/module-customdeliverydate
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy -f
- php bin/magento cache:clean


