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.
请检查屏幕截图。告诉我如何在下拉列表下方显示单一变体产品价格。截图: http: //prntscr.com/aow01b
谢谢朱奈德
@Junaid,即使所有变体都是相同的价格,或者您只有一个变体价格,也要显示变体价格,尝试在主题的functions.php中使用以下代码
add_filter('woocommerce_show_variation_price', function() {return true;});