This commit is contained in:
paoloar77
2024-06-13 14:36:21 +02:00
parent 6a5b237bf6
commit cdd053a624

View File

@@ -350,7 +350,7 @@ function libriInPrevendita()
' Data Pubblicazione:' . date('d-m-Y', strtotime($article->DataPubblicazione)) . $sep .
$article->DescrizioneStatoProdotto . ' (' . $article->DescrizioneFormato . ')' . $sep .
'[Quantita = <span style="color:'.$colore.'; font-weight: bold;">' . $article->QtaDisponibile . '</span>]' .$sep .
'<a href="' . $article->permalink . '/aggiornapreorder/'.$article->IdArticolo.'/1" target="_blank">Imposta in PreORDINE!</a>' . $sep ;
'<a href="' . $article->permalink . '/apimacro/public/aggiornapreorder/'.$article->IdArticolo.'/1" target="_blank">Imposta in PreORDINE!</a>' . $sep ;
$prodotto = Product::where('sku', $sku)->first();
if ($prodotto) {