Home › Forums › WoodMart support forum › Attributes Tab Attributes Tab This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 9, 2020 at 1:21 pm #232062 gspo84Participant Good day I want to change the source code so that when I activate “Show attributes table after short description” function the table show after ADD TO CART button not before. It is very easy just need to find source for that function October 9, 2020 at 2:34 pm #232096 Elise NoromitMember Hello, Please find the file: woodmart/inc/integrations/woocommerce/functions.php and edit this function woodmart_display_product_attributes() Best Regards November 19, 2020 at 8:03 am #242796 gspo84Participant Good day Can you tell me where can I find the position of woodmart_display_product_attributes() ? I found woodmart_display_product_attributes() , but cant find which function does it put in the position after price. November 19, 2020 at 12:37 pm #242883 Elise NoromitMember Hello, This function is hooked with this code: add_action( 'woocommerce_single_product_summary', 'woodmart_display_product_attributes', 21 ); Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register