Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 woocommerce 的价格变动有疑问。现在,当我输入产品时,它们会正确显示在类别页面(含税价格)中,它会显示不含税的价格。
我需要在代码中编辑什么才能在产品页面中显示含税的变化价格?
我遇到了同样的问题。
这是 woocommerce 核心中的一个错误,可能会在下一次更新中修复。但是,如果您不耐烦,您可以编辑 woocommerce 核心(不推荐):
在include/class-wc-product-variable.php中删除以下内容
if ( ! empty( $this->prices_array ) ) { return $this->prices_array; }
在第 267-269 行
您需要清除 woocommerce 后端中的瞬态