Skip to content

Instantly share code, notes, and snippets.

@deshabhishek007
Created May 16, 2018 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshabhishek007/8aa78775de30340b77b3cbb6c9ae5df6 to your computer and use it in GitHub Desktop.
Save deshabhishek007/8aa78775de30340b77b3cbb6c9ae5df6 to your computer and use it in GitHub Desktop.
Get WooCommerce Product Inventory Status
$target_product_id = 13;
$product_in_cart = wc_get_product($target_product_id);
$stock_value = $product_in_cart->get_stock_quantity();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment