From 838f08fee38592e3604ecbe01de7a4531d7321ed Mon Sep 17 00:00:00 2001 From: Yaroslav Rogoza Date: Mon, 30 Apr 2018 10:29:03 +0200 Subject: [PATCH] Switch updatecart qty input validators to dynamic instead of hardcoded value --- .../frontend/templates/cart/item/configure/updatecart.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml b/app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml index a402f0f9d99b7..ddbc32d9012e4 100644 --- a/app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml +++ b/app/code/Magento/Checkout/view/frontend/templates/cart/item/configure/updatecart.phtml @@ -19,7 +19,7 @@
+ class="input-text qty" data-validate="escapeHtml(json_encode($block->getQuantityValidators())) ?>"/>