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

PriceNet    PriceNet overview

 

Analytics, rules-based pricing and price optimization for retail fuels


If, like other fuels retailers, you're looking to meet volume targets at the highest achievable margin, KSS can help you.

PriceNet can help you identify each site's main competition, by grade, make more informed pricing decisions and then quickily implement new prices throughout your network.

PriceNet enables clients to:

Achieve financial goals

Improve operational efficiencies

Advance market intelligence

Ensure regulatory compliance

For more information simply email info@kssg.com or call your local office.

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

Get Adobe Flash player

"PriceNet is a user friendly program that has been extremely helpful in our day to day fuel pricing practices. The overall process combined with the science and math work together, quite well, to generate viable pricing strategies. The checks and balances the system provides offer piece of mind around knowing pricing gets executed in a timely and effective manner. Simply stated; any condition affecting pricing that is outside of your own set of previously determined parameters is monitored and captured in PriceNet allowing you to properly assess and respond to the condition. PriceNet also keeps you up to date on performance and volume goals by tracking sales performance and run rate (volume versus plan ) across multiple periods."

Rick Hamilton, VP Operations, TriStar

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