Please read this post as this contribute is not a good solution
http://forums.oscommerce.com/topic/2...e/page__st__20
Credits to the forum and posters
edit includes/application_top
// navigation history
if (tep_session_is_registered('navigation')) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
} elseif (!is_object($navigation)) {
$navigation = new navigationHistory;
}
} else {
tep_session_register('navigation');
$navigation = new navigationHistory;
}
$navigation->add_current_page();
Please read forum for full info
Attached file is nothing
More...
Bookmarks