<% 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,"retailpetroleum") > 0 thissect = "1" case instr(getSect,"dealerpricing") > 0 thissect = "2" case instr(getSect,"wholesalepetroleum") > 0 thissect = "3" case instr(getSect,"whymanageprice") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
Retail PetroleumDealer Supply PricingWholesale PetroleumWhy Manage Price?Our 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 %>

Retail Petroleum

KSS retail fuels pricing software helps customers meet their volume objectives at maximum achievable margins by achieving financial goals, improving operational efficiencies, advancing market intelligence and ensuring regulatory compliance.

To learn more about KSS retail products follow the links below: 

PriceNet    PriceNet overview

Retail Fuels Pricing - a comprehensive pricing solution that supports the key tasks and stakeholders involved in retail fuels pricing, from capturing field-based intelligence at the site level to the generation of price proposals, via comprehensive pricing rules or price optimization, to consistent and timely implementation.

PriceNet SaaS    PriceNet SaaS overview

Retail Fuels Pricing on a Budget – a cost effective solution offering retailers an alternative to the standard version of PriceNet.

PriceNet Mobile     PriceNet Mobile overview

Fuels Pricing In The Palm Of Your Hand - delivers real-time pricing via handheld mobile devices such as PDAs and Blackberrys.

PriceNet Web    PriceNet Web overview

Rapid Delivery of New Price Proposals - a simple-to-use, web-based application facilitating the rapid, highly efficient exchange of data and information from the field to head office and vice versa.

KSS Visualizer    KSS Visualizer overview

Business Intelligence And Alerts - a web-based data visualization tool intended to draw attention to significant changes in performance measures such as volume, running rates, margin, competitor price position etc, at any level of their business from individual grade/store to overall network.

KSS Mapping    KSS Mapping overview

Competitor Pricing Information Mapped Out - designed to present up-to-the-minute pricing and performance data on a map-based display, incorporating both traditional map views and satellite photographs.

KSS Consulting    KSS Consulting overview

Benefit From Deep Pricing And Industry Expertise - consulting services that help retailers and wholesalers extract maximum value from their fuels pricing strategies and processes.

Fuel-Store Link    Fuel-Store Link overview

Integrated Site Margin Management - data analysis providing insight into the relationship of fuel volumes and store traffic for each site.

KSS Analytics    KSS Analytics

Business Intelligence – analyze and interpret valuable data and instantly view it through graphical dashboards.

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

Get Adobe Flash player

"PriceNet analyzes our site level pricing sensitivities at a level no other system could. By examining elasticities at a very detailed level we achieve more efficiency in our pricing execution. PriceNet easily interfaced with our ERP system (Factor) providing for a tightly integrated solution. The proactive system prompts and alerts keep us closely connected to the business".

Steve Hostetter

CEO/COO, 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 %>