![]() |
breadcrumb not showing on help.php? pages, orders.php or static pages
Hi,
the breadcrumb at the top of my site is showing for product and category pages, but it is not being displayed for help.php? pages, orders.php or static pages. Any ideas? If I've accidentally removed the relevant code (which is possible), where would I have removed it from? |
Re: breadcrumb not showing on help.php? pages, orders.php or static pages
The location.tpl is called from customer/home.tpl. Make sure you didn't add some sort of {if} statement around it that is preventing it from showing on those pages.
|
Re: breadcrumb not showing on help.php? pages, orders.php or static pages
sorted. I had the following if statement applied -
{if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'} Cheers :) |
All times are GMT -8. The time now is 06:34 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.