您能帮我解决一个与月亮商店主题有关的严重错误吗,购物车显示空白页,当我检查错误日志时,我看到此消息:
2019-04-19T01:39:34-07:00严重无法重新声明moon_shop_cart_totals()(先前在/home/80285-62453.cloudwaysapps.com/fmjhrhsdzg/public_html/wp-content/themes/moon-shop中声明/woocommerce/cart/cart.php:210)in / home / 80285-62453.cloudwaysapps.com / fmjhrhsdzg / public_html / wp-content / themes / moon-shop / woocommerce / cart / cart.php在第214行:>
div class="col-md-5 col-xs-12 float-right">
<?php function moon_shop_cart_totals() {
if ( is_checkout() ) {
return;
}
wc_get_template( 'cart/cart-totals.php' );
}
moon_shop_cart_totals();
?>
</div>