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

News Articles

 

 

Global Convenience Store Focus

Maintaining Fuel Volumes and Optimising Price is Key

The 2010 petrol market is dominated by pressures on both volume and price.  Since the price escalations that occured several years ago, there has been a downward trend on petrol volume.  Most likely, volume will continue to decline or only grow slightly during the year

Click here to read more

 

 

CSP

Jindal Signs Gas Station Generator Bill

Governor Bobby Jindal has signed HB 893, introduced by State Representative Tony Ligi.

Click here to read more

 

 

 

Shell Wholesale Marketers

Avoid Inadvertently Gouging Your Customers

During times when the fuel market is unstable, it is extremely important to monitor pricing activities to ensure you are not inadvertently gouging your customers.

Click here to read more

 

 

 

 

 

NACS Magazine

The Fuel-Store Link

Bob Stein, president and CEO of KSS Inc., believes that understanding the link between your store and your fuel dispensers can boost volume and profits.

Click here to read more

 

 

PetrolNet.pl

Zrozumieæ klienta by Mark Hawtin

Klienci staraj¹ siê ³¹czyæ zakupy dokonywane dotychczas w ró¿nych sklepach

Click here to read more

 

 

 

Grocery Headquarters

Fueling Store Traffic by Mark Hawtin

While gas prices continue to fluctuate, it is clear that many consumers are making long-term adjustments to their driving and shopping routines and fueling habits. Retailers can respond by capturing more of the fuel market—and driving store traffic in the process.

Click here to read more

 

 

 

 

 

 

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