aa
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user