Description:Our Oregon Pine Collection features commercial grade tips and construction with the fullest wreaths and garland for Christmas greenery. High Quality light sets make this pre lit wreath a beautiful backdrop for bows or other decorations. Perfect pairing with the Oregon Pine garland. Designed to maintain its natural look for many seasons to come.
725){ $.colorbox.resize({width: 700}); } else{ $.colorbox.resize({width: $(window).width()-30}); } } $(document).ready(function(){ // When user clicks on tab, this code will be executed $asp(“txtQty”).jStepper({minValue:1}); // var tabwrapper = $(‘#tabs_wrapper’); // try{ // tabwrapper.responsiveTabs({ // rotate: false, // startCollapsed: ‘false’, // collapsible: ‘accordion’, // setHash: false, // animation: ‘slide’ // }); // } // catch(err){ // } $(“.addtocart”).colorbox({inline:true}); $asp(‘btnAddToCart’).click(function() { var ItemID = $asp(“hfItemID”).val(); var Qty = $asp(“txtQty”).val(); $(“#modal-add-to-cart”).html(“]]>”); //$.fn.colorbox.resize(); $.ajax({ type: “POST”, url: rootPath + “PageMethods.aspx/AddToCart”, data: “{‘ItemID’:'” + ItemID.toString() + “‘, ‘Qty’:'” + Qty.toString() + “‘}”, contentType: “application/json”, dataType: “json”, success: function(msg) { // Replace the div’s content with the page method’s return. var str=msg.d.split(“|||”); $(“#modal-add-to-cart”).html(str[0]); $(“.cartCount”).html(str[1]); resizeColorBox(); } }); }); });
Source