'}
function addLoadEvent(e){var t=window.onload;window.onload="function"!=typeof window.onload?e:function(){t&&t(),e()}}
function checkDiscount(){if(elById("linkToDiscount")){for(ahrefs=document.getElementsByTagName("a"),displayimage=0,i=0;i ')}}
function rScreenWidth(){var e=0;return self.innerHeight?e=self.innerWidth:document.documentElement&&document.documentElement.clientHeight?e=document.documentElement.clientWidth:document.body&&(e=document.body.clientWidth),parseInt(e)}
function rScreenHeight(){var e=0;return self.innerHeight?e=self.innerHeight:document.documentElement&&document.documentElement.clientHeight?e=document.documentElement.clientHeight:document.body&&(e=document.body.clientHeight),parseInt(e)}
function GetWidth(){return rScreenWidth()}
function GetHeight(){return rScreenHeight()}
function getScrollY(){var e=0,t=0;return"number"==typeof window.pageYOffset?(t=window.pageYOffset,e=window.pageXOffset):document.body&&(document.body.scrollLeft||document.body.scrollTop)?(t=document.body.scrollTop,e=document.body.scrollLeft):document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)&&(t=document.documentElement.scrollTop,e=document.documentElement.scrollLeft),t}
function getScrollX(){var e=0,t=0;return"number"==typeof window.pageYOffset?(t=window.pageYOffset,e=window.pageXOffset):document.body&&(document.body.scrollLeft||document.body.scrollTop)?(t=document.body.scrollTop,e=document.body.scrollLeft):document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)&&(t=document.documentElement.scrollTop,e=document.documentElement.scrollLeft),e}
function GetElWidth(e){return parseInt(elById(e).offsetWidth)}
function GetElHeight(e){return parseInt(elById(e).offsetHeight)}
function findPos(e){var t=curtop=curwidth=curheight=0;if(curwidth=e.offsetWidth,curheight=e.offsetHeight,e.offsetParent)for(;e.offsetParent;)t+=e.offsetLeft,curtop+=e.offsetTop,e=e.offsetParent;
return[t,curtop,curwidth,curheight]}function returnFalse(){return!1}
function findPosForceCenter(e){var t=curtop=curwidth=curheight=0;if(curwidth=e.offsetWidth,curheight=e.offsetHeight,e.offsetParent)for(;e.offsetParent;)t+=e.offsetLeft,curtop+=e.offsetTop,e=e.offsetParent;
t = (GetWidth() / 2) - (curwidth / 2);
curtop = (GetHeight() / 2) - (curheight / 2);
return[t,curtop,curwidth,curheight]}function returnFalse(){return!1}
function stopMenuItems(){if(screenWidth=rScreenWidth(),screenWidth>600&&969>screenWidth)for(ahrefs=document.getElementsByTagName("a"),i=0;i rating){x.style.backgroundPosition = "bottom right";} else {x.style.backgroundPosition = "top right";}y = elById("review_rating_"+ pid);}}
function checkCollision(inel){x=elById(inel);rect = (findPosForceCenter(x));mCursorY-=getScrollY();if ((mCursorX > rect[0]) && (mCursorX < (rect[0]+rect[2])) && (mCursorY > rect[1]) && (mCursorY < (rect[1]+rect[3]))){return true;} else {return false;}}
function generalAjaxFunction(invar,scriptname,divtarget){
var xmlHttp;
try{xmlHttp=new XMLHttpRequest();}
catch(e){try{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}
catch(e){try{xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}
catch(e){alert("Your browser does not support AJAX!");return false;}}
return false;}
xmlHttp.onreadystatechange=function(){
if((xmlHttp.readyState==4)){
if (divtarget == "postcodeget"){x=elById("getShippingAddressButton");x.value="Get Address";};
if (divtarget == "billingpostcodeget"){x=elById("getBillingAddressButton");x.value="Get Address";};
if (divtarget == "customerReviewsBox"){doOpaqueAnywhere("customerReviewsBox",100);}
switch(divtarget){
case"shippingbox":yy=xmlHttp.responseText.split("|||");x=elById("shippingbox");x.innerHTML=yy[0];x=elById("shippingdetails");x.innerHTML=yy[1];x=elById("shippingpricedetails");x.innerHTML=yy[2];x=elById("totalpricedetails");x.innerHTML=yy[3];break;
case"billingshippingbox":yy=xmlHttp.responseText.split("|||");x=elById("billingshippingbox");x.innerHTML=yy[0];x=elById("billingshippingdetails");x.innerHTML=yy[1];x=elById("billingshippingpricedetails");x.innerHTML=yy[2];x=elById("billingtotalpricedetails");x.innerHTML=yy[3];break;
case"deliveryshippingbox":yy=xmlHttp.responseText.split("|||");x=elById("deliveryshippingbox");x.innerHTML=yy[0];x=elById("deliveryshippingdetails");x.innerHTML=yy[1];x=elById("deliveryshippingpricedetails");x.innerHTML=yy[2];x=elById("deliverytotalpricedetails");x.innerHTML=yy[3];break;
default:x=elById(divtarget);x.innerHTML=xmlHttp.responseText;if(divtarget=='explain'){showElement('explain');centerObject('explain');}
break;}
switch(divtarget){
case "dynamicsearch3":
case "dynamicsearch":
case "dynamicsearchtwo":
case "dynamicsearchfour":
x= elById(divtarget);
scaleTo(x,1,1);
break;
}
}else{x=elById(divtarget);showElement(divtarget);}}
params=invar;if(location.protocol==="https:"){scriptname=scriptname.replace("http:","https:");} else {scriptname=scriptname.replace("https:","http:");}
if(document.URL.indexOf("www.")>-1){
if (scriptname.indexOf("www.") == -1){
scriptname=scriptname.replace("://", "://www.");
}
}else{
scriptname=scriptname.replace("www.","");
}
xmlHttp.open("GET",scriptname+"?"+params,true);xmlHttp.send();
if (divtarget == "customerReviewsBox"){doOpaqueAnywhere("customerReviewsBox",50);}
}
var myTimeout;
function openSubCheckoutWindow(){s=document.getElementById("justaddednow");s.style.display='block';s.style.visibility='visible';s.style.height='0px';updateCheckoutHeight("justaddednow",150,25);}
function updateCheckoutHeight(inid,targetAmt,changeAmt){
s=elById(inid);height = parseInt(s.style.height);height+=changeAmt;s.style.height=height+'px';
switch (height){
case 150:
s.style.overflow= "visible";
s.style.height = "auto";
myTimeout = setTimeout(function(){s.style.height = "150px";updateCheckoutHeight(inid,0,-25);}, 2000);
break;
case 0:
setTimeout(function() {hideElement(inid);}, 250);
break;
case 25:case 50:case 75:case 100:case 125:setTimeout(function() {s.style.overflow= "hidden";updateCheckoutHeight(inid,targetAmt,changeAmt);}, 10);break;}}
function goodAjaxFunction(e,t,n,r){
var o;
try{o=new XMLHttpRequest}catch(i){
try{o=new ActiveXObject("Msxml2.XMLHTTP")}catch(i){
try{o=new ActiveXObject("Microsoft.XMLHTTP")}catch(i){
return alert("Your browser does not support AJAX!"),!1}}return!1}
elById("notify"+r)&&(y=elById("notify"+r),y.innerHTML=""),o.onreadystatechange=function(){if(4==o.readyState){switch(x=elById(n),n){case"postcodeget":s=elById("getShippingAddressButton"),s.value="Get Address";break;case"billingpostcodeget":s=elById("getBillingAddressButton"),s.value="Get Address"}responseArray=o.responseText.split("||||||"),x.innerHTML=responseArray[0],
cWidth = GetWidth();
if(cWidth > 599){openSubCheckoutWindow();}
if (responseArray.length > 1){
if (elById("cartactionmedo"+r)){x = elById("cartactionmedo"+r);x.innerHTML = responseArray[2];}
}
elById("product"+r)&&(x=elById("product"+r),x.style.width="300px"),elById("curqty"+r)||elById("notify"+r)&&(x=elById("notify"+r),x.style.display="block",x.style.visibility="visible",x.innerHTML=responseArray[1]),elById("curqty"+r)&&(x=elById("curqty"+r),x.innerHTML=responseArray[1]),
cWidth = GetWidth();
if(cWidth > 599){openSubCheckoutWindow();}
}else x=elById(n)},params=e;
if(location.protocol==="https:"){t=t.replace("http:","https:");} else {t=t.replace("https:","http:");}
if(document.URL.indexOf("www.")>-1){
if (t.indexOf("www.") == -1){
t=t.replace("://", "://www.");
}
}else{
t=t.replace("www.","");
}
o.open("GET",t+"?"+params,!0),o.send()}
function ajaxSafe(e){var t=e.replace(/[^a-z0-9.-_+@\,\?\s]/gi,"");return encodeURIComponent(t)}
function setOpacity(e,t){x=elById(e),x.style.MozOpacity=t,x.style.KhtmlOpacity=t,x.style.opacity=t,x.style.MsFilter='"progid:DXImageTransform.Microsoft.Alpha"(Opacity='+parseInt(100*t)+")",x.style.filter="alpha(opacity="+parseInt(100*t)+")"}
function getOpacity(e){x=elById(e);return x.style.opacity;}
var cancelFade=1;
var bahhShambles=0;
function fadeIn(e){bahShambles = 1;cancelFade=1;updateFadeIn(e);}
function updateFadeIn(e){myx=parseFloat(getOpacity(e));if (bahShambles == 1){cancelFade++;if (cancelFade == 1){} else {if (myx <.9){if (cancelFade > 35){myx+=.02;showElement(e);setOpacity(e,myx);}setTimeout(function(){updateFadeIn(e);},25);} else {setOpacity(e,1);}}}}
function fadeOut(e){bahShambles =0;cancelFade = 0;updateFadeOut(e);}
function updateFadeOut(e){myyx=parseFloat(getOpacity(e));if (bahShambles == 0){if ((myyx > 0.02) && (cancelFade < 2)){myyx-=.02;setOpacity(e,myyx);setTimeout(function(){updateFadeOut(e);},5);} else {if (myyx <0.03){hideElement(e);}}}}
function positionFadingMenu(){
y=elById('menuic');z = (findPos(y));zz = z[1] + z[3];elById('menuoverlay').style.top = zz + 'px';}
function scrollVideo(e,t,n,r){x=elById(t),totalImages=x.getElementsByTagName("img").length,n>0?(newTime=new Date,curTime=newTime-n,curLeft=parseInt(x.style.left),curLeft+=.5*e*curTime,-1==e&&r>curLeft&&(curLeft=r),1==e&&curLeft>r&&(curLeft=r),x.style.left=curLeft+"px",maxleft=parseInt(x.style.width)-1):(curLeft=parseInt(x.style.left),r=curLeft+200*e,r>0&&(r-=200*totalImages,e=-e),-(200*(totalImages-1))>r&&(r+=200*totalImages,e=-e),curLeft%200!=0&&(r=curLeft)),n=new Date,curLeft!=r?setTimeout(function(){scrollVideo(e,t,n,r)},1):(x=elById("videoindex"),x.innerHTML=Math.abs(parseInt(r/200))+1+"/"+totalImages,tmpdiv="video"+(Math.abs(parseInt(r/200))+1)+"title",x=elById(tmpdiv),newTitle=x.innerHTML,x=elById("videotitle"),x.innerHTML=newTitle)}var globalhtml="",docheight=0,cake=0,called="",hasRunBefore=!1;addLoadEvent(stopMenuItems);addLoadEvent(positionFadingMenu);addLoadEvent(checkCartScroller);function hamburgering(){x=elById("hammenu");y=elById("restorer");if(x.style.display=="block"){contractHamburgerMenu();}else{x.style.width="0%";y.style.width="100%";x.style.display="block";x.style.visibility="visible";y.style.display="block";y.style.visibility="visible";expandHamburgerMenu();}}
function contractHamburgerMenu(){x=elById("hammenu");y=elById("restorer");ywidth=parseInt(y.style.width);xwidth=parseInt(x.style.width);xwidth-=5;ywidth=100-xwidth;x.style.width=xwidth+"%";y.style.width=ywidth+"%";if(x.style.width=="0%"){x.style.display="none";x.style.visibility="hidden";y.style.display="none";y.style.visibility="hidden";}else{setTimeout(function(){contractHamburgerMenu();},1);}}
function expandHamburgerMenu(){x=elById("hammenu");y=elById("restorer");ywidth=parseInt(y.style.width);xwidth=parseInt(x.style.width);xwidth+=5;ywidth=100-xwidth;x.style.width=xwidth+"%";y.style.width=ywidth+"%";if(x.style.width=="70%"){}else{setTimeout(function(){expandHamburgerMenu();},1);}}
function findPosX(obj){var curleft=curtop=0,scr=obj,fixed=false;while((scr=scr.parentNode)&&scr!=document.body){curleft-=scr.scrollLeft||0;curtop-=scr.scrollTop||0;if(getStyleX(scr,"position")=="fixed")fixed=true;}if(fixed&&!window.opera){var scrDist=scrollDist();curleft+=scrDist[0];curtop+=scrDist[1];}do{curleft+=obj.offsetLeft;curtop+=obj.offsetTop;}while(obj=obj.offsetParent);return[curleft,curtop];}
function scrollDistX(){var html=document.getElementsByTagName('html')[0];if(html.scrollTop&&document.documentElement.scrollTop){return[html.scrollLeft,html.scrollTop];}else if(html.scrollTop||document.documentElement.scrollTop){return[html.scrollLeft+document.documentElement.scrollLeft,html.scrollTop+document.documentElement.scrollTop];}else if(document.body.scrollTop)return[document.body.scrollLeft,document.body.scrollTop];return[0,0];}
function getStyleX(obj,styleProp){if(obj.currentStyle){var y=obj.currentStyle[styleProp];}else if(window.getComputedStyle)var y=window.getComputedStyle(obj,null)[styleProp];return y;}
function isFunction(possibleFunction) {return typeof(possibleFunction) === typeof(Function);}
document.onkeydown = function(evt) {
evt = evt || window.event;
// ESCAPE KEY
if (evt.keyCode == 27) {
if(elById("catdescriptionbox")){
if(elById('catdescp')){remElById('catdescp');}
if(elById('descstatus')){remElById('descstatus');}
if(elById('brel')){remElById('brel');}
if(elById('subBtn')){remElById('subBtn');}
if(elById('cnlbtn')){remElById('cnlbtn');}
if(elById('catdescedit')){remElById('catdescedit');}
if(elById('catdescinnerbox')){remElById('catdescinnerbox');}
if(elById('catgooglesearch')){remElById('catgooglesearch');}
if (elById('enlargedimagediv')){remElById('enlargedimagediv');}
hideElement('catdescriptionbox');
}
if(elById("categoryspecsdiv")){hideElement('categoryspecsdiv');}
if(elById("imageloaderouter")){hideElement('imageloaderouter');}
if(elById("customisevaluepack")){hideElement('customisevaluepack');}
if(elById("satisfactionguaranteed")){hideElement('satisfactionguaranteed');}
if(elById("pricematchpromise")){hideElement('pricematchpromise');}
if(elById("threeyear")){hideElement('threeyear');}
if(elById("fastfreedelivery")){hideElement('fastfreedelivery');}
if (elById("questionform")){hideQuestionForm();}
if (elById("addonrange")){hideElement("addonrange");}
if(elById("updatemedo")){hideElement("updatemedo");}
if(elById("explain")){hideElement("explain");
//ADD CONDITION FOR SECURE_CHECKOUT.PHP
if (window.location.href.indexOf("secureCheckout.php") == 32){
restoreLastShippingMethod();
}
}
if(elById("explain2")){hideElement("explain2");}
}
};//-->
Recent Reviews of Refresh Cartridges
Excellent
Easy website to find my ink cartridges and cost effective and delivery time was excellent
M. 22 Hours Ago Dispatched and delivered quickly. Have yet to use them so cannot comment on quality.
A. 21 Hours Ago REfresh's website is easy to navigate and their prices are very competative. Their delivery is first clas and free.
W. 1 Day Ago Excellent service. Received in 24 hours over a weekend.
A. 1 Day Ago Great Company, good prices and very quick delivery.
Looks as though I'll be buying more from here.
Thank you Which for the referal.
P. Smith4 Days Ago Good price and delivery the next day as I am local!
N. Farleigh4 Days Ago Fantastic product for my Epson printer, buy with confidence from this supplier.
A. Payne4 Days Ago Have used them for years - unfailingly excellent customer service.
J. Blake5 Days Ago I have used Refresh cartridges for years and they never disappoint. The quality of the inks are first class.
M. Waddell1 Week Ago Excellent service, ordered Sunday evening, despatched Sunday night and received daytime Tuesday by DPD. Goods exactly as expected. 5 star service thank you...
M. 7 Days Ago I have used refresh cartridges for many years now. They are high quality and are super speedy being delivered. I would definitely recommend them to anyone.
W. Hignell1 Week Ago Great company, cheap replacement ink cartridges that are compatible with my Cannon printer, what's not to like.
A. 1 Week Ago The orders always arrive very quickly and are excellent quality - never had a problem.
A. O1 Week Ago This cartridge did the job on the label .
Booked the cartridge very easily online.
It was Delivered promptly. We will definitely use this company again....
C. Jaques-davis1 Week Ago Very fast delivey and great prices, excelent service, Many thanks
D. Golder1 Week Ago My late husband was the one who started buying Refresh cartridges. He always did his research.
I have continued this. I'm impressed by customer services,...
A. Tyas1 Week Ago
►
Latest Customer Reviews of our Products
Great Value Ink & Toner Cartridges at Refresh Cartridges Refresh Cartridges are one of the UK's leading ink cartridge retailers; specialising in supplying high quality, low cost inkjet cartridges, printer ink & toner cartridges for your printer, fax or photocopier. At Refresh Cartridges you'll find very low prices on our full range of compatible cartridges, remanufactured cartridges & original cartridges for a wide range of different Inkjet and Laser based printers & photocopiers.
✓ FREE First Class Delivery on all UK Orders ✓ Late 17:30 Order cut off and dispatch from the UK mainland ✓ Cartridge Price Promise. Lowest price guaranteed ✓ ALL Prices Include VAT ✓ 100% Satisfaction Guarantee
New Products
View All Recently Added Products »
Browse By Brand Our main product lines are, unsurprsingly, printer ink and toner cartridges. We also work with many other brands to have a more comprehensive range of products, such as the more popular ones listed below.
Browse By Brand (135 Brands) »
Ink Cartridges and Accessories for Inkjet Printers
Wide Range of Many Brands of Ink Cartridges
Whether your need the Highest Quality, Long Lasting Pigmented Ink for your valuable photos or Remanufactured ink ideal for everything else, we supply Ink Cartridges for every budget and every printer, updated almost every day! Browse through our most popular ranges of
HP Inks ,
Canon Ink Cartridges and
High Capacity Epson Cartridges or view our
entire range here .
Critically Acclaimed Customer Service
Offering helpful advice on all printer and cartridge related issues via Live Chat, Email, Facebook, Phone and even by Post! (carrier pigeon optional)
Your Ink Cartridge - Guaranteed
Each Cartridge is backed three-fold by our 3 year no-quibble returns policy , our pricematch promise and our 100% Customer Satisfaction Guarantee .
Buy more - Save even more
We offer Multi-Buy Discounts on all our original and remanufactured inkjet cartridges, with additional savings to be made with our cost-cutting Value Packs.
FREE UK Mainland Next Working Day Delivery
We also offer Guaranteed Next Day, Saturday Delivery and Super Fast Local Same-Day Delivery services.For more details on our delivery services click here .
Most Popular Inkjet Printers
<
Top Advent Printers Top Brother Printers Top Canon Printers Top Dell Printers Top Epson Printers Top Hp Printers Top Lexmark Printers Top Kodak Printers Top Samsung Printers Top Xerox Printers >
Toner Cartridges and Supplies for Laser Printers
Original, Remanufactured & Compatible Toner Cartridges
We offer a range of Cartridges to suit your office printing needs from premium original supplies to high capacity compatible and remanufactured toner cartridges designed to offer you the best possible value toner cartridge without sacrificing print quality.
3 Year No-Quibble Returns
As you would expect, our toner cartridges are backed up by the same guarantees our ink cartridges are. If your business should happen to change printer and have surplus stock we will offer to buy back the cartridges. Please contact us for more details .
Industry approved cartridges
Since 1999 we have strived to get you the most reliable, great value toner cartridges for your printer, complying with STMC guidelines, ISO-9001 & 14001 along with Reach and RoHS certification meaning that whether a small office, home business, school or government body your satisfaction is assured.
30 day accounts available
Automatic Accounts available for Education, Council or any other Government Body and by application for established and registered businesses.
Most Popular Laser Printers <
Top Brother Printers Top Canon Printers Top Dell Printers Top Epson Printers Top Hp Printers Top Kyocera Printers Top Lexmark Printers Top Konica Printers Top Oki Printers Top Ricoh Printers Top Samsung Printers Top Xerox Printers >
Site Information
Customer Support
Our Guarantees Copyright © 1999-2026 Refresh eCommerce Ltd, Company Registered in Cardiff Reg 3747805, VAT GB 819 3265 18
Address: Refresh eCommerce Ltd ,
Unit 3, Longpark, 163 Newton Road, Torquay , Devon , TQ2 7AL £0.97 - £ 999.97 Phone: 01803 449 339 Fax: 01803 500056 Email: info@refreshcartridges.co.uk