我使用的是$ product-> get_price_html();并在更新到WooCommerce 3.0之后 我有很多警告。我查看了Woo 3.0函数,发现 get_price_html 已弃用
的Src: https://docs.woocommerce.com/wc-apidocs/class-WC_Product.html
虽然某个功能只返回价格 get_price ,但如果我希望格式化的价格带有货币符号怎么办?
答案 0 :(得分:0)
我通过使用wc_price($ product-> get_price())解决了这个问题,
我看到的通知是
注意:id调用不正确。不应直接访问产品属性。有关更多信息,请参阅WordPress中的调试。 (此消息是在3.0版中添加的。)在第4137行的C:\ xampp \ htdocs \ wordpress \ wp-includes \ functions.php中