【问题标题】:Display number of lines instead of cart total count woocommerce显示行数而不是购物车总数 woocommerce
【发布时间】:2021-07-31 10:54:25
【问题描述】:

我想在我的迷你购物车图标中显示行数,而不是产品的总数量。

我已经制作/找到了这段代码,但它给出了一个错误。我试过多个版本。有人知道如何修复我的代码吗?

谢谢

get_cart_contents_count ( '<p> Line cart items count: ' . count( WC()->cart_get_cart() ) . '</p>' );

【问题讨论】:

    标签: woocommerce shopping-cart


    【解决方案1】:

    已修复!

    对于任何有相同问题的人:

    }function woolunatic_alter_cart_contents_count( $count ) { $count = count( WC()-&gt;cart-&gt;get_cart() ); return $count; }

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多