我正在使用 wordpress 主题“Mystile”,当我激活它并激活 woocommerce 时,我在标题中收到此错误:
Fatal error: Call to undefined method WC_Cart::get_cart_contents_count() in C:\xampp\htdocs\lol\wp-content\themes\mystile\includes\theme-woocommerce.php on line 371
第 371 行如下:
<?php
echo $woocommerce->cart->get_cart_total();
echo '<span class="contents">' .sprintf(_n('%d item', '%d items', $woocommerce->cart->get_cart_contents_count(),
'woothemes'), $woocommerce->cart->get_cart_contents_count()) . '</span>';
?>
任何帮助将非常感激!