rapidez / boldcommerce-order-comments
There is no license information available for the latest version (4.0.0) of this package.
Package info
github.com/rapidez/boldcommerce-order-comments
Language:JavaScript
pkg:composer/rapidez/boldcommerce-order-comments
4.0.0
2025-09-02 11:12 UTC
Requires
- php: ^8.0
- rapidez/core: ^3.0|^4.0
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 }}