View Single Post
  #2  
Old 02-13-2013, 09:26 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Detect that session is viewing the Shopping Cart in home.tpl

Don't use this. Use $main to determine the page. You can look in home_main.tpl and common_templates.tpl to see different $main values

$main eq "product" for example is product page
$main eq "cart" is cart page ....
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote