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 += `Anzahl: ${i}`; else elementProduct += `Anzahl: ${i}`; } @@ -251,7 +251,7 @@ sofort verfügbar `; - for(let i = 1; i <= 5; i++){ + for(let i = 1; i <= 15; i++){ if(objProductInfo.quantity == i) elementProduct += `Anzahl: ${i}`; else elementProduct += `Anzahl: ${i}`; }