diff --git a/routes/web.php b/routes/web.php
index 4ebbdbee..1767fd9a 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -6087,7 +6087,12 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
}
if ($preorder) {
- echo "PREORDER: " . $preorder;
+ if ($preorder === 'true') {
+ echo "PREORDER SI !: " . $preorder;
+ } else {
+ echo "PREORDER: " . $preorder;
+ }
+
}
echo "
";