Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 881 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 881 Bytes

Pyxl_ShippingNotes

This module adds a textarea field to the checkout process for the user to provide any shipping notes to the order.

Getting Started

To install into your existing Magento site run the following two commands.

composer config repositories.pyxl-shippingnotes git https://github.com/thinkpyxl/magento2-Pyxl_ShippingNotes.git
composer require pyxl/module-shippingnotes:^1.0.6
bin/magento module:enable Pyxl_ShippingNotes
bin/magento setup:upgrade
bin/magento cache:clean

There are no settings for this module. The field will automatically appear between the shipping address and shipping methods components on checkout. It saves the notes to the quote and order in the database and displays them in the Order view for both the customer and the admin.

Authors