X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   breadcrumb not showing on help.php? pages, orders.php or static pages (https://forum.x-cart.com/showthread.php?t=37028)

wardworth 01-25-2008 05:26 AM

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?

balinor 01-25-2008 06:11 AM

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.

wardworth 01-25-2008 07:17 AM

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.