rapidez/boldcommerce-order-comments

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

Installs: 2 988

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

4.0.0 2025-09-02 11:12 UTC

This package is auto-updated.

Last update: 2025-09-02 11:12:42 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 }}