ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - categorie history / behaviour
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

categorie history / behaviour

 Post Reply Post Reply
Author
Message
kalypso View Drop Down
Newbie
Newbie


Joined: 01-May-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote kalypso Quote  Post ReplyReply Direct Link To This Post Topic: categorie history / behaviour
    Posted: 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



Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post 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"-->


Back to Top
kalypso View Drop Down
Newbie
Newbie


Joined: 01-May-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote kalypso Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post Posted: 02-January-2010 at 11:19am
Thanks, it works very simple. I would like also to show the product name in the course?
Back to Top
sirene View Drop Down
Newbie
Newbie


Joined: 22-November-2009
Location: Austria
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote sirene Quote  Post ReplyReply Direct Link To This Post 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
            '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            %>  
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.