From f32dd81bea1d4ceba253385e199f04a3298bf3b0 Mon Sep 17 00:00:00 2001 From: Adilson Fernando Date: Wed, 8 Feb 2023 21:41:21 -0300 Subject: [PATCH] fix: colocando o installments em 4x como o figma --- store/blocks/pdp/product.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 670bc96..2871e03 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -186,7 +186,8 @@ "blockClass": "divParcelamente", "markers": ["discount"], "message": "{installmentsNumber} de {installmentValue} sem juros", - "installmentsCriteria": "max-quantity-without-interest" + // "installmentsCriteria": "max-quantity-without-interest" + "installmentOptionsFilter": { "installmentsQuantity": 4 } } }, "html#product-modelo": {