Home › Forums › Support › Remove custom quantity buttons for woocommerce gp premium in child theme This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 8, 2023 at 12:35 am #2559646 Predrag Hello, I am using gp premium plugin for woocommerce and I need to set ‘quantity_buttons’ to false in child theme functions.php Please can you help me how to do it. March 8, 2023 at 7:40 am #2560106 DavidStaff Customer Support Hi there, try this PHP Snippet: add_filter( 'option_generate_woocommerce_settings', function(){ $options['quantity_buttons'] = false; return $options; }); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In