%@ Language=VBScript %> <% option explicit Response.Buffer=True Const vDebug = 0 %> <% '@BEGINVERSIONINFO '@APPVERSION: 50.4014.0.6 '@FILENAME: order.asp '@DESCRIPTION: Cart Page '@STARTCOPYRIGHT 'The contents of this file is protected under the United States 'copyright laws and is confidential and proprietary to 'LaGarde, Incorporated. Its use or disclosure in whole or in part without the 'expressed written permission of LaGarde, Incorporated is expressly prohibited. ' '(c) Copyright 2000, 2001 by LaGarde, Incorporated. All rights reserved. '@ENDCOPYRIGHT '@ENDVERSIONINFO 'Modified 12/4/01 'Storefront Ref#'s: 241 djp If Session("SessionID") = "" Then 'SFUPDATE ' redirect to neworder screen Session.Abandon 'Response.Redirect(C_HomePath & "search.asp") Response.Redirect("search.asp") End If Order_InitializeDiscounts If iConverion = 1 Then Response.Write "" Dim CurrencyISO,rstAdmin,bActiveCart set rstadmin = server.CreateObject ("ADODB.Recordset") rstAdmin.Open "Select adminSaveCartActive from sfAdmin",cnn,adOpenStatic ,adLockReadOnly ,adCMDText bActiveCart = rstAdmin("adminSaveCartActive") rstAdmin.Close set rstAdmin = nothing 'Response.Write bactiveCart 'Response.End CurrencyISO = getCurrencyISO(Session.LCID ) %>
<% Order_ShowInventoryMessage 'SFAE %>