%
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
%>
<%
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
%>
Price Management
There are many challenges associated with making more effective price decisions and implementing those decisions efficiently. Fortunately price management and optimization systems can address many of those challenges and deliver compelling return on investment as well as significantly improve operational efficiencies.
Here are some of the challenges KSS regularly helps our customers address. See if you recognize any of them in your own processes:
Lack of clarity on corporate goals for volume, revenue and profit margin
Pricing strategy poorly documented – lack of guidance for those making pricing decisions
Inability to effectively adapt pricing strategy to changing market conditions and/or changes in competitor pricing
“One size fits all” approach overlooks individual site potential
Delays in identifying the triggers for price change
Slow response to market events, competitor price changes and other short-term demand variations
Expensive to collect and process competitor prices
Manual pricing processes result in errors or volume/margin leakage
Delays in identifying performance issues
Pricing analysts spend most of their time administering data and producing reports
Loose or weak pricing process controls hinder satisfaction of regulatory compliance and legislation leading to risk of financial penalties and bad publicity
Retaining experience and market knowledge when team members move on or retire
<% 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
%>