<%@ LANGUAGE="VBSCRIPT" %> <% PageStrings = "941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 1117, 1118, 1119, 1120, 1121" strThisBackPage = "orders" %> <% '=============================================== ' CactuShop ASP Shopping Cart ' ©1999-2004 Cactusoft Ltd. www.cactusoft.com '=============================================== ' All rights reserved. ' Use of this code is covered by the terms and ' conditions in the license agreement. No ' unauthorized duplication or distribution is ' permitted. Cactusoft's copyright notices must ' remain in the ASP sections of the code. '=============================================== %> <% =GetString("Config_headtitle") %>
<% WriteString("PageTitle_ExportOrders") %>
<% WriteString("ContentText_ExportOrdersExp") %>

<% WriteString("ContentText_DateRange") %> <% WriteString("ContentText_DateRangeBetween") %> <% WriteString("ContentText_DateRangeAnd") %>
  <%= GetString("ContentText_DateRangeText1") & " " & day(now) & " " & left(monthname(month(now)),3) & " " & year(now) & ". " & GetString("ContentText_DateRangeText2") & "." %>

<% WriteString("ContentText_Filename") %> -<%= day(now) & "-" & left(monthname(month(now)),3) & "-" & right(cstr(year(now)),2) %>.csv" size="30">

<% WriteString("ContentText_FieldDelimiter") %>
<% WriteString("ContentText_StringDelimiter") %>

  Include details field
  Include incomplete orders

">
<% objDataConn.Close set objDataConn = nothing %>