rapidez/boldcommerce-order-comments

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

0.4.0 2024-03-21 10:51 UTC

This package is auto-updated.

Last update: 2024-04-21 10:56:22 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 }}