How To Move Page Text Information
In admin under:
ClickCartPro > Displays: Skins, Menus, XHTML Includes and Messages > Manage XHTML Includes
Select Update next to the
Product List Display include. In the
Include File Contents field, add the code below:
// +--
// | Print navigation links if we have any.
// +--
if (!
(empty($navarray))) {
$this->
include_file($app,
'prodnav.php');
} // End of if statement.
Right above:
print '<table id="khxc--cptbl--' .
$random .
'" class="khxc_cptbl_prod">' .
$eol .
$eol;
ClickCartPro - Products
ClickCartPro - Skinning (Changing The Look Of Your Site)