Home › Forums › WoodMart support forum › weight attribute issue weight attribute issue This topic has 9 replies, 2 voices, and was last updated 7 minutes ago by kontaktme. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts February 27, 2025 at 8:42 pm #641529 kontaktmeParticipant Since the latest update to 8.10, the weight attribute on PDP shows strange queue of numbers when I clear all filters. February 27, 2025 at 8:43 pm #641530 kontaktmeParticipant It shows dozen of weights, instead of one Attachments:You must be logged in to view attached files. February 28, 2025 at 1:48 pm #641759 Luke NielsenKeymaster Hello, Okay, I see. Please confirm the permission for plugin deactivation and switching to the parent/default theme for testing. Looking forward to collaborating with you! Kind Regards February 28, 2025 at 2:48 pm #641776 kontaktmeParticipant Dear Luke Yes you can disable/ enable plugins and also switch to main theme. I also have a backup. February 28, 2025 at 6:12 pm #641839 kontaktmeParticipant Sorry for the stupid question, but you are going to enable all the plugins again once your are done right? February 28, 2025 at 6:14 pm #641841 Luke NielsenKeymaster Hello, Yes, of course. The developers currently investigating it. Thank you for your patience. Kind Regards February 28, 2025 at 6:20 pm #641846 kontaktmeParticipant Sure, sorry, just wanted to check! February 28, 2025 at 6:40 pm #641867 Luke NielsenKeymaster Hello, Add the code below to the functions.php file in your child theme and recheck the issue. add_action( 'woodmart_option', function ( $value, $slug ) { if ( is_singular( 'product' ) && 'base_hover_content' === $slug && 'additional_info' === $value ) { $value = 'excerpt'; } return $value; }, 10, 2 ); Kind Regards February 28, 2025 at 7:15 pm #641877 kontaktmeParticipant Sorry, I really dont know how to do that… ? Can you not create a patch for the theme? I guess it also affect other shops? thanks for your feedback. February 28, 2025 at 7:39 pm #641879 kontaktmeParticipant Ok I managed to implement it into child function php. Thanks for your help. Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to create new topics. Login / Register