Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-09-2007 03:12:00

picstart
Member
From: United Kingdom
Registered: 07-11-2006
Posts: 428

moving page info text

Is it possible to move the box and this text to above as well as below the items in each category when there is more than one page of them.(staying under the items header)


**
A total of 61 items are available. You are currently viewing page 2 of 2.

Pages: 1 | 2

**

Last edited by picstart (02-09-2007 03:12:45)


"It may be my worst nightmare at present..... but soon it will be my dream"

Offline

 

#2 02-09-2007 11:09:35

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: moving page info text

Yes.  In the management interface, go to:

ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes

Then edit the '    Product List Display' include.  In there look for:

Code:

if (!(empty($navarray))) {

     $this->include_file($app,'prodnav.php');

} // End of if statement.

This is at the bottom.  Add this to the top as well right above:

Code:

print '<table id="khxc--cptbl--' . $random . '" class="khxc_cptbl_prod">' . $eol . $eol;

Nick Hendler

Offline

 

#3 10-22-2009 05:11:36

ZipSkins
Member
From: United Kingdom
Registered: 01-15-2006
Posts: 822
Website

Re: moving page info text

I know this is an old thread, but it should provide the solution to what I am trying to achieve.

Unfortunately, the top display of prodnav simply does not appear, although the bottom one is fine. Possibly $navarray is still empty at that point?

I am working on a recently purchased version of CCP6 (GBU 6.0.7)

Does anyone have any suggestions?

Thanks in advance, Nigel


| Professional Quality Customisable Skins for your ClickCartPro Powered Site


-----------------------------
Certified Support Partner

Offline

 

#4 10-28-2009 03:33:25

ZipSkins
Member
From: United Kingdom
Registered: 01-15-2006
Posts: 822
Website

Re: moving page info text

ZipSkins wrote:

Unfortunately, the top display of prodnav simply does not appear, although the bottom one is fine. Possibly $navarray is still empty at that point?

I am working on a recently purchased version of CCP6 (GBU 6.0.7)

Does anyone have any suggestions?

Just wondering if anyone had any thoughts on this?

Thanks in advance, Nigel


| Professional Quality Customisable Skins for your ClickCartPro Powered Site


-----------------------------
Certified Support Partner

Offline

 

#5 10-28-2009 08:28:32

sleeper
Member
Registered: 10-29-2004
Posts: 332

Re: moving page info text

This seems to wokr fine for me Nigel...

Copy this form prodlist.php:

Code:

// +--
// | Print navigation links if we have any.
// +--

if (!(empty($navarray))) {

     $this->include_file($app,'prodnav.php');

} // End of if statement.

and past it right after this line:

Code:

// +--
// | Print the products header.
// +--

- Steve


Specialists in ClickCartPro Design

Offline

 

#6 10-29-2009 04:08:18

ZipSkins
Member
From: United Kingdom
Registered: 01-15-2006
Posts: 822
Website

Re: moving page info text

Thanks Steve, that is a slightly different location in prodlist.php compared to post #2.

I have therefore tried it, but the 'prodnav' links still don't appear at the top (but perfectly OK at the bottom). I guess there must be something unusual with the setup of the system I'm working on at present!

Nigel


| Professional Quality Customisable Skins for your ClickCartPro Powered Site


-----------------------------
Certified Support Partner

Offline

 

Board footer