Shipping Policy

  1. Bill’s Woodshed ships via UPS, Fed EX or USPS.
  2. Once your order ships, you will receive a tracking number within 24 hours.
  3. Bill’s Woodshed will not be responsible for transit time estimates, undeliverable addresses, shipping errors, bad weather or other problems with transit
  4. Transit time is not included in your product build time. Please account for transit time when placing your order. 
  5. Shipping expenses are the customer’s responsibility and will be added to the invoice prior to payment except in special circumstances. 
  6. Additional shipping insurance is always available at an extra cost (depending on the order value) and must be requested prior to invoicing. Insurance may not be included in your quote if it is not previously requested.
$(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'); } }); } }); } });