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