Liquid Modules
  • Modules
    • Getting Started
    • Authentication
    • React
      • Breadcrumbs
      • Carousel
        • Category Carousel
        • Product Carousel
      • Cart
      • Checkout
      • Order Confirmation
      • Order Tracking
      • Product
      • Product List Page
Powered by GitBook
On this page
  1. Modules
  2. React

Order Confirmation

The order confirmation module is fully integrated with checkout components and displays order details after the checkout.

Usage

  import type { FC } from 'react';
  import { LiquidOrderConfirmation } from '@liquidclouddev/modules-react';
  
  const Component: FC = () => {
    return <LiquidOrderConfirmation />;
  };
  
  export default Component;
PreviousCheckoutNextOrder Tracking

Last updated 1 year ago