CheckoutSubtotal

CheckoutSubtotal

new CheckoutSubtotal(props)

A component that takes the global cart and presents it in a List to the user before they checkout. Also allows the user to provide specific instructions for each chef they order from.

Parameters:
Name Type Description
props CheckoutSubtotalProps
Source:

Type Definitions

CheckoutSubtotalProps

Properties:
Name Type Description
setComment function

Callback function to set the instructions being passed onto the chef

Source: