rapidez / boldcommerce-order-comments
Installs: 1 791
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.0|^8.1|^8.2
- rapidez/core: ^3.0
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 }}