From badadbc0bf5f43f16d2f0d211a3c6a612eb2af0b Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Fri, 2 Sep 2022 11:57:57 +0200 Subject: [PATCH] add 15 options in quantity of products --- content/master.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/master.blade.php b/content/master.blade.php index ec8df63..4ea2ebe 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -227,7 +227,7 @@ sofort verfügbar
`; - for(let i = 1; i <= 5; i++){ + for(let i = 1; i <= 15; i++){ if(objProductInfo.quantity == i) elementProduct += ``; else elementProduct += ``; }