diff --git a/dashboard/templates/dashboard/order/detail.html b/dashboard/templates/dashboard/order/detail.html
index b95f6a9..9563824 100644
--- a/dashboard/templates/dashboard/order/detail.html
+++ b/dashboard/templates/dashboard/order/detail.html
@@ -73,7 +73,11 @@
{% else %}
{% endif %}
-
{{line.customer_note}}
+ {{ line.variant.product.subtitle }}
+ {{line.customer_note}}
+