jQuery(document).on('show_variation', function() { // Finds the quantity container and physically removes it from the webpage view jQuery('.single-product .quantity').remove(); }); jQuery(document).ready(function() { jQuery('.single-product .quantity').remove(); });