Guest Posted March 28, 2008 Share Posted March 28, 2008 when my custome is logged in with products in their cart, if they click homepage it logs them out, can this be changed so that they remain logged in at all times even if they click the homepage any help appreciated Link to comment Share on other sites More sharing options...
Guest Posted March 28, 2008 Share Posted March 28, 2008 any help would be really appreciated Link to comment Share on other sites More sharing options...
germ Posted March 28, 2008 Share Posted March 28, 2008 In /includes/application_top.php, find this code: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_CATALOG)); Alter it to this: $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_CATALOG)); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_CATALOG)); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted April 16, 2008 Share Posted April 16, 2008 this just brings up errors and doesnt work. any more ideas, it isnt anything to do with sessions or anything like that is it Link to comment Share on other sites More sharing options...
germ Posted April 16, 2008 Share Posted April 16, 2008 My bad!!! :blush: FILENAME_CATALOG was something I made for my site. The code should be: $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT)); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2008 Share Posted April 19, 2008 that now works nicely. cheers fellow Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.