【问题标题】:I want to disable price range in product page and show the minimum amount on category and shop page in wordpress我想禁用产品页面中的价格范围并在 wordpress 中的类别和商店页面上显示最低金额
【发布时间】:2023-02-24 05:20:25
【问题描述】:

我的网站上有几个使用Screenshort变体的产品,我想隐藏产品页面中的价格范围并在网站其他地方只显示最低数量,产品页面上只应显示所选的变体价格,请帮忙

【问题讨论】:

  • 请分享更多细节,比如涉及的代码
  • 仅仅是“我想要”不是问题。如果您想在这里获得帮助,请先阅读How to Ask,然后相应地编辑您的问题。

标签: php css wordpress woocommerce product-variations


【解决方案1】:

用这个:

remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );

作为最后的手段,用 css 隐藏价格:

.class {
display:none
}

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-06-24
    • 1970-01-01
    • 1970-01-01
    • 2018-08-02
    • 1970-01-01
    • 2015-07-26
    相关资源
    最近更新 更多