![]() |
Re: Manufacturers not showing on home page
Grrr ... I am doing something wrong. The whole section currently reads:
<td class="VertMenuLeftColumn"> {include file="customer/categories.tpl" } {if $main ne "catalog" or $current_category.category ne ""} {if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y'} <div style="width: 100%; text-align: center;"> <br /> {include file="modules/SnS_connector/button.tpl"} </div> {/if} Does it become: <td class="VertMenuLeftColumn"> {include file="customer/categories.tpl" } {* if $main ne "catalog" or $current_category.category ne "" *} {if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y'} <div style="width: 100%; text-align: center;"> <br /> {include file="modules/SnS_connector/button.tpl"} </div> {* /if *} ?? |
Re: Manufacturers not showing on home page
That's the SNS connector code, not the manufacturer's code. What are you trying to hide?
|
Re: Manufacturers not showing on home page
I am in the home page template. I am trying to get the manufacturers to show up on the home page like they do on the inner pages.
|
Re: Manufacturers not showing on home page
Oh, ok...comment out the first piece like you did, but the closing {/if} statement you want to comment out is the one AFTER the manufacturer code. Post your whole left column code and I'll show you.
|
Re: Manufacturers not showing on home page
OK, here it is:
Code:
|
Re: Manufacturers not showing on home page
Ok, so comment out this line as you did:
{if $main ne "catalog" or $current_category.category ne ""} But the closing one is down near the spacer. So replace this: {/if} <img src="{$ImagesDir}/spacer.gif" width="180" height="1" alt="" /> with this: {* /if *} <img src="{$ImagesDir}/spacer.gif" width="180" height="1" alt="" /> |
Re: Manufacturers not showing on home page
WOO-HOO!!! Thank you so much Padraic ... once again you have saved my bacon. You deserve a big ****hug****.
|
Re: Manufacturers not showing on home page
OK, just noticed something (sorry). It has now duplicated the special and help templates. Do I need to comment them out somewhere as I like them in the bottom section where they are with the fashion template.
|
Re: Manufacturers not showing on home page
Surround them with the {if} statement you commented out.
|
Re: Manufacturers not showing on home page
Perfect, thanks :)
|
All times are GMT -8. The time now is 11:46 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.