%
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
%>
<%
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 4.6
KSS’ new version of PriceNet, version 4.6, is now on general release
This new version follows a period of close consultation with customers and business partners to identify, define and deliver the pricing requirements that are most important to them.
In addition to improvements to existing functionality, PriceNet 4.6 extends its capabilities to help fuels retailers in the following areas:
Cost and price volatility
- Internet price-checking – Additional integration capabilities ensure pricing is based on the most reliable and most recent data
- Overnight and weekend pricing - Pricing needn't stop when the office is closed as pricing managers can plan pricing decisions in advance.
Performance enhancements
- The most recent and most accurate data combined with 24/7 pricing optimisation and existing PriceNet Web and PriceNet Mobile modules ensures a faster response to market changes and improved performance for each site.
Compliance
- To help clients comply with the Sarbanes-Oxley Act, fulfil internal business requirements and meet legislative and other regulatory constraints regarding pricing, PriceNet now has extended auditing capabilities to record how new prices are generated and authorised.
- A tiered user access structure gives management increased control and reinforces pricing policy.
Biofuels
- Product groups have been introduced to help better manage pricing. These prevent cannibalisation between product types, therefore supporting the increasing requirement to meet biofuels volume targets. Greater insight into the relationships between fuels types significantly improves the management of biofuels and future alternatives. For example, identifying cross-price effects with regular fuels to determine the price-point at which customers switch fuel types.
For further information on how your business could benefit from PriceNet 4.6 or to enquire about an upgrade click here. To read our press release click here.
<%if thissect = "1" or thissect = "2" or thissect = "3" then%>
Downloads
The product overviews PDFs:
<%if thissect = "1" then%>
PriceNet
<%end if%>
<%if thissect = "3" then%>
RackPrice
<%end if%>
<%if thissect = "2" then%>
PriceNet
<%end if%>
<%if instr(getSect,"pricenetmobile") > 0 or instr(getSect,"pricenet_mobile") > 0 then%>
PriceNet Mobile
<%end if%>
<%if instr(getSect,"kssvisualizer") > 0 or instr(getSect,"kssvisulaizer") > 0 or instr(getSect,"kss_visualizer") > 0 then%>
Visualizer
<%end if%>
<%end if%>
<% 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
%>