Quote:
How can i change default Products Layout in site preferences
|
By reading
here. You might need to clear your cookies afterwards.
Quote:
And how can i disable site preferences menu on front page?
|
In your home template, eg skin1/smart_template/custom/home_3col.tpl
Replace...
Code:
{include file="custom/preferences.tpl"}
With...
Code:
{if $main eq "catalog" && $current_category.category eq ""}
{else}
{include file="custom/preferences.tpl"}
{/if}