|
|
  |
 |
class=ml1>Articles - *NEW* |
|
class=ml1>Search |
|
class=ml1>Contact Us |
|
class=ml1>Create an account |
|
class=ml1>Customer Login |
|
 |
|
| change currency |
|
|
// CURRENCIES
echo tep_draw_form('currencies', tep_href_link(basename($PHP_SELF), '', $request_type, false), 'get');
reset($currencies->currencies);
$currencies_array = array();
while (list($key, $value) = each($currencies->currencies)) {
$currencies_array[] = array('id' => $key, 'text' => $value['title']);
}
$hidden_get_variables = '';
reset($HTTP_GET_VARS);
while (list($key, $value) = each($HTTP_GET_VARS)) {
if ( ($key != 'currency') && ($key != tep_session_name()) && ($key != 'x') && ($key != 'y') ) {
$hidden_get_variables .= tep_draw_hidden_field($key, $value);
}
}
echo tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id();
echo '';
?>
|
|
 |
|
|
 |
|
|
 |
|
 |
|
// ---- CATEGORIES
function tep_show_category($counter) {
global $tree, $categories_string, $cPath_array;
if(!$tree[$counter]['level']){
$categories_string .= $categories_string ? '
| ' : '';
$categories_string .= ' ';
// display category name
$categories_string .= $tree[$counter]['name'];
$categories_string .= '
| ';
}else{
$categories_string .= '';
for($i=0;$i<$tree[$counter]['level'];$i++)
$categories_string .= ' ';
$categories_string .= ' - ';
// display category name
$categories_string .= $tree[$counter]['name'];
$categories_string .= '
| ';
}
if ($tree[$counter]['next_id'] != false) {
tep_show_category($tree[$counter]['next_id']);
}
}
define(TABLE_CATEGORIES, "categories");
define(TABLE_CATEGORIES_DESCRIPTION, "categories_description");
$categories_string = '';
$tree = array();
$categories_query = tep_db_query("select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.parent_id = '0' and c.categories_id = cd.categories_id and cd.language_id='" . (int)$languages_id ."' order by sort_order, cd.categories_name");
while ($categories = tep_db_fetch_array($categories_query)) {
$tree[$categories['categories_id']] = array('name' => $categories['categories_name'],
'parent' => $categories['parent_id'],
'level' => 0,
'path' => $categories['categories_id'],
'next_id' => false);
if (isset($parent_id)) {
$tree[$parent_id]['next_id'] = $categories['categories_id'];
}
$parent_id = $categories['categories_id'];
if (!isset($first_element)) {
$first_element = $categories['categories_id'];
}
}
//------------------------
if ($cPath) {
$new_path = '';
reset($cPath_array);
while (list($key, $value) = each($cPath_array)) {
unset($parent_id);
unset($first_id);
$categories_query = tep_db_query("select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.parent_id = '" . (int)$value . "' and c.categories_id = cd.categories_id and cd.language_id='" . (int)$languages_id ."' order by sort_order, cd.categories_name");
if (tep_db_num_rows($categories_query)) {
$new_path .= $value;
while ($row = tep_db_fetch_array($categories_query)) {
$tree[$row['categories_id']] = array('name' => $row['categories_name'],
'parent' => $row['parent_id'],
'level' => $key+1,
'path' => $new_path . '_' . $row['categories_id'],
'next_id' => false);
if (isset($parent_id)) {
$tree[$parent_id]['next_id'] = $row['categories_id'];
}
$parent_id = $row['categories_id'];
if (!isset($first_id)) {
$first_id = $row['categories_id'];
}
$last_id = $row['categories_id'];
}
$tree[$last_id]['next_id'] = $tree[$value]['next_id'];
$tree[$value]['next_id'] = $first_id;
$new_path .= '_';
} else {
break;
}
}
}
$categories_string .= '';
tep_show_category($first_element);
$categories_string .= '';
echo $categories_string;
?>
|
|
 |
|
 |
|
|
 |
|
|
|
Welcome to the home of low cost ink cartridges, printer ink and laser toner!
At accentyourpc.co.uk we love savings on ink cartridges and we are sure you do too!
Through our strong links in the supply chain we have been able to negotiate tremendous discounts on thousands of printer ink and laser toner products, and we are passing the savings directly to our customers!
We specialise in printer ink and stock over 2,000 types of ink cartridges for all major printer brands including both manufacturers original ink cartridges and laser toner for Epson, HP and Lexmark as well as high quality UK made compatible printer ink from Jet Tec.
Our no nonsense approach and Cartridge Finder feature means that you can find the cartridges you want quickly, and at the best possible price, saving you both time and money!
So, why choose accentyourpc.co.uk? The reasons are simple.
- The lowest web prices on thousands of products - SAVE up to 50% on high street retail prices.
- £3.50 (inc VAT) fixed price 1-3 working day delivery for any order regardless of size.
- Our cartridge finder feature makes it easy to find the right printer ink for your printer.
- All prices are shown including VAT, so no surprises at the check out!
- No credit card surcharge.
- We welcome feedback from our customers and most importantly, we act upon it!
Enjoy your visit and be sure to grab your bargain ink cartridges!
|
|
|
|
|
|
|
|
|
|
 |
 |
|
|
|
|