From 5d1d02fa20e6829981ce04de6dbbd967dface060 Mon Sep 17 00:00:00 2001 From: touffies Date: Fri, 25 Oct 2013 14:01:09 +0200 Subject: [PATCH] integration error message for coupon code --- templates/default/order-invoice.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/templates/default/order-invoice.html b/templates/default/order-invoice.html index 911088faa..68868b0cb 100644 --- a/templates/default/order-invoice.html +++ b/templates/default/order-invoice.html @@ -140,13 +140,15 @@ {form_field form=$form field='coupon-code'} -
- - - - - - {if $error}{$message}{/if} +
+
+ + + + + +
+ {if $error} {$message}{/if}
{/form_field}