%
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
%>
PriceNet version 5.0
Now Available!
This new version includes a major architectural upgrade to the latest Microsoft .NET standards, to deliver greater speed and to allow customers to benefit from hardware rationalization initiatives that support multiple installations on one server and server virtualization, clusters and web farms.
In addition to this architectural upgrade, PriceNet 5.0 extends its capabilities to help fuels retailers:
Optimize prices to grow volume subject to a cash profit goal, this is in addition to the existing optimization aimed at growing profit for given volume plans
Forecast volume by site and grade over longer periods
Analyze where the current strategy may be restricting opportunities for volume or margin growth through quantitative analysis
Monitor compliance and reporting through an auditable log of policy/strategy changes; trace, step-by-step, how prices are derived
Ability to schedule alternate pricing strategies / scenarios where events affect fuel demand or margin performance. Within Event pricing, event planning can be set as a one-time activity or a re-occurring activity for set time periods to meet various market demands. Events can be set at single stores or distributed across multiple stores.
Allow user-level configuration with new screens, wizards to guide users more quickly through key activities, dynamic page layouts and the ability to contact KSS support directly from the main pricing screen
For more information on how your business could benefit from PriceNet 5.0 or to schedule an upgrade click here. To read our press release click here.
<% 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
%>