Reply 304005 to: Available quantity on shop page

Avatar: nixatsnow
nixatsnow
Participant
September 30, 2021 at 12:36

Display Stock Quantity/Status @ WooCommerce Shop Page article from https://www.businessbloomer.com/woocommerce-add-stock-quantity-on-shop-page/ does not seem to work..

add_action( 'woocommerce_after_shop_loop_item', 'bbloomer_show_stock_shop', 10 );
  
function bbloomer_show_stock_shop() {
   global $product;
   echo wc_get_stock_html( $product );
}
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.