Availability :
Category: | School Uniform | Gender: | boys |
---|---|---|---|
Condition: | Great | Fits Ages: | 30-32" |
School: | Lewes Old Grammar School → | How many available: |
To buy, Select
10.00
Description
Boys Rugby top size 30/32
Great condition as barely worn
Payments:
Collection: Arrange Collect Seller will contact you to arrange a collection date.
Location: Lindfield
Returns: No returns accepted
GOOi Top Tip: If you are buying multiple items from the same seller, why not
contact the seller and ask for a better postage rate?
Seller: Check All Seller Items.
Report incorrect product information.
Report Product Rugby Top size 30/32
Notify me
BE IN THE KNOW
SIGN UP FOR OUR NEWSLETTER
Advertise Here Contact Us For More Information
This site uses cookies and similar technologies.
By using this website you agree to the use of cookies and also agree to our terms & conditions Learn more
Your experience on this site will be improved by allowing cookies. I Agree
'); if(videothumbnail != '') { $('.product-galley-custom-em').append("
"); } var imgarray = new Array(); imgarray.push(data.variantimages['image1']); imgarray.push(data.variantimages['image2']); imgarray.push(data.variantimages['image3']); imgarray.push(data.variantimages['image4']); imgarray.push(data.variantimages['image5']); imgarray.push(data.variantimages['image6']); //Removing Null value from array imgarray = imgarray.filter(function (el) { return el != null; }); $(imgarray).each(function( index ) { $(".product-galley-custom-em").append("
"); }); // console.log(url+'/'+data.variantimages['main_image']); $("meta[property='og:image']").attr("content", url+'/'+data.variantimages['main_image']); $("meta[property='og:image:secure_url']").attr("content", url+'/'+data.variantimages['main_image']); $("meta[property='twitter:image']").attr("content", url+'/'+data.variantimages['main_image']); var rtl = false; var owl = $("#productgalleryItems"); owl.owlCarousel({ responsive:{ 0:{ items:3 }, 600:{ items:5 }, 800:{ items:4 }, 1024:{ items:3 }, 1440:{ items:4 } }, slideSpeed : 300, autoWidth:false, autoPlay : true, smartSpeed: 1500, margin : 10, rtl : rtl, loop:false, video:false, nav : true, rewindNav: true, navText: ["", ""] }); var stock = +(data['stock']); var product_price = '10' product_price = parseInt(product_price); // console.log('product_price' ,product_price); var commission = +'0'; var saleprice = +'0'; var venderprice = +'10'; var variantprice = +data['price']; var totalprice = (venderprice + variantprice) * commission; var totalsaleprice = (saleprice + variantprice) * commission; var buyerprice = (venderprice + variantprice)+(totalprice/100); if(saleprice !=0){ var buyersaleprice = (saleprice + variantprice)+(totalsaleprice/100); }else{ var buyersaleprice = 0; } var guestpricenable = '0'; var conversion_rate = +'1'; buyersaleprice = +buyersaleprice; var cartofferprice = buyersaleprice; buyersaleprice = buyersaleprice * conversion_rate; buyerprice = +buyerprice; var cartprice = buyerprice; buyerprice = buyerprice * conversion_rate; buyerprice = Math.round(buyerprice * 100) / 100; buyersaleprice = Math.round(buyersaleprice * 100) / 100; var login_check = ''; if (guestpricenable == '0' || login_check) { if(saleprice == 0) { $('.dtl-price-main').append(""+" "+product_price.toFixed(2)); variantofferprice = []; variantprice = []; variantprice.push(buyerprice); }else{ var getdisprice = buyerprice-buyersaleprice; var xvalue = getdisprice/buyerprice; var dpercent = xvalue*100; var actualper = Math.round(dpercent); $('.progress-bar').attr('aria-valuenow',actualper); $('.progress-bar').css('width',actualper+'%'); $('.progress-text').html(''); $('.progress-text').html(actualper+'% Off'); $('.dtl-price-main').append(""+" "+product_price.toFixed(2)); $('.dtl-price-strike-main').append(""+" "+product_price.toFixed(2)); variantofferprice = []; variantprice = []; variantofferprice.push(buyersaleprice); variantprice.push(buyerprice); } }else{ $('.dtl-price-main').text('Login to view price'); } var selling_date = ''; var current_date = '2024-09-05 07:20:14'; varid = []; varid.push(data['id']); if(variantofferprice.length == 0){ variantofferprice = []; variantofferprice.push(0); } if(selling_date <= current_date){ if(stock > 0 && stock <= 5) { $('.stockval').text("Hurry Up ! Only "+data['stock']+" left"); $('.quantity-container1').html('
'); // $('#cartForm').append('
'); } else if(stock == 0){ $('.notifymeblock').html(''); $('.notifyForm').attr('action','https://www.grownoutofit.co.uk/public/subscribe/for/product/stock/'+data['id']); $('.stockval').text("Out of Stock"); $('.quantity-container1').remove(); $('.quantity-container1 form').remove(); $('#cartForm').append(''); }else{ $('.stockval').text("In Stock"); $('.quantity-container1').html('
'); // $('#cartForm').append('
'); } }else{ $('.stockval').text("Coming Soon !"); $('.quantity-block').hide(); } // $('.quant-input').html(''); // // $('.quant-input').html(''); // $('.quant-input').append(''); varqty = []; var tx = 1; //$('.quant-input input').val(); varqty.push(tx); var formurl = 'https://www.grownoutofit.co.uk/public/add_item/10627/'+varid+'/'+cartprice+'/'+cartofferprice+'/'+varqty; // console.log(formurl); $('.quantity-container1 form').attr("action",formurl); // $('#cartForm form').attr("action",formurl); $(".quant-input input").on('change',function(){ var newValue = +$(this).val(); var stock = +$(this).attr('max'); var minOrder = +$(this).attr('min'); var maxOrder = +$(this).attr('maxorders'); varqty = []; varqty.push(newValue); var formurl; if(newValue > maxOrder ){ swal({ title: "Sorry !", text: 'Product maximum quantity limit is '+maxOrder, icon: 'warning' }); $(this).val(maxOrder); formurl = 'https://www.grownoutofit.co.uk/public/add_item/10627/'+varid+'/'+cartprice+'/'+cartofferprice+'/'+maxOrder;// console.log(formurl); $('.quantity-container1 form').attr("action",formurl); // $('#cartForm form').attr("action",formurl); return false; } if (stock == 0) { swal({ title: "Stock Out !", text: 'Product is out of stock !', icon: 'error' }); formurl = 'https://www.grownoutofit.co.uk/public/add_item/10627/'+varid+'/'+cartprice+'/'+cartofferprice+'/'+varqty;// console.log(formurl); $('.quantity-container1 form').attr("action",formurl); // $('#cartForm form').attr("action",formurl); return false; } if(newValue < minOrder){ swal({ title: "Sorry !", text: 'Product minimum quantity must is '+minOrder, icon: 'warning' }); $(this).val(minOrder); formurl = 'https://www.grownoutofit.co.uk/public/add_item/10627/'+varid+'/'+cartprice+'/'+cartofferprice+'/'+minOrder; // console.log(formurl); $('.quantity-container1 form').attr("action",formurl); // $('#cartForm form').attr("action",formurl); return false; } formurl = 'https://www.grownoutofit.co.uk/public/add_item/10627/'+varid+'/'+cartprice+'/'+cartofferprice+'/'+varqty;// console.log(formurl); $('.quantity-container1 form').attr("action",formurl); // $('#cartForm form').attr("action",formurl); }); $(".full_var_box div").each(function(i){ $(this).parent().css('display','block'); }); $('#pro_section').html(''); $('#pro_section').append('
'); $('#pro-img').append(''); var countslide = 0; $(imgarray).each(function(index){ countslide++; }); if(countslide > 3){ countslide = 3; } for(var i=0; i
'); $('#cartForm').html(''); $('#cartForm').append('
'); $('.notifymeblock').html(''); } else if(stock == 0){ $('.notifymeblock').html(''); $('.notifyForm').attr('action','https://www.grownoutofit.co.uk/public/subscribe/for/product/stock/'+data['id']); $('.stockval').text("Out of Stock"); $('.quantity-container').remove(); $('.quantity-container form').remove(); $('#cartForm').html(''); $('#cartForm').append(''); }else{ $('.notifymeblock').html(''); $('.stockval').text("In Stock"); $('.qty-parent-cont').html('
'); $('.quantity-container').html('
'); $('#cartForm').html(''); $('#cartForm').append('
'); } $('.quant-input').html(''); $('.quant-input').html(''); $('.quant-input').append(''); $(".quant-input input").on('change',function(){ var newValue = +$(this).val(); var stock = +$(this).attr('max'); var minOrder = +$(this).attr('min'); var maxOrder = +$(this).attr('maxorders'); if(newValue > maxOrder ){ swal({ title: "Sorry !", text: 'Product maximum quantity limit reached !', icon: 'warning' }); $(this).val(maxOrder); return false; } if (stock == 0) { swal({ title: "Stock Out !", text: 'Product is out of stock !', icon: 'error' }); return false; } if(newValue < minOrder){ swal({ title: "Sorry !", text: 'Product minimum quantity limit reached !', icon: 'warning' }); $(this).val(min); return false; } varqty = []; varqty.push(newValue); var formurl = 'https://www.grownoutofit.co.uk/public/add_item/10627/'+varid+'/'+cartprice+'/'+cartofferprice+'/'+varqty; $('.quantity-container form').attr("action",formurl); $('#cartForm form').attr("action",formurl); }); shareURL(); $('.xyz').each(function(index){ var t = $(this).attr('s'); if(t == 1){ u2.push($(this).attr('valname')); } }); var uniqueArray = getUnique(u2); $('.productVars').text(" ( "+uniqueArray+" ) "); var title = ''; var producttitle = 'Rugby Top size 30/32'; $('title').text(title+' - '+producttitle); $('#pro-title').html('Rugby Top size 30/32'); $("meta[property='og\\:title']").attr("content", 'Rugby Top size 30/32'); if (data == "") { console.log('1325'); $('.dtl-price-main').html('Product Option Not Available'); $('.progress-text').hide(); $('.progress').hide(); $('.dtl-price-strike-main').html(''); if(indexNum == 0){ $('.stockval').text("Not Available"); $('.quantity-container form').remove(); swal({ title: "Sorry !", text: ""+uniqueArray[0]+" Not Available In "+uniqueArray[1]+"", icon: "warning" }); }else{ $('.stockval').text("Not Available"); swal({ title: "Sorry !", text: "" +uniqueArray[1]+" Not Available In " +uniqueArray[0]+"", icon: "warning" }); } }else{ } } //success function close });//ajax function close}//main function closedfunction getUnique(array){ var uniqueArray = []; // Loop through array values for(i=0; i < array.length; i++){ if(uniqueArray.indexOf(array[i]) === -1) { uniqueArray.push(array[i]); } } return uniqueArray;}function driftzoom(){ new Drift(document.querySelector('.drift-demo-trigger'), { paneContainer: document.querySelector('#details-container'), inlinePane: 500, inlineOffsetY: -85, containInline: true, hoverBoundingBox: true, zoomFactor: 3, handleTouch: true, showWhitespaceAtEdges: false }); } function checkwish(varid){ console.log('checkwish(varid)', varid); var wishurl = 'https://www.grownoutofit.co.uk/public/AddToWishList/'+varid; var removeWishUrl = 'https://www.grownoutofit.co.uk/public/removeWishList/'+varid; $.ajax({ method : "GET", url : "https://www.grownoutofit.co.uk/public/check/variant/inwish", data : {varid : varid}, success : function(data){ console.log('checkwish(varid)', data); if(data == 'InWish'){ $('.favorite-button-box').html(''); $('.favorite-button-box').append(' Remove From Wishlist'); }else{ $('.favorite-button-box').html(''); $('.favorite-button-box').append(' Add to Wishlist'); } } }); }