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

“How to Keep Your Sanity Pricing Fuel in Volatile Times”

Prices are way Up, Prices go way Down. Margins are Worst ever, Margins are Best ever. Volume is Declining. Just a few of the consequences in 2008 as fuel costs have hit record highs and declined rapidly with a recessionary economy.

How do you make sense of the volatility in costs and retail pump prices? How do you maintain strategies that continue to meet business objectives for your fuel business as well as in-store merchandise?

As a former retailer I know too well the uncertainty and unpredictability of fuel margins. In 2008 we have experienced margins in the US as low as 4 cpg and as high as 40 cpg. To a large degree street margins are controllable. However effective pricing can ensure the “available margin” is obtained.

In addition to managing margins your fuel pricing strategies ensure that:

  1. a site or group of sites meets fuel volume objectives;
  2. you are appropriately positioned in the market to key competitors;
  3. your brand is valued right to consumers;
  4. a consistent price image is reflected to the consumer;
  5. customer loyalty is maintained;
  6. prices are maintained in line with cost changes;
  7. compliance with government regulations is guaranteed; and
  8. fuel traffic meets expectations for inside store merchandise traffic and sales.

Given so many factors fuel prices impact it is important to document strategies, understand competitor impacts and set realistic volume and margin targets and have a robust and reliable process and system to consistently execute and monitor.

Having a reliable process and system will provide confidence to “Keep Your Sanity in these Volatile Times”.

 

 

 

November 14, 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 %>