Kryptronic Software Wiki : RemoveMenuHeaderBelowTitleBar

Kryptronic Internet Software Solutions
Most recent edit on 2007-02-28 17:16:56 by KryptronicWebmaster

Additions:
ClickCartPro - Skinning (Changing The Look Of Your Site)



Edited on 2007-02-28 12:55:45 by KryptronicWebmaster

Additions:
In admin under
Home > ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes
click on Update next to the Store Header Menu Display Name and change the very beginning of the Include File Contents field from
<?php

to
<?php return;

This will bypass all of the code in the include and not display the Online Store Menu.
ClickCartPro - Store Menus


Deletions:
in the management interface go to:
ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes
And edit the 'Store Header Menu' include. There right below the opening PHP tag, add:
code:
return;
This will bypass all of the code in that include, hence not displaying that menu.
Pending Inclusion




Oldest known version of this page was edited on 2007-02-15 20:25:16 by KryptronicWebmaster []
Page view:

Remove Menu Header Below Title Bar/ Online Store Menu


in the management interface go to:

ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes

And edit the 'Store Header Menu' include. There right below the opening PHP tag, add:
code:
return;

This will bypass all of the code in that include, hence not displaying that menu.



Pending Inclusion