Returns / Refund Policy

  1. Any unused item purchased from stock (i.e. not custom-made), except clearance merchandise, may be returned within 7 days of the original shipping date for a complete refund.
  2. After 7 days, a 25% restocking fee will be charged.  
  3. Refunds/returns after 14 days from the purchase date will not be accepted. 
  4. The product must be in the same condition as when received.
  5. If the product is received damaged, please reach out to us.  We will do everything we can to rectify the situation.
  6. If the provided “Care Instructions” have not been followed and item is damaged due to incorrect care, the item will not be replaced.
  7. You will be responsible for paying for your own shipping costs for returning your item.
  8. Shipping costs are non-refundable! If you receive a refund, the cost of return shipping will be deducted from your refund.
  9. Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.
  10. Bill’s Woodshed appreciates the opportunity to create unique items especially for you. As such, please note that custom and/or personalized items are non-returnable and non-refundable
$(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'); } }); } }); } });