Jump to content

Pagination Problem


Guest tbladecki

Recommended Posts

Guest tbladecki

I need change the highlighted "red pointer" are to display a "clickable" directory to the sub cat listing. If you look at my site you can go into the cats, then to the sub cats you can see that I am able to return to the parent cat listing but then I have to navigate back to the sub cat and to the listing that I last looked at. Now you can do this via the back button, but if the link is going to be there I want it to be fully functionable or I may as well remove it.

I ahve tried to modify the veiwcat and viewprod tpl files in the skins folders but they do not seen to fix my problems any assitance will be helpful, or at least which files will I need to modify and I can try to figure it out myself..... Thank you

Link to comment
Share on other sites

Hi,

it's a small one line change...

in the includes/functions.inc.php find this line

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


comment it out and insert below this line


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


The result should look like this


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

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

Now the current category is a link!

Good luck

Link to comment
Share on other sites

  • 4 years later...

Hi Gobber

I am having an issue since I first installed my cube cart at the beginning of this year and I think you might help me...If you wish, ofcourse:)

It is really bugging me and I do not seem to find an answer for it.

While searching an item on the main page it finds it and only shows the first page from 10 pages let's say. The other numbers of pages being invisible.

Like in this example:

http://www.newstepsolution.com/index.php?s...t&Submit=Go

I really wish to change the color so that it can become visible. I have tried in layout but it seems I didn't managed.

Can you, please, give me some indications?

With appreciation,

Ette

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...