Reply To: Questions

#98881
Tom Anbinder
Moderator
Plugin Support

Hi Yinon,

Sorry, but I’m not sure I understood it correctly. Do you mean how many items are in stock for the current product? If that is correct – you could add this line to the short description snippet I’ve posted above:

echo '<p>' . $product->get_stock_quantity() . '</p>';

Hope that helps.