如何在类别页面中显示产品的库存数量?

时间:2019-05-01 14:47:10

标签: wordpress woocommerce

我正在使用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(),但它们不起作用,

0 个答案:

没有答案