![]() |
categorie history / behaviour |
Post Reply
|
| Author | |
kalypso
Newbie
Joined: 01-May-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: categorie history / behaviourPosted: 03-November-2009 at 8:49am |
|
I would like an additional category during (category history) in the header. What is the code of viewcategories.asp I should involve in the header? That:
Our Products: LCD-TV / Plasma-TV : Sony Modell X1
|
|
![]() |
|
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 03-November-2009 at 2:53pm |
|
Hi,
I'm not sure I understood what you are after. The category "breaddcrumb trail" in viewcategories.asp is created by file pcBreadCrumbs.asp : <!--#include file="pcBreadCrumbs.asp"--> |
|
![]() |
|
kalypso
Newbie
Joined: 01-May-2009 Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 04-November-2009 at 7:44am |
|
Exactly. I mean the category tree. Simply to include the file pcBreadCrumbs.asp in the header does not work. (Error: Redirection loop.)
I want to have the category tree in the orange horizontal line in the header. |
|
![]() |
|
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 04-November-2009 at 8:57am |
|
Hi,
The "breadcrumbs" would make no sense in most pages, so including it in the general header.asp is not a good idea. To move the breadcrumb trail to the orange bar there are a couple of ideas that come to mind. a) Create a copy of header.asp with a different name and change the copy to have the breadcrumbs include displayed in the orange bar, then change viewcategories.asp and viewprd.asp to use the new copy of header.asp b) Add some "If" logic in header.asp around the breadcrumbs include so that it's only run at the appropriate times. Edited by Hamish - 04-November-2009 at 8:58am |
|
![]() |
|
sirene
Newbie
Joined: 22-November-2009 Location: Austria Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 02-January-2010 at 11:19am |
|
Thanks, it works very simple. I would like also to show the product name in the course?
|
|
![]() |
|
sirene
Newbie
Joined: 22-November-2009 Location: Austria Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 04-January-2010 at 8:41am |
|
has been solved easily.
<% '***************************************************************************************************** ' 1) CATGEORY BREADCRUMBS '***************************************************************************************************** pcs_CategoryTree '***************************************************************************************************** ' END CATGEORY BREADCRUMBS '***************************************************************************************************** %><td class="breadcrumb_pr"><% '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ' START: Show product name '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pcs_ProductNamebc '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ' END: Show product name '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %> |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |