Home › Forums › Crowdfunding for WooCommerce › Questions › Reply To: Questions
January 28, 2019 at 8:54 pm #98881
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.