WINE

VOLUMN

TYPE

No products were found matching your selection.
jQuery(document).ready(function($) { // Replace '.woof_checkbox' with the actual class of your checkbox $('.woof_checkbox').on('click', function(e) { // This prevents the checkbox from triggering the form submission e.stopPropagation(); }); });