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

KSS to showcase new release of PriceStrat merchandise pricing solution at NACS, October 17-20

Florham Park, NJ – October 7, 2004 – KSS, the leading provider of pricing solutions to the convenience retailing sector, today announced the release of the latest version of its’ PriceStrat merchandise pricing solution. Following a series of new PriceStrat client announcements, the new version will be showcased at the NACS show in Las Vegas.

PriceStrat helps retailers gain a better understanding of their customers and markets, giving them the ability to challenge their strategies to identify pricing and promotion tactics that deliver performance objectives in the most profitable way.

Already in use in over 4,000 stores in the US, PriceStrat is helping convenience retailers to plan, execute and measure the success of more effective pricing and promotion policies and to build more efficient underlying business processes, improving market response and enhancing customer price perception.

The new version 3.3 brings richer functionality to the management of product lifecycles from introduction through to clearance, support for a broader range of promotion types (including ad and display features) and enhancements to the reporting & analysis suite.

In addition to showcasing PriceStrat at the NACS Show, KSS will be holding a draw for an all-expenses-paid weekend of golf at St. Andrews in Scotland. Details of the draw and the NACS Show can be found by visiting the KSS website (www.kssg.com).

# # # # #

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