poongud/module-customdeliverydate

Assignment 2

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

1.0.0 2022-02-26 13:40 UTC

This package is not auto-updated.

Last update: 2024-10-07 00:17:00 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

Checkout page

image

image

Adminend order grid

image