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
|