Forums / Customization from the Admin / Breadcrumb variable?

Breadcrumb variable?

Locked
Results 1 to 2 of 2
This thread is locked. New replies are disabled.
24 Nov 2009, 20:08
#1
aedwards avatar

aedwards

New Zenner

Join Date:
Nov 2009
Posts:
1
Plugin Contributions:
0

Breadcrumb variable?

I'm using a splash page to access my shopping cart. Now I need to create another one with a separate URL. In doing so, I need to create a variable for the "Home" link in the breadcrumbs. This way, the user will be redirected to the appropriate splash page.

The new splash page will have a different set of products with different pricing. I am doing this by placing all of the related products in a new category. So is there a way I could modify the following code within the init_add_crumbs.php file so that the home link changes depending on what product category you are in?

$breadcrumb->add(HEADER_TITLE_CATALOG, '/');


Thanks in advance!
24 Nov 2009, 20:55
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Breadcrumb variable?

It sounds as though you ar attempting to utilize ZenCart as a backend for your HTML splash pages...
This is not how ZenCart is designed to be used and you will eventually experience many issues in trying to do so