Jump to content

Free Mod


Guest

Recommended Posts

A few people have asked to see the category navigation at the top of the product pages to be the same as CC 2.x.

To get this follow these steps:

1. Go to Admin-->General Settings and set your Directory Symbol to ">".

2. Go to lang.inc.php and change 'location' and 'products_in' to a url that navigates back to your store home. You can also designate a class here.

3. In functions.inc.php:

replace

$dirArray[0] = $config['dirSymbol'].$catName;

with

$dirArray[0] = $config['dirSymbol']."<a href='".$GLOBALS['rootRel']."index.php?ccUser=".$sessId."&amp;act=viewCat&amp;catId=".$catId."'>$catName</a>";

4. You may also want to designate classes in the links in the function.inc.php file.

Tell me if there is anything I missed.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...