Search by

rapidez / boldcommerce-order-comments

rapidez

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

Statistics

Installs: 3 816

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

5.0.0 2026-09-10 08:02 UTC

This package is auto-updated.

Last update: 2026-09-10 08:38:48 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="custom.comment" name="comment" />

To display the order comment, usually in the checkout, you can use:

@{{ custom.comment }}