Is there any way that I can prevent displaying the breadcrumb navigation links that appear at the top of each store page just on the store Home page? That's the only page I don't want them to appear.
I presume there's some conditional I might add to the /customer/home.tpl template where this line appears:
Code:
{include file="location.tpl"}
But I don't know if there's a global var I can check in Smarty that tells me whether or not I'm currently viewing the store home page??
Thanks.