View Single Post
  #7  
Old 11-20-2008, 06:22 AM
 
presson83 presson83 is offline
 

Senior Member
  
Join Date: Sep 2008
Posts: 143
 

Default Re: Making Navbar Unique on Each Page

One last question - my active class works for when you have something in the shopping cart - because that's when it changes templates to the fast_lane_checkout template. When there's nothing in your cart however, the template is the same, therefore I need to write another elseif statement for the cart page. My attempts have been like this :

{elseif $page_data eq "cart"}
{elseif $page_data eq "shoppingcart"}
{elseif $page eq "cart"}
{elseif $page eq "shoppingcart"}

etc. etc. none of which have worked. I'm simply trying to get ahold of cart.php - any help is much appreciated!
__________________
v 4.1.11, v 4.2
Reply With Quote