![]() |
Re: Manufacturers not showing on home page
I'm having the same issue with the Fashion Mosaic skin on 4.1.9.
"Show manufacturers list in the menu column:" is checked under Manufacturers options. |
Re: Manufacturers not showing on home page
Weird. The Manufacturers list is showing up on the interior pages, just not on the home.php welcome page.
Isn't home.php created by skin1/customer/home.tpl ? |
Re: Manufacturers not showing on home page
For you guys with the add-on templates, post your customer/home.tpl template...must be an {if} statement in there that is hiding it.
|
Re: Manufacturers not showing on home page
Code:
{* $Id: home.tpl,v 1.88.2.11 2007/08/08 13:51:54 max Exp $ *} |
Re: Manufacturers not showing on home page
Yep, that's the issue. See this line of code:
{if $main ne "catalog" or $current_category.category ne ""} Everything after that will only display on pages that are NOT the home page. Comment out that line and the closing {if} tag and the items inside it will show. |
Re: Manufacturers not showing on home page
Thanks, that worked.
|
Re: Manufacturers not showing on home page
Stupid question:
I found that line of code but how do I *comment it out*? |
Re: Manufacturers not showing on home page
{* Commented out code *}
|
Re: Manufacturers not showing on home page
So would this
{if $main ne "catalog" or $current_category.category ne ""} become {if * $main ne "catalog" or $current_category.category ne "" * } {/if} Sorry if that is dumb! |
Re: Manufacturers not showing on home page
Not quite:
{* if $main ne "catalog" or $current_category.category ne "" *} Also be sure to comment out the closing tag: {* /if *} |
All times are GMT -8. The time now is 11:48 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.