<% If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then server.execute("/includes/ksstop.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/ksstop.aspx") End if %> <% Dim getSect as String Dim thissect as String getSect = lcase(Request.ServerVariables("PATH_INFO")) select case true case instr(getSect,"software") > 0 thissect = "1" case instr(getSect,"analytics") > 0 thissect = "2" case instr(getSect,"consulting") > 0 thissect = "3" case instr(getSect,"pricemanagement") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% dim ActiveURL as string = Request.ServerVariables("URL") Dim reSpl = split(ActiveURL,"/") dim getTotalDir as string getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/" dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx") If IO.File.Exists(stFilePath) Then server.execute(getTotalDir + "leftmenu.aspx") End if %>

News 2006

 

November 15, 2006
KSS Releases Fuel Pricing Study at Outlook Leadership Conference

October 24, 2006
Wallis Companies selects KSS for price automation and optimization

October 9, 2006
Cumberland Farms selects KSS for Price Optimization

October 3, 2006
Pinnacle Partners with KSS


Giant Eagle® Inc. Optimizes Fuel Pricing For Added Value And Efficiency Using KSS PriceNet

September 14, 2006
Risser Oil Completes Rollout of KSS Fuel Price Automation and Optimization Solution

August 11, 2006
RackPrice wholesale fuels pricing solution from KSS achieves "powered by SAP NetWeaver®" status


Circle K Stores selects KSS for fuel price automation


KSS and PWM GmbH partner to deliver integrated forecourt price management and display systems

May 19, 2006
KSS releases Store Level Competitive Pricing Solution for Fuel Retailers


Industry Veteran takes lead of KSS fuels division on a worldwide basis

April 21, 2006
Ricker Oil Company Inc. selects KSS for fuel price management and optimization

January 26, 2006
Brookshire Brothers Grocery Selects KSS for Fuel Center Intelligent Price Optimization Solution

 

 

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% If thissect = "1" then %>
<% end if%>
<% If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then server.execute("/includes/kssbase.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/kssbase.aspx") End if %>