| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
remove categories mod and help mod from cart | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I am trying to eliminate the categories mod and help mod from appearing on the main menu and any other pages that they may show up on but I can't find where its located.
In the admin I tried editing my setting in "general settings" and "modules" but nothing happened. Don't know what to do?
__________________
x-cart 4.0.16v linux server |
|||||||
#2
|
|||||||
|
|||||||
![]() Modules? Do you mean the menus?
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||
|
|||||||
![]() Yea..sorry about that. How to remove menue(s)?
__________________
x-cart 4.0.16v linux server |
|||||||
#4
|
|||||||
|
|||||||
![]() Open up customer/home.tpl and comment them out. Categories is categories.tpl and help is help.tpl.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() thanks Ryan
__________________
x-cart 4.0.16v linux server |
|||||||
#6
|
|||||||
|
|||||||
![]() question, how do you comment it out?
Thanks man
__________________
x-cart 4.0.16v linux server |
|||||||
#7
|
|||||||
|
|||||||
![]() I tried
/* {* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *} {capture name=menu} {if $active_modules.Fancy_Categories ne ""} {include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"} {else} {if $config.General.root_categories eq "Y"} {section name=cat_num loop=$categories} <FONT class="CategoriesList">{$categories[cat_num].category}</FONT> {/section} {else} {section name=cat_num loop=$subcategories} <FONT class="CategoriesList">{$subcategories[cat_num].category}</FONT> {/section} {/if} {/if} {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories menu_content=$smarty.capture.menu } */ but nothing happens?
__________________
x-cart 4.0.16v linux server |
|||||||
#8
|
|||||||
|
|||||||
![]() No, you need to open up home.tpl, not categories.tpl. In home.tpl, replace this:
{ include file="customer/categories.tpl" } with this: {* { include file="customer/categories.tpl" } *} Do the same for the help.tpl include.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#9
|
|||||||
|
|||||||
![]() thanks so much man.
__________________
x-cart 4.0.16v linux server |
|||||||
#10
|
|||||||
|
|||||||
![]() Was this the only way to do this? Thanks for the help.
__________________
x-cart 4.0.16v linux server |
|||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|