@model LittleShop.DTOs.CreateOrderDto @{ ViewData["Title"] = "Create Order"; }

Create Order

Customer Information
@Html.AntiForgeryToken() @if (ViewData.ModelState[""] != null && ViewData.ModelState[""].Errors.Count > 0) { }
Anonymous identifier for the customer
Shipping Information
Back to Orders
Order Information

Create a new order manually for phone or email orders.

  • Customer Reference: Anonymous identifier
  • Shipping Details: Required for delivery
  • Payment: Add after order creation
  • Products: Add items after creation
Orders created here will appear in the orders list with PendingPayment status.