Jared Hancock Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. See LICENSE.TXT for details. vim: expandtab sw=4 ts=4 sts=4: **********************************************************************/ @chdir(dirname(__file__).'/../'); require_once('client.inc.php'); require_once(INCLUDE_DIR.'class.format.php'); require_once(INCLUDE_DIR.'class.page.php'); // Determine the requested page // - Strip extension $slug = Format::slugify($ost->get_path_info()); // Get the part before the first dash $first_word = explode('-', $slug); $first_word = $first_word[0]; $pages = Page::objects()->filter(array( 'name__like' => "$first_word%" )); $selected_page = null; foreach ($pages as $P) { if (Format::slugify($P->name) == $slug) { $selected_page = $P; break; } } if (!$selected_page) Http::response(404, __('Page Not Found')); if (!$selected_page->isActive() || $selected_page->getType() != 'other') Http::response(404, __('Page Not Found')); require(CLIENTINC_DIR.'header.inc.php'); $BUTTONS = false; include CLIENTINC_DIR.'templates/sidebar.tmpl.php'; ?>
getBodyWithImages(); ?>
Helpdesk landing page. Please customize it to fit your needs. Peter Rotich Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. See LICENSE.TXT for details. vim: expandtab sw=4 ts=4 sts=4: **********************************************************************/ require('client.inc.php'); require_once INCLUDE_DIR . 'class.page.php'; $section = 'home'; require(CLIENTINC_DIR.'header.inc.php'); ?>
isKnowledgebaseEnabled()) { ?>
getLandingPage())) echo $page->getBodyWithImages(); else echo '

'.__('Welcome to the Support Center').'

'; ?>
isKnowledgebaseEnabled()){ //FIXME: provide ability to feature or select random FAQs ?? ?>

all()) { ?>

Support | CFP LTD
top of page

Warranty Policy

 

Our warranty policy covers your  device against manufacturing defects for one year from the date you bought your product. Our warranty is in addition to rights provided by consumer law.

 

The warranty periods apply from the first date of purchase of the product. To obtain warranty service, the original proof of purchase will be required and the serial number affixed to the product must be complete and undamaged.


The warranty covers defects in materials and workmanship. Our warranty doesn't cover damage caused by accidents or unauthorised modifications. The warranty may not apply to consumable items included with or in the product, which may have a reduced or no warranty period.


To obtain assistance under the warranty, please contact us using the returns form below

Need a repair?

bottom of page