【问题标题】:Woocommerce: function to check if the cart contains any product [duplicate]Woocommerce:检查购物车是否包含任何产品的功能[重复]
【发布时间】:2021-03-27 10:38:27
【问题描述】:

在 Wordpress 上,如果 woocommerce 购物车包含至少一种产品(任何),我正在尝试设置显示小部件的条件。我不确定要使用哪个代码,如果有人愿意帮助我,在此先感谢!

【问题讨论】:

    标签: wordpress function woocommerce product cart


    【解决方案1】:

    这可能会有所帮助:

    if(WC()->cart && !WC()->cart->is_empty()){
        // the cart has products
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-10-13
      • 2017-05-06
      • 2011-04-09
      • 2023-03-30
      • 2019-03-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多