rapidez / boldcommerce-order-comments
There is no license information available for the latest version (5.0.0) of this package.
Package info
github.com/rapidez/boldcommerce-order-comments
Language:JavaScript
pkg:composer/rapidez/boldcommerce-order-comments
5.0.0
2026-09-10 08:02 UTC
Requires
- php: ^8.0
- rapidez/core: ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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="custom.comment" name="comment" />
To display the order comment, usually in the checkout, you can use:
@{{ custom.comment }}