tesst
This commit is contained in:
@@ -6087,8 +6087,13 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po
|
||||
}
|
||||
|
||||
if ($preorder) {
|
||||
if ($preorder === 'true') {
|
||||
echo "<span class='badge badge-success' style='color: green;'>PREORDER SI !</span>: " . $preorder;
|
||||
} else {
|
||||
echo "<span class='badge badge-success'>PREORDER</span>: " . $preorder;
|
||||
}
|
||||
|
||||
}
|
||||
echo "<br>";
|
||||
|
||||
/*foreach ($variations as $variation) {
|
||||
|
||||
Reference in New Issue
Block a user