View Single Post
  #2  
Old 03-18-2008, 12:31 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: HELP! Detailed Images; Custom Buttons; Sidebox Re-Ordering; and MORE...

3) See the file (skin1/buttons/button.tpl), and file (skin1/skin1.css) for section "/* Buttons */"
4) Edit file (skin1/customer/home.tpl
find block
PHP Code:
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"}
{include 
file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}
{if 
$active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include 
file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if} 

and change the conditions in places

11) Remove button - delete the profile.
Reply With Quote