diff --git a/view/frontend/web/template/payment/cc-form.html b/view/frontend/web/template/payment/cc-form.html
index 07def5352..7a4d64a3e 100755
--- a/view/frontend/web/template/payment/cc-form.html
+++ b/view/frontend/web/template/payment/cc-form.html
@@ -93,7 +93,7 @@
+ data-bind="attr: {id: getCode() + '_installments_div'},visible: installments() && Array.isArray(installments()) && installments().length > 0">
diff --git a/view/frontend/web/template/payment/cc-vault-form.html b/view/frontend/web/template/payment/cc-vault-form.html
index 515ed6ba9..12343bb6e 100644
--- a/view/frontend/web/template/payment/cc-vault-form.html
+++ b/view/frontend/web/template/payment/cc-vault-form.html
@@ -74,7 +74,7 @@
+ data-bind="attr: {id: getCode() + '_installments_div'}, visible: installments() && Array.isArray(installments()) && installments().length > 0">
diff --git a/view/frontend/web/template/payment/pos-cloud-form.html b/view/frontend/web/template/payment/pos-cloud-form.html
index 9967f5c95..a6855d28c 100644
--- a/view/frontend/web/template/payment/pos-cloud-form.html
+++ b/view/frontend/web/template/payment/pos-cloud-form.html
@@ -76,7 +76,7 @@
+ data-bind="attr: {id: getCode() + '_installments_div'}, visible: installments() && Array.isArray(installments()) && installments().length > 0">