<% ' FP_ASP -- ASP Automatically generated by a Frontpage Component. Do not Edit. FP_CharSet = "windows-1252" FP_CodePage = 1252 %> Track Current Order

Rocky Mountain Connection click to go to the home page
RMConnection.com Home
1-800-679-3600, USA & Canada. 1-970-586-3361
 World Wide Shipping at Our Store Prices

My Order Status

Click here to read about our service and productsClick here for a free Rocky Mountain Connection catalog or, download a PDF.   Rocky Mountain Connection  
Clothing & Equipment Stores & Web Store est. 1914

  Levi's & Dockers Levis Levi Strauss and company Dockers pants and slacks for women, men, and boys Carhartt Clothing Men's and Kids Overalls Dickies OverAlls & shirts for men and women
You'll like us. We like you! 2 million satisfied customers.

Your Keyword: Enter: a keyword, catalog/product #, brand, head, hands, feet, fabric...    

Please Note: We are an authorized LS&CO. Store and Mail Order Web/Catalog. Est. 1914
Accumulation of LS&CO. product for resale is strictly prohibited. Selling LS&CO. to anyone other than the end user, is prohibited. Accumulation of product for resale is strictly prohibited.
International shipping of LS&CO. products to any address outside the United States is strictly prohibited.

Japanese translation click here

Fast easy two page check out.

 

Employment Opportunities

How to Contact Us

Ordering

Get a Catalog

Search

Fun Links

About Us

Need Help?

FOLLOW US

bullet


 Facebook

bullet
 Twitter
bullet
YouTube 

Est. 1914 ©Web store 1996-2012
Fun Wear Brands, Inc.

Your Order Status

This Page is under construction. For order status please email or call: Office@RMConnection.com   1-800-679-3600

Depending on which day of the week you place your order, it may take several days for your order to show up here. Please allow several days before expecting to see your order here. The file of processed orders is uploaded (to this web page) once per 24 hour period (each week night evening M-F).

To view your order's status, enter your last name and Zip Code (used in your shipping address 5 digit I.E. 12345 or Zip+4 I.E. 12345-2800 format) in the fields below and click on the "Submit Query" button. To track your package, click on the hyperlink in the Tracking# cell. You may need to scroll down to see all results (>next page, <previous page. Out of USA you need to use 00000 (five zeros) as your zip code.

Last Name " size="20">
ZIP " size="20">

<% dim sTrack dim sURL dim sCarrier dim sFedEx dim sUPSPre dim sUPSPost dim sNotes sFedEx = "http://www.fedex.com/cgi-bin/tracking?action=track&language=english&last_action=alttrack&ascend_header=1&cntry_code=us&initial=x&mps=y&tracknumbers=" sUPSPre = "http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVersion=5.0&sort_by=status&term_warn=yes&Requester=UPSHome&tracknums_displayed=5&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=" sUPSPost = "&AgreeToTermsAndConditions=yes&track.x=44&track.y=13" %> <% if 0 then %> <% end if %> <% fp_sQry="SELECT * FROM tblShippedItems WHERE (CUSTNAME LIKE '%::LastName::%' AND ZIP = '::ZIP::' AND ZIP <> ' ')" fp_sDefault="LastName=&ZIP=" fp_sNoRecords="" fp_sDataConn="CurrentShipped" fp_iMaxRecords=5 fp_iCommandType=1 fp_iPageSize=5 fp_fTableFormat=True fp_fMenuFormat=False fp_sMenuChoice="" fp_sMenuValue="" fp_sColTypes="&ORDER#=200&ITEM#=200&QUAN=3&QUAN_SHIPPED=3&DESCRIPTION=200&COLOR=200&SIZE=3&ItemStatus=200&Carrier=200&Tracking#=135&ShipDate=135&ORDERDATE=200&CUSTCODE=200&CUSTNAME=200&ZIP=200&ADDRESS1=200&ADDRESS2=200&CITY=200&STATE=200&Phone=&" fp_iDisplayCols=11 fp_fCustomQuery=False BOTID=0 fp_iRegion=BOTID %>
ORDER# ORDER DATE QUANTITY ORDERED QUANTITY SHIPPED ITEM# DESCRIPTION COLOR SIZE Item StatusCarrier TRACKING #
No records returned.
<%=FP_FieldVal(fp_rs,"ORDER#")%> <%=FP_FieldVal(fp_rs,"ORDERDATE")%> <%=FP_FieldVal(fp_rs,"QUAN")%> <%=FP_FieldVal(fp_rs,"QUAN_SHIPPED")%> <%=FP_FieldVal(fp_rs,"ITEM#")%> <%=FP_FieldVal(fp_rs,"DESCRIPTION")%> <%=FP_FieldVal(fp_rs,"Color")%> <%=FP_FieldVal(fp_rs,"SIZE")%> <% dim vItemStatus dim vShipDate dim vDisplay dim bNotShipped //-- boolean, has the item shipped (false) or not (true) dim sBO //-- Backordered dim sCC //-- canceled by customer dim sCM //-- canceled by manufacturer dim bBO //-- boolean flag, true if backordered dim bCC //-- boolean flag, true if canceled by customer dim bCM //-- boolean flag, true if canceled by manufacturer dim iPos sBO = "*This item is on order from the manufacturer and will be shipped as soon as possible, usually within 14 business days of the order date." & vbcrlf sCM = "*This item is no longer available from the manufacutrer in the style, color or size you requested. Please contact us at 1-(800) 679-3600 for other options." & vbcrlf vShipDate = FP_FieldVal(fp_rs,"ShipDate") if len(vShipDate) = 6 or vShipDate = "12:00:00 AM" then bNotShipped = "true" else bNotShipped = "false" end if vShipDate = trim(vShipDate) vItemStatus = FP_FieldVal(fp_rs,"ITEMSTATUS") Select case bNotShipped case "true" vItemStatus = "" vItemStatus = FP_FieldVal(fp_rs,"ITEMSTATUS") Select Case vItemStatus Case 0 vDisplay = "Backordered*" bBO = true Case "2" vDisplay = "Backordered*" bBO = true Case "3" vDisplay = "Canceled by Customer Request" Case "4" vDisplay = "Item no Longer Available*" bCM = true Case "5" vDisplay = "Item Returned" Case "6" vDisplay = "Credit" End Select case "false" vDisplay = "Shipped on " & vShipDate end select %> <% if vDisplay = "" then %> <%=FP_FieldVal(fp_rs,"ShipDate")%> <% Else %> <% = vDisplay %> <% End If%> <% vCarrier = FP_FieldVal(fp_rs,"Carrier") %> <% if vCarrier <> " " then %> <%=FP_FieldVal(fp_rs,"Carrier")%> <% else %> <% vCarrier = vbnullstring %> <% = vCarrier %> <% end if %> <% sTrack = FP_FieldVal(fp_rs,"Tracking#") sCarrier = left(sTrack, 2) if sCarrier = "1Z" then sURL = sUPSPre & sTrack & sUPSPost elseif sCarrier = "04" then sURL = sFedEx & sTrack elseif sCarrier = "&n" or sCarrier = " " then sUrl = "No Tracking Number available" sTrack = "No Tracking Number available" end if %> <% if sUrl = "" then %> <%=FP_FieldVal(fp_rs,"Tracking#")%> <% end if %> <% if sUrl = "No Tracking Number available" then %> <% = sUrl %> <% else %> target=_blank > <% = sTrack %> <% end if %>
<% if bBO = true then snotes = snotes & sBO & vbcrlf end if %> <% if bCM = true then snotes = snotes & sCM & vbcrlf end if %> <% = snotes %>
 
 
For Information on our ordering and shipping procedures, Click Here

 Top   Back to Levi Product list

FOLLOW US

bullet
 Facebook
bullet
 Twitter
bullet
YouTube 
For ordering information and policies, click here.
Please read our privacy and security statement.
 

Rocky Mountain Connection
Web: www.RMConnection.com
Email: Orders@RMConnection.com  Contact us

Ordering:
Information: Shipping charges  Returns Policy
We guarantee satisfaction and ship world-wide!
(800) 679-3600    Fax: (800) 814-4900
International Fax: +1-970-586-3302
 

Thank you for visiting
Rocky Mountain Connection logo. Click here to go to the home page.
RMConnection.com
Back to Home