We couldn’t process the purchase. Please check your card
information and try again.
) : success ? (
Thank you for your order.
) : (
My CartReview your Order
{data!.lineItems.map((item) => (
))}
Before you leave, take a look at these items. We picked them
just for you
{[1, 2, 3, 4, 5, 6].map((x) => (
))}
)}
{process.env.COMMERCE_CHECKOUT_ENABLED && (
<>
{/* Shipping Address */}
{/* Only available with checkout set to true - Meaning that the provider does offer checkout functionality. */}
+ Add Shipping Address
{/*
1046 Kearny Street.
San Franssisco, California
*/}
{/* Payment Method */}
{/* Only available with checkout set to true - Meaning that the provider does offer checkout functionality. */}