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

Risser Oil Completes Rollout of KSS Fuel Price Automation and Optimization Solution

FLORHAM PARK, N.J Sept. 14, 2006 Risser Oil, based in Clearwater/St. Petersburg, FL, and operator of 31 convenience stores, has completed the rollout of the KSS PriceNet system for automating and optimizing fuel pump pricing. KSS PriceNet is a complete fuel pricing system that provides both pricing automation with competitor rule-sets, and scientific fuel price modeling using competitive elasticities. Risser Oil has been able to optimize margin and volume targets while delivering consistent value for its customers.

"The KSS PriceNet solution has helped Risser Oil tighten control of their fuel pricing process in today's volatile market," said Bob Stein, CEO of KSS Fuel group. "KSS PriceNet automates daily pricing tasks and constantly monitors volume and competitive activity, alerting you to areas that need focus. By identifying sites that are below volume and/or profit targets, and by providing guidance on how to correct these variances, KSS PriceNet helps ensure that profit and volume goals are met. KSS continues to deliver unique value and we are pleased to have Risser Oil as one of our customers."

KSS PriceNet is an intelligent fuel price management system with the ability to accurately track volume and competitive price moves in the market and optimize fuel pump pricing, by grade of fuel, by location. Utilizing the KSS Library of consumer demand models, KSS PriceNet provides the basis for understanding and forecasting consumer fuel demand across the store and fuel center, as well as the inter-relationships of these purchases.

# # # # #

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