我正在使用woo-commerce,需要在类别页面中获取每种产品的库存数量。你能帮忙吗?
我尝试使用:
<?php
$product1 = wc_get_product(get_the_ID());
echo "stockmbw".get_post_meta(get_the_ID(), '_stock', true );
?>
我正在编辑的文件:/wp-content/themes/woodmart/woocommerce/content-product-quick.php
我还使用了$product->get_stock_quantity()
,但它们不起作用,