Golf Clothing - Mens, Ladies and Junior (2024)

'+labelTag+' '); var pathname = window.location.pathname; if(pathname.includes("/+")){ labelTag = labelTag.trim(); labelTag = labelTag.replace(/\s+/g, '-').toLowerCase(); if(labelTag == "premium-next-day") labelTag = "prime"; if(labelTag == "express-custom") labelTag = "express"; if(labelTag == "on-sale") labelTag = "sale"; if(labelTag == "new-release") labelTag = "new"; pathname = pathname + '+' + labelTag; } else { labelTag = labelTag.trim(); labelTag = labelTag.replace(/\s+/g, '-').toLowerCase(); if(labelTag == "premium-next-day") labelTag = "prime"; if(labelTag == "express-custom") labelTag = "express"; if(labelTag == "on-sale") labelTag = "sale"; if(labelTag == "new-release") labelTag = "new"; pathname = pathname + '/+' + labelTag; } history.replaceState('data', '', pathname); } else { var labelTag = $(this).next().text(); var labelFor = $(this).next().attr("for"); $('.catalogueTags label[for="'+labelFor+'"]').remove(); if(!$(".catalogueTags label").length) $("a.catalogueReset").remove(); var pathname = window.location.pathname; labelTag = labelTag.trim(); labelTag = labelTag.replace(/\s+/g, '-').toLowerCase(); if(labelTag == "premium-next-day") labelTag = "prime"; if(labelTag == "express-custom") labelTag = "express"; if(labelTag == "on-sale") labelTag = "sale"; if(labelTag == "new-release") labelTag = "new"; pathname = pathname.replace('+'+labelTag, ''); if(pathname.endsWith("/")){ pathname = pathname.slice(0, -1); } history.replaceState('data', '', pathname); } var tick = $(this).next("label").children("i"); if($(tick).hasClass("fa-square")) $(tick).removeClass("fa-square").addClass("fa-check-square"); else $(tick).removeClass("fa-check-square").addClass("fa-square"); var promo = +$("ul.promo").height(); var header = +$("header").height(); var top = promo + header; var labelTag = $(this).next().text(); $("html,body").animate({ scrollTop: top }, 400, 'easeOutCubic'); $.getJSON("/ajax/catalogueProducts.php", { catalogueCategoryID : $("div.catalogueCategories").attr("catalogueCategoryID"), /*catalogueMinPrice : $(".cataloguePriceSlider").slider("values", 0), catalogueMaxPrice : $(".cataloguePriceSlider").slider("values", 1),*/ catalogueOrder : $('option:selected', "select.catalogueOrder").attr('value'), filters: $("div.catalogueBox :input").serialize() }, function(e){ if(e.success == "true"){ $("div.catalogueProducts").html(e.catalogueProducts);$("span.catalogueLimit").show().attr("catalogueLimit","1"); /* var catalogueMinPrice = Math.floor(parseFloat(e.catalogueMinPrice, 10));var catalogueMaxPrice = Math.ceil(parseFloat(e.catalogueMaxPrice, 10));alert(catalogueMinPrice);$(".cataloguePriceSlider").slider("option", "min", catalogueMinPrice);$(".cataloguePriceSlider").slider("option", "max", catalogueMaxPrice);$(".cataloguePriceSlider").slider('option', 'change').call($(".cataloguePriceSlider"));if($(".cataloguePriceSlider").slider("values", 0) < catalogueMinPrice) $(".cataloguePriceSlider").slider("values", 0, catalogueMinPrice);if($(".cataloguePriceSlider").slider("values", 1) > catalogueMaxPrice) $(".cataloguePriceSlider").slider("values", 1, catalogueMaxPrice);$(".cataloguePriceDisplay").html("£" + $(".cataloguePriceSlider").slider("values", 0) +" - £" + $(".cataloguePriceSlider").slider("values", 1)); */ } }); var catalogueCurrent = $("div.catalogueBox :input").serialize(); var clicked = $(this).attr("name"); $("div.catalogueBox input").not(this).each(function(key, value){ if($(this).attr("name") != clicked){ var catalogueParent = $(this).closest("li"); $.getJSON("/ajax/catalogueCalculate.php", { catalogueCategoryID : $("div.catalogueCategories").attr("catalogueCategoryID"), catalogueCurrent: $("div.catalogueBox :input").serialize(), catalogueThis: encodeURI(this.name+"="+this.value) }, function(e){ if(e.success == "false"){ $(catalogueParent).hide(); if($(catalogueParent).parent("ul").children("li:visible").length == 0) $(catalogueParent).parent("ul").parent("div").hide(); /* $("div.catalogueBox").each(function(key, value){var box = $(this);var list = $(this).children("ul");var items = $(this).children("ul").children("li").length;if(items < 1) $(box).hide();}); */ } else { $(catalogueParent).removeAttr("style"); $(catalogueParent).parent("ul").parent("div").show(); } }); } }); }); $(document).on("change", "select.catalogueOrder", function(){ $.getJSON("/ajax/catalogueProducts.php", { catalogueCategoryID : $("div.catalogueCategories").attr("catalogueCategoryID"), /*catalogueMinPrice : $(".cataloguePriceSlider").slider("values", 0), catalogueMaxPrice : $(".cataloguePriceSlider").slider("values", 1),*/ catalogueOrder : $('option:selected', "select.catalogueOrder").attr('value'), filters: $("div.catalogueBox :input").serialize() }, function(e){ if(e.success == "true"){ $("div.catalogueProducts").html(e.catalogueProducts);$("span.catalogueLimit").show().attr("catalogueLimit","1"); } }); }); $(document).on("click", ".catalogueLimit", function(){$("span.catalogueLimit").html('Golf Clothing - Mens, Ladies and Junior (1)'); $.getJSON("/ajax/catalogueProducts.php", { catalogueCategoryID : $("div.catalogueCategories").attr("catalogueCategoryID"), catalogueOrder : $('option:selected', "select.catalogueOrder").attr('value'),catalogueLimit : $("span.catalogueLimit").attr("catalogueLimit"), filters: $("div.catalogueBox :input").serialize() }, function(e){ if(e.success == "true"){if(e.catalogueProducts){$("span.catalogueLimit").attr("catalogueLimit", e.catalogueLimit);$("div.catalogueProducts").append(e.catalogueProducts);$("span.catalogueLimit").show();} else {$("span.catalogueLimit").hide();}$("span.catalogueLimit").attr("loading", "false"); }$("span.catalogueLimit").html('Show more products'); }); }); $(document).on("click", ".catalogueCategories > div > ul > li > a", function(){var pathname = window.location.pathname;if(pathname.includes("/+")){event.preventDefault();var href = $(this).attr("href");var pathname = "/+" + pathname.split("/+").pop();window.location = href + pathname;}}); $(document).on({ mouseenter: function() { var img = $(this).children("img").attr("attr-img2"); if(img) $(this).children("img").attr("src", img); }, mouseleave: function() { var img = $(this).children("img").attr("attr-img1"); $(this).children("img").attr("src", img); } }, "div.catalogueProducts > ul > li > a"); $(function(){ var $loadings = $('div.loading.filter'); $(document).ajaxStart(function(){ loadingTimeouts = setTimeout(function(){ $loadings.fadeIn(100); }, 1000); }).ajaxStop(function(){ clearTimeout(loadingTimeouts); $loadings.fadeOut(100); }); catalogueLoad(""); }); $(window).on("beforeunload pagehide", function(){ try { localStorage.setItem('scrollPos', $("html").scrollTop() || $("body").scrollTop()); localStorage.setItem('scrollPage', 'filter'); } catch(e){ $.getJSON("/ajax/catalogueScroll.php", { scrollPos : $("html").scrollTop() || $("body").scrollTop(), scrollPage : "filter" }, function(e){ }); } });

Close Filters Show products

Brands

Sock Type

Underwear Type

Hat Type

Waterproof Type

Sweater Type

Base Layer Type

Trouser Type

Colour

Shirt Type

Gender

Short Type

  • J Lindeberg Tour Tech Print Polo ShirtGeo Powder Pink£79.00
  • J Lindeberg Tour Tech Print Polo ShirtGeo JL Navy£79.00
  • FootJoy Full Zip Knit Golf VestGrey 88457£57.99
  • J Lindeberg Tour Tech Print Polo ShirtSavanna Estate Blue£79.00
  • J Lindeberg Tour Tech Print Polo ShirtNeptune Nautical Blue£79.00
  • SALEBOSS Authentic Track JacketBlack 001£99.00 £69.34
  • J Lindeberg Tour Tech Print Polo ShirtCalypso Oil Green£79.00
  • J Lindeberg Tour Tech Print Polo ShirtPainted Stripe Wax Yellow£79.00
  • SALEGalvin Green Armstrong Gore-Tex Pacl*te Waterproof Golf JacketBlue/Navy/White£299.00 £209.30
  • SALEBOSS J Thor Hooded Padded JacketDark Navy£239.00 £167.40
  • Galvin Green Livingston Interface-1 Short Sleeve JacketWhite/Black/Red£189.00
  • Galvin Green Livingston Interface-1 Short Sleeve JacketAqua/Navy£189.00

Show more products

Golf Clothing - Mens, Ladies and Junior (14) Your clubs Custom Fit & Built the same day Book a Fitting

Golf Clothing - Mens, Ladies and Junior (15) Representative 23.9% APR (variable) | Purchase rate 23.9% p.a. (variable) | Assumed credit limit £1,200 PayPal Credit and PayPal Pay in 3 are trading names of PayPal UK Ltd, Whittaker House, Whittaker Avenue, Richmond-Upon-Thames, Surrey, United Kingdom, TW9 1EH. Terms and conditions apply. Credit subject to status, UK residents only, Scottsdale Golf (U.K.) Limited acts as a broker and offers finance from a restricted range of finance providers. PayPal Pay in 3 is not regulated by the Financial Conduct Authority. Pay in 3 eligibility is subject to status and approval. 18+. UK residents only. Pay in 3 is a form of credit. Check if affordable and how you will repay. May make other borrowing more difficult or expensive. See product terms for more details.

Golf Clothing - Mens, Ladies and Junior (16) Golf Clothing - Mens, Ladies and Junior (17) Scottsdale Golf (UK) Limited, 01605709 207, Knutsford Road Grappenhall, Warrington, Cheshire, United Kingdom, WA4 2QL. Scottsdale Golf (UK) Limited is authorised and regulated by the Financial Conduct Authority FRN 727749 and is a broker not a lender. Scottsdale Golf (UK) Limited offers credit products from Secure Trust Bank PLC trading as V12 Retail Finance registered in England and Wales 4585692. Authorised and regulated by the Financial Conduct Authority. Registration number: 679653. Registered office: Yorke House, Arleston Way, Solihull, B90 4LH
Credit subject to age status. Minimum spend & Terms and Conditions apply. Not all products offered by Secure Trust Bank PLC are regulated by the Financial Conduct Authority.

Trustpilot

Terms and Conditions - Privacy Policy - © Copyright Scottsdale Golf 2024. All rights reserved.

Golf Clothing - Mens, Ladies and Junior (18)Golf Clothing - Mens, Ladies and Junior (19)Golf Clothing - Mens, Ladies and Junior (20)Golf Clothing - Mens, Ladies and Junior (21)Golf Clothing - Mens, Ladies and Junior (22)Golf Clothing - Mens, Ladies and Junior (23)Golf Clothing - Mens, Ladies and Junior (24)Golf Clothing - Mens, Ladies and Junior (25)Golf Clothing - Mens, Ladies and Junior (26)

Golf Clothing - Mens, Ladies and Junior (27)

Golf Clothing - Mens, Ladies and Junior (28)

Golf Clothing - Mens, Ladies and Junior (2024)

References

Top Articles
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 5571

Rating: 4.6 / 5 (46 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.