aa
This commit is contained in:
@@ -357,7 +357,9 @@ function libriInPrevendita()
|
||||
'[In Stock = <span style="color:' . $colore . '; font-weight: bold;">' . $qtyinstock . '</span>]' . $sep;
|
||||
|
||||
if ($qtyinstock < 0) {
|
||||
$myview .= '<a href="' . $article->permalink . '/apimacro/public/aggiornapreorder/' . $article->IdArticolo . '/1" target="_blank">Imposta in PRE-ORDINE!</a>' . $sep;
|
||||
$myview .= '<form action="' . $article->permalink . '/apimacro/public/aggiornapreorder/' . $article->IdArticolo . '/1" method="post" target="_blank">';
|
||||
$myview .= '<button type="submit">Imposta in PRE-ORDINE!</button>';
|
||||
$myview .= '</form>' . $sep;
|
||||
}
|
||||
|
||||
echo $myview;
|
||||
|
||||
Reference in New Issue
Block a user