diff --git a/templates/Layout/AccountPage_order.ss b/templates/Layout/AccountPage_order.ss index 3ee97a5..a5a53a4 100644 --- a/templates/Layout/AccountPage_order.ss +++ b/templates/Layout/AccountPage_order.ss @@ -24,6 +24,13 @@ <% include OrderPayments %> <% end_if %> + <% if TotalOutstanding.Amount != 0 %> +
+ <% _t('AccountPage_order.WARNING','Warning!') %> + There is an outstanding amount on this order, please complete payment for this order here. +
+ <% end_if %> + <% if Downloads %> <% include OrderDownloads %> <% end_if %> @@ -41,4 +48,4 @@ <% end_if %> - \ No newline at end of file +