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

PriceNet Mobile Overview    PriceNet Mobile overview

Retail Fuels Pricing in the Palm of Your Hand

Communication between head office, site management and field management has been enhanced by the introduction of PriceNet Mobile.

PriceNet Mobile was designed to operate on any web-enabled mobile device, allowing competitor surveys to be entered for one or multiple stores. This will immediately generate a price which can then be received automatically on PriceNet Mobile, PriceNet Web, at the point of sale or even straight to an electronic pole.

PriceNet Mobile, intended for use by field managers and the pricing team, provides functionality that allows users to price sites directly from their mobile device by reviewing key pricing decision criteria on a site-by-site basis.
The ability to enter and validate surveys while out of the office and continue pricing without access to a PC improves PriceNet’s ability to be used in a de-centralized environment and increases visibility of pricing decisions to those on the road.

PriceNet Mobile Solution Benefits:

For more information simply email info@kssg.com or call your local KSS office.

 

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

Get Adobe Flash player

Downloads

The product overviews PDF's:

PriceNet Mobile


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