Stock qty

This commit is contained in:
Mike Jolley 2012-01-28 18:52:55 +00:00
parent cb180f87e2
commit 4df185c953
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ function woocommerce_custom_product_columns( $column ) {
echo '<img src="'.$woocommerce->plugin_url().'/assets/images/success-off.png" alt="no" /> ';
endif;
if ( $product->managing_stock() ) :
echo $product->get_total_stock().__(' in stock', 'woocommerce');
echo '&times; ' . $product->get_total_stock();
endif;
break;
}