FAQs / Care and Maintenance

 Bill's Woodshed provides important information needed to maintain your product to ensure it remains functional and beautiful for many years to come.  Please see the separate menu items provided:

1.  Wood vs. Plastic

2.  Food-Safe Product Maintenance

3.  Video - Cutting Board Sanitization and Conditioning

4.  Non-Food Safe Product Maintenance

5.  Cheese Slicer:  Wire Changing Instructions

 

$(document).ready(function() { thumbnails = $('img[src*="/products/"]').not(':first'); if (thumbnails.length) { thumbnails.bind('click', function() { var arrImage = $(this).attr('src').split('?')[0].split('.'); var strExtention = arrImage.pop(); var strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/,''); var strNewImage = arrImage.join('.')+"."+strRemaining+"."+strExtention; if (typeof variantImages[strNewImage] !== 'undefined') { productOptions.forEach(function (value, i) { optionValue = variantImages[strNewImage]['option-'+i]; if (optionValue !== null && $('.single-option-selector:eq('+i+') option').filter(function() { return $(this).text() === optionValue }).length) { $('.single-option-selector:eq('+i+')').val(optionValue).trigger('change'); } }); } }); } });