<% option explicit Response.Buffer = true if session("company_id") <> "" then dim conn dim ssql dim rs dim copyright_notes dim objfs dim objfile dim myCategoriesSetting set objfs = server.CreateObject("scripting.FileSystemObject") if objfs.FileExists(server.MapPath("../../../../../member/" & Request.Cookies("storename") & "/myCategoriesSetting.txt")) = true then set objfile = objfs.OpenTextFile(server.MapPath("../../../../../member/" & Request.Cookies("storename") & "/myCategoriesSetting.txt"),1,-1,0) myCategoriesSetting = objfile.ReadLine objfile.close set objfile = nothing end if set objfs = nothing %> <% ssql = "select * from tbl_setting" set rs = server.CreateObject("adodb.recordset") rs.Open ssql,conn,3,3 if len(trim(rs("copyright_notes"))) > 0 then copyright_notes = replace(rs("copyright_notes"),"
",vbcrlf, 1, -1, 1) end if %>
<% if Request.Cookies("version_info") = "Full" then %> <% end if %>
GENERAL FEATURES SETUP
ENABLE SHOPPING CART : <% if rs("display_cart") = "on" then %> <% else %> <% end if %> MEMBER REGISTRATION : <% if rs("member_register_function") = "on" then %> <% else %> <% end if %>
DISPLAY VISITOR COUNTER : <% if rs("display_visitor_counter") = "on" then %> <% else %> <% end if %> DISPLAY SEARCH COLUMN : <% if rs("display_search") = "on" then %> <% else %> <% end if %>
DISPLAY SERVICE PAGE : <% if rs("display_service") = "on" then %> <% else %> <% end if %> DISPLAY PRODUCT PAGE : <% if rs("display_product") = "on" then %> <% else %> <% end if %>
DISPLAY PARTNER COLUMN : <% if rs("display_partner") = "on" then %> <% else %> <% end if %> DISPLAY CAREER OPPORTUNITIES : <% if rs("display_job") = "on" then %> <% else %> <% end if %>
DISPLAY PRESS RELEASE : <% if rs("display_news") = "on" then %> <% else %> <% end if %> DISPLAY SHIPPING CHARGES : <% if rs("display_shipping_charges") = "on" then %> <% else %> <% end if %>
DISPLAY CATEGORIES AT MAIN PAGE : <% if myCategoriesSetting = "on" then %> <% else %> <% end if %>  
STORE SETUP
ENGLISH : <% if rs("display_language") = "theme" then %> <% else %> <% end if %> Default (" target="_blank">Preview)
<% if rs("display_language") = "theme-std-a" then %> <% else %> <% end if %> Standard (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release" then %> <% else %> <% end if %> Press Release Style 1 (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release-b" then %> <% else %> <% end if %> Press Release Style 3 (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release-c" then %> <% else %> <% end if %> Press Release Style 4 (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release-d" then %> <% else %> <% end if %> Press Release Style 2 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service" then %> <% else %> <% end if %> Service Style 1 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service-b" then %> <% else %> <% end if %> Service Style 2 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service-c" then %> <% else %> <% end if %> Service Style 3 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service-d" then %> <% else %> <% end if %> Service Style 4 (" target="_blank">Preview)
CHINESE TRADITIONAL : <% if rs("display_language") = "theme-tw" then %> <% else %> <% end if %> Default (" target="_blank">Preview)
<% if rs("display_language") = "theme-tw-std-a" then %> <% else %> <% end if %> Standard (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release-tw" then %> <% else %> <% end if %> Press Release Style 1 (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release-tw-b" then %> <% else %> <% end if %> Press Release Style 2 (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release-tw-c" then %> <% else %> <% end if %> Press Release Style 3 (" target="_blank">Preview)
<% if rs("display_language") = "theme-press-release-tw-d" then %> <% else %> <% end if %> Press Release Style 4 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service-tw" then %> <% else %> <% end if %> Service Style 1 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service-tw-b" then %> <% else %> <% end if %> Service Style 2 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service-tw-c" then %> <% else %> <% end if %> Service Style 3 (" target="_blank">Preview)
<% if rs("display_language") = "theme-service-tw-d" then %> <% else %> <% end if %> Service Style 4 (" target="_blank">Preview)
 
COPYRIGHT NOTES
NOTES :
<% rs.Close conn.Close set rs = nothing set conn = nothing else Response.Redirect "../../index.asp" end if %>