标签: woocommerce
请帮我找到解决方案如何在产品页面上将常规价格更改为我的价格。我为其他产品的价格创建了一些新的字段,并且在产品页面上更新常规价格,然后将它们添加到购物车中。
答案 0 :(得分:0)
答案是:
update_post_meta( $post->ID, '_regular_price', $custom_price ); update_post_meta( $post->ID, '_price', $custom_price );