%@LANGUAGE="VBSCRIPT"%> <%PageSize = 400%> <% Dim rsMenu__MMColParam rsMenu__MMColParam = "1" if(Request("MM_EmptyValue") <> "") then rsMenu__MMColParam = Request("MM_EmptyValue") %><% set rsMenu = Server.CreateObject("ADODB.Recordset") rsMenu.ActiveConnection = "dsn=mixdata;" rsMenu.Source = "SELECT * FROM MenuItems WHERE MenuStore = " + Replace(rsMenu__MMColParam, "'", "''") + " AND MenuLevel = 0 ORDER BY MenuName" rsMenu.CursorType = 0 rsMenu.CursorLocation = 2 rsMenu.LockType = 3 rsMenu.Open rsMenu_numRows = 0 %>
![]() |
![]() |
|||||
| <%PageSize = 625%><%PageID = 5%> | ||||||
| Shipping
Policies |
||||||
|
Shipping Policies We generally ship the same or next business day an item is ordered. Our standard shipping is UPS Ground from Harrisburg, Pennsylvania. Other express shipping options are available during checkout. Shipping rates are based upon the ship method you select. Click here for a map detailing time in transit for UPS ground shipments. Some items are drop shipped from supplying companies. In these cases the UPS time in transit map may not apply. Use it as a general guideline however, as we do stock the majority of our merchandise. Items which require some processing such as personlized items or bar railings may take a few extra days prior to shipping. For shipping to PO Boxes and APO FPO addresses choose the PRICE option in the shipping method box during checkout.
|
||||||
| Credits |
||||||
| Mixology's
<%MM_Store=1 If MM_Store<>0 Then rsMenu.MoveFirst%>
<%While Not rsMenu.EOF
IF (rsMenu.Fields.Item("MenuLevel").Value)=0 Then%>
&head=<%=(rsMenu.Fields.Item("MenuLevel").Value)%>&store=<%=MM_Store%>"><%=(rsMenu.Fields.Item("MenuName").Value)%>
<%End If
rsMenu.MoveNext
If Not rsMenu.EOF Then
IF (rsMenu.Fields.Item("MenuLevel").Value)=0 Then%>
-
<%End If
End If
Wend
End If%>
|
||||||