Skip to content

rapidez/boldcommerce-order-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapidez Order comments

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 }}