<!-- Start Tracking Code for analytics_facebook -->
<script data-bc-cookie-consent="4" type="text/plain">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('set', 'autoConfig', 'false', '805860103723406');
fbq('dataProcessingOptions', []);
fbq('init', '805860103723406', {"external_id":"c96dac57-4599-4555-9a4f-e621f903645e"});
fbq('set', 'agent', 'bigcommerce', '805860103723406');
function trackEvents() {
var pathName = window.location.pathname;
fbq('track', 'PageView', {}, "");
// Search events start -- only fire if the shopper lands on the /search.php page
if (pathName.indexOf('/search.php') === 0 && getUrlParameter('search_query')) {
fbq('track', 'Search', {
content_type: 'product_group',
content_ids: [],
search_string: getUrlParameter('search_query')
});
}
// Search events end
// Wishlist events start -- only fire if the shopper attempts to add an item to their wishlist
if (pathName.indexOf('/wishlist.php') === 0 && getUrlParameter('added_product_id')) {
fbq('track', 'AddToWishlist', {
content_type: 'product_group',
content_ids: []
});
}
// Wishlist events end
// Lead events start -- only fire if the shopper subscribes to newsletter
if (pathName.indexOf('/subscribe.php') === 0 && getUrlParameter('result') === 'success') {
fbq('track', 'Lead', {});
}
// Lead events end
// Registration events start -- only fire if the shopper registers an account
if (pathName.indexOf('/login.php') === 0 && getUrlParameter('action') === 'account_created') {
fbq('track', 'CompleteRegistration', {}, "");
}
// Registration events end
function getUrlParameter(name) {
var cleanName = name.replace(/[\[]/, '\[').replace(/[\]]/, '\]');
var regex = new RegExp('[\?&]' + cleanName + '=([^&#]*)');
var results = regex.exec(window.location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
}
if (window.addEventListener) {
window.addEventListener("load", trackEvents, false)
}
</script>
<noscript><img height="1" width="1" style="display:none" alt="null" src="https://www.facebook.com/tr?id=805860103723406&ev=PageView&noscript=1&a=plbigcommerce1.2&eid="/></noscript>
<!-- End Tracking Code for analytics_facebook -->
<!-- Start Tracking Code for analytics_googleanalytics4 -->
<script data-cfasync="false" src="https://cdn11.bigcommerce.com/shared/js/google_analytics4_bodl_subscribers-358423becf5d870b8b603a81de597c10f6bc7699.js" integrity="sha256-gtOfJ3Avc1pEE/hx6SKj/96cca7JvfqllWA9FTQJyfI=" crossorigin="anonymous"></script>
<script data-cfasync="false">
(function () {
window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
function initGA4(event) {
function setupGtag() {
function configureGtag() {
gtag('js', new Date());
gtag('set', 'developer_id.dMjk3Nj', true);
gtag('config', 'G-2EJJWV981Y');
}
var script = document.createElement('script');
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-2EJJWV981Y';
script.async = true;
script.onload = configureGtag;
document.head.appendChild(script);
}
setupGtag();
if (typeof subscribeOnBodlEvents === 'function') {
subscribeOnBodlEvents('G-2EJJWV981Y', true);
}
window.removeEventListener(event.type, initGA4);
}
gtag('consent', 'default', {"ad_storage":"denied","ad_user_data":"denied","ad_personalization":"denied","analytics_storage":"denied","functionality_storage":"denied"})
var eventName = document.readyState === 'complete' ? 'consentScriptsLoaded' : 'DOMContentLoaded';
window.addEventListener(eventName, initGA4, false);
})()
</script>
<!-- End Tracking Code for analytics_googleanalytics4 -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script>window.consentManagerStoreConfig = function () { return {"storeName":"Appion","privacyPolicyUrl":"https:\/\/appiontools.com\/privacy-policy\/","writeKey":null,"improvedConsentManagerEnabled":true,"AlwaysIncludeScriptsWithConsentTag":true}; };</script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/bodl-consent-32a446f5a681a22e8af09a4ab8f4e4b6deda6487.js" integrity="sha256-uitfaufFdsW9ELiQEkeOgsYedtr3BuhVvA4WaPhIZZY=" crossorigin="anonymous" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-config-3013a89bb0485f417056882e3b5cf19e6588b7ba.js" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-08633fe15aba542118c03f6d45457262fa9fac88.js" defer></script>
<script type="text/javascript">
var BCData = {"product_attributes":{"sku":"KTT840-R","upc":"818369010741","mpn":"KTT840-R","gtin":null,"weight":null,"base":true,"image":null,"price":{"without_tax":{"formatted":"$124.99","value":124.99,"currency":"USD"},"tax_label":"Tax"},"stock":null,"instock":true,"stock_message":null,"purchasable":true,"purchasing_message":null}};
</script>
<script data-cfasync="false" src="https://microapps.bigcommerce.com/bodl-events/1.9.4/index.js" integrity="sha256-Y0tDj1qsyiKBRibKllwV0ZJ1aFlGYaHHGl/oUFoXJ7Y=" nonce="" crossorigin="anonymous"></script>
<script data-cfasync="false" nonce="">
(function() {
function decodeBase64(base64) {
const text = atob(base64);
const length = text.length;
const bytes = new Uint8Array(length);
for (let i = 0; i < length; i++) {
bytes[i] = text.charCodeAt(i);
}
const decoder = new TextDecoder();
return decoder.decode(bytes);
}
window.bodl = JSON.parse(decodeBase64("eyJzZXNzaW9uIjp7ImlkIjoiYjA1YjRjODUtMjk2ZC00YjgxLTg0MDAtOGFjZDRlNGNmYTA3IiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNS0wNC0xOFQxNDowODowOCIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly9hcHBpb250b29scy5jb20va3R0ODQwLXIvIn0sInNob3BwZXIiOnsidmlzaXRvcl9pZCI6IiIsImN1c3RvbWVyX2lkIjpudWxsLCJlbWFpbCI6bnVsbCwiZmlyc3RfbmFtZSI6bnVsbCwibGFzdF9uYW1lIjpudWxsfSwiZGF0YV9jb25zZW50Ijp7ImZ1bmN0aW9uYWwiOmZhbHNlLCJhbmFseXRpY3MiOmZhbHNlLCJhZHZlcnRpc2luZyI6ZmFsc2V9LCJldmVudHMiOlt7ImJvZGxfdjFfcHJvZHVjdF9wYWdlX3ZpZXdlZCI6eyJldmVudF9pZCI6ImVhNTAzNjgxLWY0OGQtNDc5My1hNDc0LTE5ZjJiNTEyMTY2MCIsImNoYW5uZWxfaWQiOjEsImN1cnJlbmN5IjoiVVNEIiwicHJvZHVjdF92YWx1ZSI6MTI0Ljk5LCJsaW5lX2l0ZW1zIjpbeyJwcm9kdWN0X2lkIjoiMTM0Iiwic2t1IjoiS1RUODQwLVIiLCJ2YXJpYW50X2lkIjpudWxsLCJwcm9kdWN0X25hbWUiOiJURVo4IEV4dGVybmFsIE1haW50ZW5hbmNlIEtpdCIsImdpZnRfY2VydGlmaWNhdGVfaWQiOm51bGwsImdpZnRfY2VydGlmaWNhdGVfbmFtZSI6bnVsbCwiZ2lmdF9jZXJ0aWZpY2F0ZV90aGVtZSI6bnVsbCwicHVyY2hhc2VfcHJpY2UiOjEyNC45OSwic2FsZV9wcmljZSI6bnVsbCwiYmFzZV9wcmljZSI6bnVsbCwicmV0YWlsX3ByaWNlIjpudWxsLCJxdWFudGl0eSI6bnVsbCwiZGlzY291bnQiOm51bGwsImNvdXBvbl9hbW91bnQiOm51bGwsImluZGV4IjowLCJicmFuZF9uYW1lIjoiQXBwaW9uIiwiY2F0ZWdvcnlfbmFtZXMiOlsiU3VwcG9ydCBQYXJ0cy9WYWN1dW0gUHVtcCBTdXBwb3J0IENvbXBvbmVudHMvVmFjdXVtIFB1bXAgUmVwYWlyIEtpdHMiLCJTdXBwb3J0IFBhcnRzIiwiU3VwcG9ydCBQYXJ0cy9WYWN1dW0gUHVtcCBTdXBwb3J0IENvbXBvbmVudHMiXSwiY3VycmVuY3kiOiJVU0QifV19fSx7ImJvZGxfdjFfY29uc2VudF9sb2FkZWQiOnsiZXZlbnRfaWQiOiIzNzViMjQ5Zi05ZGVjLTQ1ZjItYmYzZC00OGJjNzc0NzlmMmQiLCJhZHZlcnRpc2luZyI6ZmFsc2UsImFuYWx5dGljcyI6ZmFsc2UsImZ1bmN0aW9uYWwiOmZhbHNlfX1dfQ=="));
})()
</script>
<script nonce="">
(function () {
var xmlHttp = new XMLHttpRequest();
xmlHttp.open('POST', 'https://bes.gcp.data.bigcommerce.com/nobot');
xmlHttp.setRequestHeader('Content-Type', 'application/json');
xmlHttp.send('{"store_id":"1000754077","timezone_offset":"-6.0","timestamp":"2025-04-18T14:08:08.39660700Z","visit_id":"6f6f61ba-3df5-4a9f-a298-474cbd4ceeb4","channel_id":1}');
})();
</script>
TEZ8 External Maintenance Kit
MSRP: 899.00
Was:
(You save
)
- SKU:
- KTT840-R
- UPC:
- 818369010741
- Compatible Products:
- TEZ8
Description
WARNING:
TEZ8 External Maintence Kit
The KTT840-R includes all of the external sealing components of the TEZ8 Vacuum Pump.
This Kit Includes
- (1) 1/4" MegaSeal Cap with Strap
- (2) 3/8" MegaSeal Cap with Strap
- (1) 1/2" MegaSeal Cap with Strap
- (2) Input Tree Assembly O-ring
- (1) Debris Tube O-ring (Black)
- (1) Debris Tube O-ring (Red)
- (1) Debris Catch Tube
- (1) TEZOM Seal
- (1) TEZOM Secondary Seal
Useful Information
Technical Bulletins

Always wear gloves and eye protection and follow proper safety practices when handling refrigerant.
For California Consumers:

Appion
MSRP: 899.00
Was:
Now:
$114.99
Appion
MSRP: 899.00
Was:
Now:
$27.99
Appion
MSRP: 899.00
Was:
Now:
$39.99
Appion
MSRP: 899.00
Was:
Now:
$139.99
Appion
MSRP: 899.00
Was:
Now:
$174.99
Appion
MSRP: 899.00
Was:
Now:
$39.99
Appion
MSRP: 899.00
Was:
Now:
$54.99
Appion
MSRP: 899.00
Was:
Now:
$289.99