Announce something here

Yardistry 8′ x 10′ Greenhouse

#TM16ym
$96.00
Availability: In Stock

Quantity:
  • Description
    We are selling our remaining inventory, and if you would like to participate in our closing price, you can choose your favorite and buy it before the inventory runs out.????
    • We ship directly from the manufacturer, there are no distributors, and the prices are low.
    • Full refund within 60 days without cause.
    • All lumber is warranted for five (5) years against rot and decay

    8 ft. x 9.7 ft. Greenhouse

    Introducing the ultimate solution for plant lovers and eco-conscious individuals! Say hello to our 8 ft. x 9.7 ft. Greenhouse – the perfect addition to your yard.

    Constructed with 100% FSC Certified premium outdoor lumber, this greenhouse not only provides a lush green environment, but also supports sustainable forestry practices. With its 6-foot-high side walls, the greenhouse offers ample space for standing and proper airflow.

    The sturdy tongue-and-groove base walls not only ensure durability, but also allow you to store gardening tools out of sight. Plus, with a 19-inch wide lower shelf and an 8-inch wide upper shelf built into the walls, you have additional storage options. The double-wall polycarbonate windows provide superior insulation and UV properties, creating the ideal growing environment for your plants.

    With a heat-sensitive, automatic roof vent opener and a louvered base wall vent, you can rest assured that your plants are getting the perfect temperature and humidity levels.

    Features

    Double-wall polycarbonate windows are strong, durable and provide better insulation over single-wall polycarbonate and deliver superior UV properties and resistance from fading

    Double-wall polycarbonate windows are strong, durable and provide better insulation over single-wall polycarbonate and deliver superior UV properties and resistance from fading.

    6’ High Sidewalls provide room height, increasing light and air volume for healthy plant growth. The extra height allows customers to double up shelves and maximize the interior space.

    Tongue and groove style 32” high base walls add a premium aesthetic and allows for storage of gardening tools that are out of sight from the exterior. The walls also provide protection from rock-shooting lawn mowers.

     

    Heat sensitive, automatic roof vent opener maintains temperature and humidity.

    Louvered base wall vent that is necessary for optimum air intake and plant health.

    The door includes door latch and closer with quick-hold feature to keep door open

    Door includes door latch and closer with quick-hold feature to keep door open.

     
    16” wide lower shelf and 8” wide upper shelf surrounding 2 sides of the interior.

    100% FSC certified outdoor lumber finished in a Mocha brown stain color.

    var url,dataUrl, cartUrl; $(function(){ $('#J_AddProductFm').on('click','.upload-add-img',function(){ var addImg = $(this).parent().parent().children('li').length, html = ''; html += ''; if (addImg > 3) { $(this).parent().parent().prev('.upload-imgs-tips').html(html); return; } $(this).parent().find('.upload-input').click(); }); $('#J_AddProductFm').on('click', '.delete', function () { $(this).parent().remove(); }); $('#J_AddProductFm').on('change', '.upload-input', function () { change(this); }); function change(file){ var pic = $(file).parent().find(".preview") ,addImg = $(file).parent().find(".upload-add-img") ,deleteImg = $(file).parent().find(".delete") ,ext = file.value.substring(file.value.lastIndexOf(".") + 1).toLowerCase() ,filename = $(file).attr('name') ,html = '
  • ' + '
    ' + '' + '
    ' + '' + '
    ' + '' + '
  • '; if (ext != 'png' && ext != 'jpg' && ext != 'jpeg' && ext != 'gif') { if (ext != '') { alert("The format of the image must be png or jpg or jpeg format!"); } return; } $(file).parent().after(html); var isIE = navigator.userAgent.match(/MSIE/) != null, isIE6 = navigator.userAgent.match(/MSIE 6.0/) != null, isIE10 = navigator.userAgent.match(/MSIE 10.0/) != null; if (isIE && !isIE10) { file.select(); var reallocalpath = document.selection.createRange().text; if (isIE6) { pic.attr("src",reallocalpath); } else { pic.css("filter","progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale',src=\"" + reallocalpath + "\")"); pic.attr('src','data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=='); } addImg.hide(); deleteImg.show(); } else { html5Reader(file,pic,addImg,deleteImg); } } function html5Reader(file, pic, addImg, deleteImg) { var file = file.files[0]; var reader = new FileReader(); reader.readAsDataURL(file); reader.onload = function (e) { pic.attr("src", this.result); } addImg.hide(); deleteImg.show(); } // Drop-down options $('.select-content').on('click','.select-options',function(){ var u = $(this).parents('.select-content').find('.select-item'); if(u.is(':hidden')){ $('.select-item').hide(); u.show(); }else{ u.hide(); } }); $('.select-content').on('mousedown','.J_selectList',function(){ var p = $(this).parents('.select-content'), v = $(this).attr('data-val'), i = p.find('.select-options'), inVal = p.find('.hide-val'), list = p.find('.select-item'); i.text($(this).text()); inVal.val(v); list.hide(); if (v == '' || v == undefined) { p.find('.error').show(); } else { p.find('.error').hide(); } }); $(document).click(function(event){ var s = $('.select-content'); if(!s.is(event.target) && s.has(event.target).length === 0){ $('.select-item').hide(); } }); // Qty Calculation $('#J_quantity').qtyCalculation({ add:'#J_add', reduces:'#J_reduce', maxVal: '999' }); cartUrl = 'https://foroutdooronline.com/ajax_product/addCartAjax'; $('img.J_imgCarousel').one('load',function(){ // 1st carousel, main $('.carousel-main').flickity({ pageDots: false, wrapAround:true, setGallerySize:true, adaptiveHeight:false, prevNextButtons:false }); // 2nd carousel, navigation $('.carousel-nav').flickity({ asNavFor: ".carousel-main", contain: true, pageDots: false, prevNextButtons:false }); }).each(function() { if(this.complete) $(this).load(); }); $('.J_optionList:radio:checked,.custom-radio input[type=radio]:checked,.custom-checkbox input[type=checkbox]:checked').next().addClass('active'); $('#J_AddProductFm').on('change','input.J_optionList',function(){ var t = $(this); if (t.is(':checked')){ t.next().addClass('active').siblings().removeClass('active'); } }); $('#J_AddProductFm').on('change','.custom-radio>input',function(){ var t = $(this); if (t.is(':checked')){ t.next().addClass('active').parent().siblings().find('label').removeClass('active'); } }); $('#J_AddProductFm').on('change','.custom-checkbox>input',function(){ var t = $(this); if (t.is(':checked')){ t.next().addClass('active'); }else { t.next().removeClass('active'); } }); // product tab $('.tab-title').on('click', function(){ var $this = $(this); if ($this.hasClass('active')){ $this.removeClass('active').next('.tab-content').stop(true, true).slideUp(300); } else { $this.parent().siblings('li').find('.tab-title').removeClass('active').next('.tab-content').stop(true, true).slideUp(300); $this.addClass('active').next('.tab-content').stop(true, true).slideDown(300).show(); } }); //Verification Requirements && add product $('#J_btnGroup').on('click','.J_cart',function(){ $(this).attr('type','submit').siblings().attr('type','button'); dataUrl = $(this).attr('data-url'); }); $('#J_AddProductFm').validate({ ignore:'', messages:{ }, errorPlacement: function(error, element) { $(element).parent().parent().after().append(error); }, errorElement: "div", submitHandler:function(form){ var pID = '72926'; var formData = new FormData($('#J_AddProductFm')[0]); if (dataUrl == '0') { url = cartUrl + '?pID='+pID+'&type=0' } else if (dataUrl == '1') { url = cartUrl + '?pID='+pID+'&type=1' } $('#J_btnGroup button[type=button]').attr('disabled',true); $('#J_cartModal').addClass('show'); setTimeout(function(){ $(form).reqForm({ url:url, type:'post', data:formData, processData : false, contentType : false, ataType: "json", cache: false, // message:2, successMessage:true, loadHtml:'', success:function(result){ if(result){ $('#J_cartModal').removeClass('show'); $('#J_btnGroup button[type=button]').attr('type','submit'); $('#J_btnGroup button[type=submit]').attr('disabled',false); } if(result.error=='1'){ return; } if (dataUrl == '0') { window.location.href = result.url; } else { window.location.href = result.url; } }, error:function(error){ $('#J_cartModal').removeClass('show'); $('#J_btnGroup button[type=button]').attr('type','submit'); $('#J_btnGroup button[type=submit]').attr('disabled',false); } }) }, 100); } }); $('#J_backCart').click(function(){ $('html,body').animate({ scrollTop: $('.product-quantity').offset().top - 50}, 1000); }); });