Union Supply Direct - Florida Inmate Package (2024)

Union Supply Logo

Your authorization for this session is about to expire You have 10:61 minutes remaining. Please complete your order.

  • FAQ

    • Rules and Regulations
    • FAQ
    • Product Info and Restrictions
  • Contact Us_Top
  • My Account
  • HOME
"; // new, this trackid got separated from the main big one var sH_REF_UPS_Anchor_Tracking_HTML = "{0}"; var sCarrierName_TR_Tag_HTML = ""; var sH_REF_FEDEX_Anchor_HTML = "{0}"; var sCancel_Reason_Code_TR_TAG_HTML = ""; // added by MD 2020-08-13 // https://www.fedex.com/fedextrack/index.html?tracknumbers=2666965195&cntry_code=us $(document).ready(function () { $("#ctl00_Leftnav1_orderTrackingCtrl_btnTrackOrder").val("Track Order"); }); function onbtnOrderTrackerClicked() { var clientid = document.getElementById("ctl00_Leftnav1_orderTrackingCtrl_txtOrderNumber"); var strOrderNumber = clientid.value.Trim(); if (strOrderNumber == "") { clientid.value = ""; alert('Please enter Order Number.'); clientid.focus(); return false; } // var http = invokeSyncServiceHttpHandler( "sv_OrderTracking", null, "operation", "trackorder", "ordernubmer", strOrderNumber); var http = invokeSyncServiceHttpHandler({ service: "sv_OrderTracking", callback: function (http) { var iConst_Donot_Display_TrackingNumber_1 = 1; // added by MD on 2020-03-04 per Texas Johnson's logic var iConst_Donot_Display_CarrierName_2 = 2; // added by MD on 2020-03-04 per Texas Johnson's logic var iConst_Donot_Display_Cancel_Reason_Code_4 = 4; // added by MD on 2020-08-13 per Texas Johnson's logic var iConst_Donot_Display_Exact_Order_Number_8 = 8; // Do not display Exact Order Number, because sometimes user types in only the digital parts var iConst_Donot_Display_Order_Status_16 = 16; // added by MD on 2020-08-14 var iConst_Donot_Display_Order_Notes_32 = 32; // added by MD on 2020-08-14 var iConst_Order_Status_Code_3_Invoiced = 3; // added by MD on 2020-08-13 var iConst_Order_Status_Code_4_Cancelled = 4; // added by MD on 2020-08-13 var status = http.arrayRecs[0].status; var sOrderDetailedStatus = http.arrayRecs[0].OrderDetailedStatus; // "Invoiced" or "Cancelled" ectc var sSalesID_from_DB = http.arrayRecs[0].SalesID_from_DB; if (status == "not found") { var sCouldNot = 'Could not find order number'; var message = String.format("{0}: '{1}'", sCouldNot, strOrderNumber); alert(message); return false; } var messagestatus = sOrderDetailedStatus; /* switch(status) { case "1": messagestatus = "Open Order"; break; case "2": messagestatus = "Delivered"; break; case "3": messagestatus = "Invoiced"; break; case "4": messagestatus = "Cancelled"; break; case "8": messagestatus = "On Hold"; break; case "12": messagestatus = "Pending"; break; case "13": messagestatus = "In Processing"; break; } */ messagestatus = sOrderDetailedStatus; var trackingnumber = http.arrayRecs[0].trackingnumber; var sCarrierName = http.arrayRecs[0].Carrier; var sCancel_Reason_Code_and_Description = http.arrayRecs[0].sCancel_Reason_Code; // var iDonot_Display_CarrierName = http.arrayRecs[0].iDonot_Display_CarrierName; // This field was implemented by MD on 2020-03-04 to support TX Johnson County // var iDonot_Display_TrackingNumber = http.arrayRecs[0].iDonot_Display_TrackingNumber; // This field was implemented by MD on 2020-03-04 to support TX Johnson County var iDonot_Display_TotalFlags = parseInt(http.arrayRecs[0].iDonot_Display_TotalFlags); // This field was implemented by MD on 2020-03-04 to support TX Johnson County var sCarrierName_Display_Style_1 = "block"; // 1 var sTrackingNumber_Display_Style_2 = "block"; // 2 var sCancel_Reason_Code_Display_Style_4 = "block"; // 4, added on 2020-08-13 by MD var sExact_Order_Number_Display_Style_8 = "block"; // 8, added on 2020-08-14 by MD var sOrderStatus_Display_Style_16 = "block"; // 16, added on 2020-08-14 by MD var sOrder_Notes_Display_Style_32 = "block"; // 32, added on 2020-08-14 by MD if (iConst_Donot_Display_TrackingNumber_1 == (iConst_Donot_Display_TrackingNumber_1 & iDonot_Display_TotalFlags)) // added by MD on 2020 - 03 - 04 per Texas Johnson's logic sTrackingNumber_Display_Style_2 = "none"; if (iConst_Donot_Display_CarrierName_2 == (iConst_Donot_Display_CarrierName_2 & iDonot_Display_TotalFlags)) // added by MD on 2020 - 03 - 04 per Texas Johnson's logic sCarrierName_Display_Style_1 = "none"; if ((iConst_Donot_Display_Cancel_Reason_Code_4 == (iConst_Donot_Display_Cancel_Reason_Code_4 & iDonot_Display_TotalFlags)) || (http.arrayRecs[0].status != iConst_Order_Status_Code_4_Cancelled.toString())) // added by MD on 2020-08-14 sCancel_Reason_Code_Display_Style_4 = "none"; if (iConst_Donot_Display_Exact_Order_Number_8 == (iConst_Donot_Display_Exact_Order_Number_8 & iDonot_Display_TotalFlags) ) // added by MD on 2020-08-14 sExact_Order_Number_Display_Style_8 = "none"; if (iConst_Donot_Display_Order_Status_16 == (iConst_Donot_Display_Order_Status_16 & iDonot_Display_TotalFlags) ) // added by MD on 2020-08-14 sOrderStatus_Display_Style_16 = "none"; if (iConst_Donot_Display_Order_Notes_32 == (iConst_Donot_Display_Order_Notes_32 & iDonot_Display_TotalFlags) ) // added by MD on 2020-08-14 sOrder_Notes_Display_Style_32 = "none"; var sH_REF_TRACKING_URL = ''; if ((sCarrierName != null) && ((sCarrierName.toUpperCase().indexOf("UPS") >= 0) || (sCarrierName.toUpperCase().indexOf("FEDEX") >= 0))) { //sCarrierName = "UPS" ; if (sCarrierName.toUpperCase().indexOf("UPS") >= 0) sH_REF_TRACKING_URL = String.format(sH_REF_UPS_Anchor_Tracking_HTML, trackingnumber); else if (sCarrierName.toUpperCase().indexOf("FEDEX") >= 0) sH_REF_TRACKING_URL = String.format(sH_REF_FEDEX_Anchor_HTML, trackingnumber); } else if (sCarrierName != null) { //sCarrierName = "LTL" ; sH_REF_TRACKING_URL = trackingnumber; } var sOrderNote_Value = http.arrayRecs[0].OrderNote_Value; var strCarrierHTML = ""; var sFLATTENED_CarrierName_TR_Tag_HTML = ""; var labelUPSTrackingNumbers = "Trackings #:&nbsp"; if ('' == trackingnumber) labelUPSTrackingNumbers = ''; else sFLATTENED_CarrierName_TR_Tag_HTML = String.format(sCarrierName_TR_Tag_HTML, sCarrierName_Display_Style_1, sCarrierName); /* strCarrierHTML */ //alert('inside of invokeSyncServiceHttpHandler: 3') var sSalesID_from_DB = http.arrayRecs[0].SalesID_from_DB; // SalesID_from_DB is exact from DB, at the browser sometimes user ignores the pre such as 'SO' or 'ECA' or 'ENY' if (!sSalesID_from_DB) sSalesID_from_DB = strOrderNumber; var sFLATTENED_Cancel_Reason_Code_TR_TAG_HTML = String.format(sCancel_Reason_Code_TR_TAG_HTML, sCancel_Reason_Code_Display_Style_4, sCancel_Reason_Code_and_Description); var sFLATTENED_TrackingNumber_TR_TAG_HTML = String.format(sTrackingNumber_TR_TAG_HTML, sTrackingNumber_Display_Style_2, labelUPSTrackingNumbers, sH_REF_TRACKING_URL); var message = String.format(strformat_Full_HTML , sExact_Order_Number_Display_Style_8, sSalesID_from_DB , sOrderStatus_Display_Style_16, messagestatus, sFLATTENED_Cancel_Reason_Code_TR_TAG_HTML , sFLATTENED_TrackingNumber_TR_TAG_HTML , sFLATTENED_CarrierName_TR_Tag_HTML , sOrder_Notes_Display_Style_32, sOrderNote_Value ); // var message = String.format(strformat_Full_HTML, strOrderNumber, messagestatus, sH_REF_TRACKING_URL, labelUPSTrackingNumbers, strCarrierHTML, sOrderNote_Value); //message = message.replace("'", "") ; $.prompt(message, { prefix: 'uscbigger', opacity: 0.0 }); } }, null, "operation", "trackorder", "ordernubmer", strOrderNumber); return false; var status = http.arrayRecs[0].status; var sOrderDetailedStatus = http.arrayRecs[0].OrderDetailedStatus; var sSalesID_from_DB = http.arrayRecs[0].SalesID_from_DB; if (status == "not found") { var sCouldNot = 'Could not find order number'; var message = String.format("{0}: '{1}'", sCouldNot, strOrderNumber); message = alert(message); return false; } var messagestatus = sOrderDetailedStatus; /* switch(status) { case "1": messagestatus = "Open Order"; break; case "2": messagestatus = "Delivered"; break; case "3": messagestatus = "Invoiced"; break; case "4": messagestatus = "Cancelled"; break; case "8": messagestatus = "On Hold"; break; case "12": messagestatus = "Pending"; break; case "13": messagestatus = "In Processing"; break; } */ messagestatus = sOrderDetailedStatus var trackingnumber = http.arrayRecs[0].trackingnumber; var sCarrierName = http.arrayRecs[0].Carrier; if ((sCarrierName != null) && (sCarrierName.indexOf("UPS") >= 0)) sCarrierName = "UPS"; var sOrderNote_Value = http.arrayRecs[0].OrderNote_Value; var strCarrierHTML = ""; var labelUPSTrackingNumbers = 'Trackings' + ' #:' ; // "Trackings #:"; if ('' == trackingnumber) labelUPSTrackingNumbers = ''; else strCarrierHTML = String.format(strCarrierHTML, sCarrierName); var message = String.format(strformat_Full_HTML, strOrderNumber, messagestatus, trackingnumber, labelUPSTrackingNumbers, strCarrierHTML, sOrderNote_Value); //message = message.replace("'", "") ; $.prompt(message, { prefix: 'uscbigger', opacity: 0.0 }); return false; }
" + "" + "{5}" + // "" + "{6}" + // This is Carrier "" + "
Login to Your Account
Email Address (User Name)
Password:
Union Supply Direct - Florida Inmate Package (1) Union Supply Direct - Florida Inmate Package (2)
New Customer? Register Here!
Forgot your Password?

Track Your Order
Please enter the order number
to track:
Union Supply Direct - Florida Inmate Package (3) Union Supply Direct - Florida Inmate Package (4)
{1}
Order Status:&nbsp{3}{4}
Order Notes:&nbsp{8}
"; var sTrackingNumber_TR_TAG_HTML = "
{1}{2}
Carrier:&nbsp{1}
Cancel Reason:&nbsp {1}

Union Supply Direct - Florida Inmate Package (5)

Union Supply Direct - Florida Inmate Package (6) Union Supply Direct - Florida Inmate Package (7)

Please select one of our packages

tabPanel1tabPanel2tabPanel3tabPanel4tabPanel5tabPanel6tabPanel7

Union Supply Direct - Florida Inmate Package (8) Union Supply Direct - Florida Inmate Package (9)
Union Supply Direct - Florida Inmate Package (10) Union Supply Direct - Florida Inmate Package (11) Union Supply Direct - Florida Inmate Package (12)

About Us | Create an account | Customer Login

© 2024 flinmatepackage.com| Privacy Notice | Terms of Use | Union Supply Group

Dear Valued Customer,
Keeping your internet browser up-to-date is important for security and to ensure that web pages load properly. To enhance the security of its website, beginning on January 1, 2017, Union Supply Direct will no longer support versions of Internet Explorer older than Version 10.

You are currently using Internet Explorer Version 101

After January 1, 2017, you will no longer be able to access our site unless you update your browser. You can update your version of Internet Explorer, or download another browser, by clicking on the following links or by copying and pasting the links into your browser:

Thank you for your continued business as we strive to continue providing you with a better and safer online experience.

Disclaimer

Union Supply Direct - Florida Inmate Package (2024)

References

Top Articles
Vuelo 244 Avianca Hoy
Vanilla Bean Ice Cream - Ice Cream From Scratch
Spasa Parish
Rentals for rent in Maastricht
Craigslist Apartments For Rent Cheap
Sams Gurnee Gas Price
Zachary Zulock Linkedin
Www.myschedule.kp.org
Ascension St. Vincent's Lung Institute - Riverside
Understanding British Money: What's a Quid? A Shilling?
Xenia Canary Dragon Age Origins
Momokun Leaked Controversy - Champion Magazine - Online Magazine
Maine Coon Craigslist
How Nora Fatehi Became A Dancing Sensation In Bollywood 
‘An affront to the memories of British sailors’: the lies that sank Hollywood’s sub thriller U-571
Tyreek Hill admits some regrets but calls for officer who restrained him to be fired | CNN
Haverhill, MA Obituaries | Driscoll Funeral Home and Cremation Service
Rogers Breece Obituaries
Ems Isd Skyward Family Access
Elektrische Arbeit W (Kilowattstunden kWh Strompreis Berechnen Berechnung)
Omni Id Portal Waconia
Kellifans.com
Banned in NYC: Airbnb One Year Later
Four-Legged Friday: Meet Tuscaloosa's Adoptable All-Stars Cub & Pickle
Model Center Jasmin
Ice Dodo Unblocked 76
Is Slatt Offensive
Labcorp Locations Near Me
Storm Prediction Center Convective Outlook
Experience the Convenience of Po Box 790010 St Louis Mo
Fungal Symbiote Terraria
modelo julia - PLAYBOARD
Poker News Views Gossip
Abby's Caribbean Cafe
Joanna Gaines Reveals Who Bought the 'Fixer Upper' Lake House and Her Favorite Features of the Milestone Project
Tri-State Dog Racing Results
Navy Qrs Supervisor Answers
Trade Chart Dave Richard
Lincoln Financial Field Section 110
Free Stuff Craigslist Roanoke Va
Wi Dept Of Regulation & Licensing
Pick N Pull Near Me [Locator Map + Guide + FAQ]
Crystal Westbrooks Nipple
Ice Hockey Dboard
Über 60 Prozent Rabatt auf E-Bikes: Aldi reduziert sämtliche Pedelecs stark im Preis - nur noch für kurze Zeit
Wie blocke ich einen Bot aus Boardman/USA - sellerforum.de
Infinity Pool Showtimes Near Maya Cinemas Bakersfield
Dermpathdiagnostics Com Pay Invoice
How To Use Price Chopper Points At Quiktrip
Maria Butina Bikini
Busted Newspaper Zapata Tx
Latest Posts
Article information

Author: Maia Crooks Jr

Last Updated:

Views: 5703

Rating: 4.2 / 5 (63 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Maia Crooks Jr

Birthday: 1997-09-21

Address: 93119 Joseph Street, Peggyfurt, NC 11582

Phone: +2983088926881

Job: Principal Design Liaison

Hobby: Web surfing, Skiing, role-playing games, Sketching, Polo, Sewing, Genealogy

Introduction: My name is Maia Crooks Jr, I am a homely, joyous, shiny, successful, hilarious, thoughtful, joyous person who loves writing and wants to share my knowledge and understanding with you.