View Single Post
  #21  
Old 01-16-2008, 05:21 AM
 
karentown karentown is offline
 

Senior Member
  
Join Date: Apr 2005
Posts: 129
 

Default 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 *}

??
__________________
Running stores using the following:

2@ Version 4.0.19
2@ Version 4.1.9
1@ Version 4.1.11
Reply With Quote