silvercommerce/checkout-special-instructions

Add a special instructions field to the checkout process, which is then saved to the order

Installs: 187

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Type:silverstripe-vendormodule

1.0.1 2020-10-26 12:49 UTC

This package is auto-updated.

Last update: 2024-03-26 20:47:20 UTC


README

Add a "special instructions" field to the checkout process (which is then saved to the order)

Instalation

Install this module via composer:

composer require silvercommerce/checkout-special-instructions

Usage

Once installed, this module adds a textarea to the customer details form in the checkout process.

If this field has a value, it is transfered to the Estimate/Invoice, which can then be viewed by going to the "Sales" tab in the admin (a new field is added below the items ordered).

NOTE If you want to add the special instructions to any emails sent, you need to ensure you add the $SpecialInstructions variable to your email templates.