VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: djanael on July 19, 2014, 02:21:37 AM

Title: Stock Level in Admin Product Page (Override)
Post by: djanael on July 19, 2014, 02:21:37 AM
Hello,
I created an override of the administration's main products:    

                                <!-- Stock Status -->
            <td align="right" <?php echo $stockstatut; ?>><?php echo $product->product_in_stock; ?></td>

But ... is not working, could anyone help me to display the colored bar indicates that the stock level?