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

CEO Corner

Maximizing Total Site Volume during Recessionary Times

By all indications, we’re officially in a recession. Economic data issued on Nov. 25 showed that in the third quarter the U.S. economy contracted 0.5 percent – the fastest pace in seven years.

Times of economic decline are tough on everyone. For fuel retailers, everybody is in a similar position, as demand is down and all have lost volume to some degree.

So what can you do to maximize volume, revenue and profit during this downturn?

As the former CEO of a convenience chain, I’ve learned that the best approach is to use what’s in your control to manage and offset a loss of demand. Some questions you should ask yourself:

If you answered “yes” to each question, then you should be in a good position to effectively maximize your fuel volume.

If you answered “no” to one or more questions, then you should consider a change to your fuel pricing strategies and processes.

One solution is found in technology. There are tools available today that can automate manual, time-consuming processes, thus creating more efficiency in your price management.

The key is finding a solution that will not only maximize your volume, but maximize your investment, no matter how bad the economy.

 

 

 

03 December 2008

 

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