View Single Post
  #443  
Old 08-02-2011, 05:52 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

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}
__________________
xcartmods.co.uk
Reply With Quote