Tiger Sports Shop


HeaderTGuest Access LoginGuest Access LoginGuest Access LoginContinueJContinue as GuestContinue as GuestContinue as GuestTimeOutMessageTDo you want to keep your session?TimeOutMessageAYou will be automatically logged outTimeOutStayBtnJStayTimeOutLeaveBtnJLeave2533TigerSports2245539lzPKl6VbsR0W100Tiger Sports Shop066ad576-edd2-4908-92fc-737109084ffd$( document ).ready(function() { $("#ProcessShipment").val('Create Shipping Label'); $(labelPack).text(""); document.getElementById("SFState").options[0].value = ""; }); //Begin Popup Message document.addEventListener("DOMContentLoaded", () => { // Try to get the element const inputEl = document.getElementById("CompanyAccountAuthorizedDTHidden"); // Check if the element exists and has a value if (inputEl && inputEl.value.trim() === "") { // Show popup // Create outer container const popup = document.createElement("div"); popup.id = "popup_custom"; // Inline styles for popup (overlay) popup.style.display = "block"; popup.style.position = "fixed"; popup.style.left = "0"; popup.style.top = "0"; popup.style.width = "100%"; popup.style.height = "100%"; popup.style.backgroundColor = "rgba(0, 0, 0, 0.5)"; popup.style.zIndex = "500"; // Create inner wrapper const wrapper = document.createElement("div"); wrapper.id = "popupCustom"; wrapper.className = "popup_wrapper"; // Inline styles for wrapper (white popup box) wrapper.style.display = "block"; wrapper.style.margin = "70px auto 30px"; wrapper.style.maxWidth = "750px"; wrapper.style.minHeight = "100px"; wrapper.style.borderRadius = "6px"; wrapper.style.backgroundColor = "white"; wrapper.style.boxShadow = "0px 11px 12px rgba(0, 0, 0, 0.2)"; wrapper.style.padding = "20px 40px"; // Title const title = document.createElement("h3"); title.className = "popup-title highlight"; title.textContent = "Immediate action required"; // Inline styles for title title.style.textAlign = "center"; title.style.color = "red"; title.style.fontWeight = "bold"; // Message const message = document.createElement("p"); message.style.color = "#000"; message.appendChild(document.createTextNode("Dear UPS IRL Company Admin,")); message.appendChild(document.createElement("br")); message.appendChild(document.createElement("br")); message.appendChild(document.createTextNode("This site needs to be updated to the new protocol.")); message.appendChild(document.createElement("br")); message.appendChild(document.createElement("br")); message.appendChild(document.createTextNode("The UPS Intelligent Reverse Logistics application is transitioning to a new authentication protocol. ")); message.appendChild(document.createTextNode("The administrator must take certain actions to authenticate with a UPS.com account. ")); message.appendChild(document.createElement("br")); message.appendChild(document.createElement("br")); message.appendChild(document.createTextNode("For questions or assistance, please direct the site owner or administrator to contact us at: ")); // Add email link const emailLink = document.createElement("a"); emailLink.href = "mailto:IRL@ups.com"; emailLink.textContent = "IRL@ups.com"; emailLink.style.color = "red"; emailLink.style.textDecoration = "underline"; message.appendChild(emailLink); // Close link/button const closeLink = document.createElement("a"); closeLink.href = "javascript:void(0);"; closeLink.className = "cta-1"; closeLink.textContent = " Close Window "; // Inline styles for close button closeLink.style.backgroundColor = "royalblue"; closeLink.style.color = "white"; closeLink.style.fontWeight = "bold"; closeLink.style.border = "none"; closeLink.style.outline = "none"; closeLink.style.display = "block"; closeLink.style.width = "145px"; closeLink.style.padding = "6px 0px"; closeLink.style.borderRadius = "5px"; closeLink.style.margin = "17px auto 10px"; closeLink.style.cursor = "pointer"; closeLink.style.textAlign = "center"; closeLink.style.textDecoration = "none"; // Add close behavior closeLink.addEventListener("click", () => { popup.style.transition = "opacity 0.2s ease"; popup.style.opacity = "0"; setTimeout(() => popup.remove(), 200); }); // Assemble the popup wrapper.appendChild(title); wrapper.appendChild(message); wrapper.appendChild(closeLink); popup.appendChild(wrapper); document.body.appendChild(popup); } }); /* This line sets the width and height of the shipping form to the right of the Announcement area */ .FormModule { background-color:#ffffff; background:#ffffff; align-content: center; position: relative; top: 4px; overflow-x: hidden; } /* The Announcement section Color */ .FirstColumnModule {background-color: #ffffff; } .FormModule, .FormModule p, .FormModule h4, .FirstColumnModule, .FirstColumnModule p, .FirstColumnModule h4, .MastHead {background-color: #ffffff; } .MastMain {background-color: #ffffff; } /* format the announcement area */ .MastLeft { background-color: #ffffff; background: #ffffff; position: relative; top: 10px; } #mainTable tr th:nth-child(3n+1), #mainTable tr td:nth-child(3n+1) {width: 325px;} /* Hides the Ship To column #mainTable tr td:nth-child(3n+2), #mainTable tr th:nth-child(3n+2) {display: none;} #mainTable tr td:nth-child(3n+2) {border-style: none!Important;} */ /* #mainTable tr td:nth-child(3n+3) {position:relative;top:15px;} */ .ButtonStandard {background-color: #522D80; color:white;font-weight:bold;background:none;border:none;} /* The Clear Button */ #Clear {background-color: #522D80; color:white;font-weight:bold;} /* The Clear Button */ .FormModule .ButtonBar{height:50px;background-color:#FFFFFF;} /* the Process Shipment and Clear section bar */ /* .ButtonBar{background-color:red;} */ /* ******* Confirmed Process Shipment Button ********* */ .ButtonPrime{background:none; background-color:#F56600;} /* Clearing the Process Shipment button */ /* the Process Shipment section */ input.ButtonPrime{height:40px; border-radius:0px; margin-top:2px; outline:none; border-color: #fdd7e4; position:relative; left:-10px;) } /* ***** .MastLeft {background-color: white;margin: 0px 0px 0px 0px; padding: 0px; width: 250px;position:relative; top:80px; left:10px;padding-right: 0px;} Sets Margins and width of the Announcement section */ .FirstColumnModule { border-style:none!Important;} /* Square line around Announcement Section */ TD {border-style:none!Important;} HR {display:none!important;} /* .FormModule {margin: 0px 0px 100px 0px; width: 470px;font-family: Calibri; position:relative; left:67px;background-color: white;} Sets Margins and width of the visible shipping column */ /* ***** Confirmed Shipment Information Bar ****** */ .FormModule .Header {position:relative; left:-6px;border:none;background-color: #F56600; color:white;font-weight:bold;} #ProcessShipment {border-color:white;color:white;} /* Edits the Input text boxes input[type=text] { border: 4px solid white; border-style: hidden; border-radius: 2px } */ /* Changing the input and select fields */ .FormModule input[type="text"], .FormModule select { border: 1px solid #adadad; } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #F33451; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* InternetExplorer 10-11 */ color: #F33451; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #F33451; } .menu2 { position: absolute; top: 50%; left: 50%; -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } a:link { color: black; background-color: transparent; text-decoration: none; } a:visited { color: black; background-color: transparent; text-decoration: none; } a:hover { color: black; background-color: transparent; text-decoration: none; } a:active { color: black; background-color: transparent; text-decoration: none; }TigerSports90falsefalsefalsefalsefalsefalsefalsefalsefalse5946falsefalse0falsefalse1753-01-01T00:00:00falsefalsefalsefalsefalsefalsefalsefalse0truefalsefalsefalsefalsefalsefalsefalsefalsetrueVGlnZXJTcG9ydHM=falseP191793 falsefalse48a2002d-1295-4eab-ac34-e22dd3484396falsefalsefalsefalsefalse0ASIA900139a16bb5-d677-42bf-a539-2e9e19b24dd7b4859eaf-8c9f-4604-881f-7dfba981b1d1falsefalse1false066ad576-edd2-4908-92fc-737109084ffdBanner/Home/GetBannerImage/066ad576-edd2-4908-92fc-737109084ffdTigerSports25331Guest Accesstrue09458322b-a81b-4ca9-b4c7-904ed48755b2Redirect from Tiger Sports Website2021-08-25T00:00:00100006Lf4TnEiAAAAAAwMpqHQgdUdYprNpVrkcsWiDzAL