diff --git a/core/lib/Thelia/Config/Resources/config.xml b/core/lib/Thelia/Config/Resources/config.xml
index 326f52145..c0199652d 100755
--- a/core/lib/Thelia/Config/Resources/config.xml
+++ b/core/lib/Thelia/Config/Resources/config.xml
@@ -24,6 +24,7 @@
+
diff --git a/templates/default/order_invoice.html b/templates/default/order_invoice.html
index 865fdb267..b08283c6c 100644
--- a/templates/default/order_invoice.html
+++ b/templates/default/order_invoice.html
@@ -258,11 +258,15 @@
{/form_field}
+ {form_field form=$form field='payment-module'}
+
Choose your payment method
- $value) { ?>
+
+ {loop type="payment" name="payments" force_return="true"}
+
-
-
+
+ {/loop}
+
+ {/form_field}
+
Back