WooCommerce Variable Product notice Issue - please choose product options
问题 I'm building an e-commerce site. I'm having some trouble with WooCommerce Variable Product . The "Add to Cart" button works fine with simple products, but does not work with variable products. It gives a "Please choose product options…" notice. I looked everywhere and tried several suggestions online, none of them work. So I looked into WooCommerce source file: class-wc-form-handler.php . In the function add_to_cart_handler_variable : function add_to_cart_handler_variable( $product_id ) {