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

Wesco selects KSS fuels pricing suite to improve customer service

Fuel pricing decisions and process efficiency enhanced with PriceNet, PriceNet Mobile and KSS Visualizer

FLORHAM PARK, N.J.—Feb. 13, 2008. KSS, the global leading supplier of pricing analytics, execution, and optimization systems to the petroleum industry, announces that Wesco, a self-distributed operator of over 50 convenience stores, has selected the KSS suite of fuels pricing products, incorporating PriceNet, PriceNet Mobile, and KSS Visualizer, for a company-wide implementation.


Wesco has chosen the KSS product suite to improve the process through which it gathers, validates and presents market-level information to the pricing team. It was imperative that they could provide a quicker response to competitor price moves while maintaining accuracy, consistency, and effectiveness in their pricing decisions. Providing timely, accurate information is essential to offering competitive prices, with KSS Visualizer, PriceNet and PriceNet Mobile, pricing issues can be brought to the attention of Wesco personnel promptly and addressed accordingly.


Jerry Westgate, Wesco co-president commented, “Our commitment to service is key to our success, and PriceNet, PriceNet Mobile and KSS Visualizer will help us ensure we provide competitive pricing at all times while giving our store personnel more time to focus on delivering fast, friendly service to our customers. The investment in these KSS solutions will help us to continue to grow into one of the premier companies in the convenience store industry."


PriceNet is an end-to-end pricing solution supporting 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, accurate and timely implementation. High levels of automation and an ‘exception-based’ approach ensure a rapid response to market conditions and allow pricing analysts to leverage the power of pricing analytics and automation.


PriceNet Mobile is pricing in the palm of your hand. Users can enter competitor prices and receive new price proposals in seconds, sent directly to their mobile device for approval and implementation. PriceNet Mobile users can also review key performance measures and receive exception-based performance alerts, minimizing the delays in responding to market events and/or competitor price changes that can cost retailers in lost volume, margin, or price image.


KSS Visualizer is a Web-based data visualization tool intended to quickly draw attention to significant changes in key performance measures such as volume, running rates, margins, competitor price position and more, at any level of the business from individual grade/store to overall network. Using color to indicate deltas to user-configurable goals or measures, KSS Visualizer allows users to instantly identify issues demanding their attention without the need to analyze tables of numbers in spreadsheets or make sense of data coming from multiple data sources. Users can easily configure the tool to represent their network hierarchy and drill-down into the detail with a click of a mouse.


“We are delighted to welcome Wesco to our rapidly growing client base. For organizations dedicated to the pursuit of superior customer service it’s essential that they have the tools at their disposal to make better decisions faster without creating more work for store staff. KSS fuels pricing systems carry the burden of information gathering and presentation to leave pricing and store-level personnel with the time to focus on genuine value-adding activities,” said Bob Stein, KSS chief executive officer.”

# # # # # 

<%if right(Request.ServerVariables("URL").ToLower,12)="default.aspx" then dim pgdt as date dim isDateDir as boolean = false dim thisURL = left(Request.ServerVariables("URL"),instrrev(Request.ServerVariables("URL"),"/")-1) dim getDir = mid(thisURL, instrrev(thisURL,"/")+1) dim checkno = replace(replace(getDir,"-",""),"_","") dim getYr dim getMn if len(checkno) = 6 and isNumeric(checkno) then isDateDir = true getYr = left(checkno, 4) getMn = mid(checkno, 5) end if %>
<% try pgdt = CDate("2008-12-08") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Ricker Oil Expands KSS PriceNet Usage Agreement Broadens to include 24 new Retail Locations


<% try pgdt = CDate("2008-12-01") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Top US c-store chain publicly acknowledges KSS contribution to success Susser Holdings announces rollout of KSS PriceNet to Stripes stores


<% try pgdt = CDate("2008-10-21") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Delivers more efficient pricing and contract management for fuels wholesalers and jobbers


<% try pgdt = CDate("2008-10-06") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Agreement Broadens to include new Retail Locations


<% try pgdt = CDate("2008-10-03") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

KSS Mapping presents key pricing data overlaid on geographic displays


<% try pgdt = CDate("2008-09-25") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Growth highlights value of KSS fuels pricing solutions in volatile fuel market


<% try pgdt = CDate("2008-09-23") catch ex as system.exception pgdt = now end try response.write(right("0" & day(pgdt),2) & " " & monthname(month(pgdt)) & " " & year(pgdt)) %>

Retailers have voted for KSS PriceNet to win the best new product contest


<%end if%>

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

Get Adobe Flash player


RSS Feed

Receive all our latest news by subscribing to our RSS feed

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