<% 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 %>

Company Overview

 

KSS, the Fuels Pricing Experts, is the leading global provider of pricing software, analytics and consulting services to fuel retailers and wholesalers in the oil & gas, convenience store and retail industries. KSS helps fuel marketers identify and efficiently execute optimal pricing strategies by addressing 3 aspects of fuels pricing:

  1. Combining client knowledge with analytics to better understand customers and competition
  2. Addressing more efficient process execution to reduce response times
  3. Implementing regulatory requirements with guaranteed compliance.

KSS Software, Analytics and Consulting benefit from more than 20 years of research into price management, analytics and optimization techniques, and are able to quantify the impact of pricing decisions on customer demand, revenues and profit. Using a deep understanding of customer behavior, companies can apply their pricing policy and determine pricing tactics that maximize profit for given volume goals - all within a carefully managed price image.

Statistics

 

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

Get Adobe Flash player

 

 

"The goal of integrating these solutions (PriceNet, RackPrice) from KSS is to allow customers to make better business decisions and leverage their existing IT investments to improve their competitiveness in the oil and gas industry"

Peter Maier
Senior VP ISM Process Industires SAP AG

<% 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 %>