diff --git a/tailbone/templates/custorders/configure.mako b/tailbone/templates/custorders/configure.mako
index 0ce07f30..6d51e433 100644
--- a/tailbone/templates/custorders/configure.mako
+++ b/tailbone/templates/custorders/configure.mako
@@ -97,6 +97,15 @@
+
+
+ Allow re-order via past item lookup
+
+
+
%def>
diff --git a/tailbone/templates/custorders/create.mako b/tailbone/templates/custorders/create.mako
index f8d7096e..cdbf584c 100644
--- a/tailbone/templates/custorders/create.mako
+++ b/tailbone/templates/custorders/create.mako
@@ -485,12 +485,14 @@
@click="showAddItemDialog()">
Add Item
+ % if allow_past_item_reorder:
Add Past Item
+ % endif
@@ -851,6 +853,7 @@
@selected="productLookupSelected">
+ % if allow_past_item_reorder:
+ % endif