if ($customerCount > $customerPaginationLimit) {

            $GLOBALS['xoopsTpl']->assign('xoops_mpageurl', CARDEALER_URL . '/customer.php');
            xoops_load('XoopsPageNav');
            $pagenav = new \XoopsPageNav($customerCount, $customerPaginationLimit, $start, 'op=view&custnum');