rapidez/boldcommerce-order-comments

There is no license information available for the latest version (3.0.0) of this package.

Installs: 1 791

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

3.0.0 2024-12-13 10:07 UTC

This package is auto-updated.

Last update: 2024-12-13 10:08:14 UTC


README

Implementation of the order comments in the Rapidez checkout.

Installation

composer require rapidez/boldcommerce-order-comments

Add the a textarea to your views in the checkout:

<x-rapidez::textarea v-model="checkout.comment" name="comment" />

To display the order comment, usually in the checkout, you can use:

@{{ $root.checkout.comment }}