Customer Order Date

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.

Screenshot 2026-07-02 162017.png

Supported Date Formats

Symbol / FormatDescription

%Y

Year with century (e.g., 2023)

%m

Month in numeric format (01–12)

%d

Day of the month (01–31)

%B

Full month name (e.g., January )

%b

Abbreviated month name (e.g., Jan )

%A

Full weekday name (e.g., Sunday)

%a

Abbreviated weekday name (e.g., Sun)

%Y-%m-%d

Year-Month-Day format (e.g., 2023-12-27)

%Y/%m/%d

Date with slashes (e.g., 2023/12/27)

%B %d, %Y

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.