To do easier checks of our stock informations, I would like to show the stock in the order view, and on the proforma.
Till now I was just trying to add it in the order view, but I didn't had luck with it. I don't really have experience in php, or I don't really have any coding skills.
So what I added in order_info.tpl
is
`<td class="text-right"><?php echo $product['stock'] ?></td>`
but not working. I was searching for the solution, but I found details only about showing it on category page, and I guess on the admin page is something different. I might add something in one of the PHP files? Thank you!
Update: I need stock quantity. Here a picture, right side is where I want to show the stock quantity remaining