Home › Forums › WoodMart support forum › Product page extra fields Product page extra fields This topic has 5 replies, 3 voices, and was last updated 7 years ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 25, 2018 at 8:58 am #54463 Stanley BlackParticipant Hello, Is it posible to add text field with informations below image variations(screenshot.png)? Best regards. Attachments:You must be logged in to view attached files. April 25, 2018 at 9:52 am #54486 Elise NoromitMember Hello, Unfortunately, WooCommerce does not provide such an option. You will have to customize product page or find a plugin. Best Regards April 25, 2018 at 10:33 am #54499 Stanley BlackParticipant Thank you! What hook displays Extra content(position After content) on product page? Is it <?php do_action( ‘woocommerce_after_variations_form’ ); ?> or something else? and in which file(variable.php…)? Best regards April 25, 2018 at 11:25 am #54504 Artem TemosKeymaster We added that content to the hook called woocommerce_single_product_summary. You can find the code in the file inc/woocommerce.php. Regards April 25, 2018 at 11:32 am #54507 Stanley BlackParticipant Hi, I found solution. Just move do_action( ‘woodmart_after_product_content’ ); after do_action( ‘woocommerce_single_product_summary’ ); in wp-content\themes\woodmart\woocommerce\content-single-product.php Best regards April 25, 2018 at 12:54 pm #54514 Artem TemosKeymaster Great, we are glad that you found the solution. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register