The Customer Order Date dynamic data field lets you display the date when the logged-in customer last ordered a specific product. Showing a customer's previous purchase date helps create a more personalized shopping experience and can encourage repeat purchases.
For example, you can remind returning customers when they last purchased the product, making it easier for them to reorder consumable or frequently purchased items.
Example Badges:
Last purchased on Aug 12, 2026
You last ordered this product on July 5
How to Display the Customer Order Date
Step 1: Add the Dynamic Data Field
While creating or editing a Badge or Highlight, insert the following dynamic data field into the badge text:
{{CustomerOrderDate}}
Step 2: Save the Badge
Click Save to apply your changes.
When a logged-in customer visits the product page, the badge will automatically display the date of their most recent purchase of that product.
Supported Date Formats
| Symbol / Format | Description |
|---|---|
| Year with century (e.g., 2023) |
| Month in numeric format (01–12) |
| Day of the month (01–31) |
| Full month name (e.g., January ) |
| Abbreviated month name (e.g., Jan ) |
| Full weekday name (e.g., Sunday) |
| Abbreviated weekday name (e.g., Sun) |
| Year-Month-Day format (e.g., 2023-12-27) |
| Date with slashes (e.g., 2023/12/27) |
| Month Day, Year format (e.g., December 27, 2023) |
Important Notes
- The
{{CustomerOrderDate}}dynamic data field is available for Pro plan and above users only.- The purchase date is displayed only for logged-in customers who have previously purchased the product.
- If the customer has never purchased the product before, no purchase date will be displayed.