Kryptronic Software Wiki : MovingPageTextInfo

Kryptronic Internet Software Solutions
Most recent edit on 2007-03-07 08:23:37 by KryptronicWebmaster

Additions:
ClickCartPro - Products
ClickCartPro - Skinning (Changing The Look Of Your Site)


Deletions:
Wiki: Pending Inclusion



Edited on 2007-03-05 09:04:55 by KryptronicWebmaster

Additions:
Wiki: Pending Inclusion

Deletions:
Pending Inclusion



Edited on 2007-03-05 08:52:52 by KryptronicWebmaster

Additions:
In admin under:
Select Update next to the Product List Display include. In the Include File Contents field, add the code below:
Right above:


Deletions:
In admin under
Select Update next to the Product List Display include. Near the bottom of the Include File Contents field look for:
Add this to the top as well right above:




Edited on 2007-02-28 10:22:28 by KryptronicWebmaster

Additions:
In admin under
Select Update next to the Product List Display include. Near the bottom of the Include File Contents field look for:
// +--
// | Print navigation links if we have any.
// +--
if (!(empty($navarray))) {
} // End of if statement.

Add this to the top as well right above:
print '<table id="khxc--cptbl--' . $random . '" class="khxc_cptbl_prod">' . $eol . $eol;


Deletions:
In the management interface, go to:
Then edit the ' Product List Display' include. In there look for:
Code: if (!(empty($navarray))) {
} 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;




Oldest known version of this page was edited on 2007-02-15 18:56:50 by KryptronicWebmaster []
Page view:

How To Move Page Text Information

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;



Pending Inclusion