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
|