Add custom fields to custom product calculated price in Woocommerce
问题 In Woocommerce, I added some custom fields to my product single pages, based on this answer code: Add a custom product calculated price to Woocommerce cart. This is my code: // Add a custom field before single add to cart add_action( 'woocommerce_before_add_to_cart_button', 'custom_product_price_field', 5 ); function custom_product_price_field(){ echo '<div class="custom-text text"> <h3>Rental</h3> <label>Start Date:</label> <input type="date" name="rental_date" value="" class="rental_date" /