<script>
(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":"1000663455","timezone_offset":"-8.0","timestamp":"2024-11-09T09:50:42.99945700Z","visit_id":"896dc3e8-7d05-411d-affe-dd038d5b2134","channel_id":1}');
})();
</script>
<!-- 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', '1846845805554662');
fbq('dataProcessingOptions', []);
fbq('init', '1846845805554662');
fbq('set', 'agent', 'plbigcommerce1.2', '1846845805554662');
function trackEvents() {
var pathName = window.location.pathname;
fbq('track', 'PageView', {}, {"eventID":"store-10-prd-us-central1-151508304532"});
// 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
// Checkout events start -- only fire if the shopper lands on a /checkout* page
if (pathName === '/checkout.php' || /^\/(embedded-)?checkout$/.test(pathName)) {
if (getUrlParameter('action') === 'process_payment') {
fbq('track', 'AddPaymentInfo');
} else {
fbq('track', 'InitiateCheckout', {}, "");
}
}
// Checkout 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=1846845805554662&ev=PageView&noscript=1&a=plbigcommerce1.2&eid=store-10-prd-us-central1-151508304532"/></noscript>
<!-- End Tracking Code for analytics_facebook -->
<!-- Start Tracking Code for analytics_googleanalytics4 -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script data-cfasync="false" src="https://cdn11.bigcommerce.com/shared/js/google_analytics4-1c2b7be4d55eec47587da63febce263d4592b327.js"></script>
<script data-cfasync="false">
function initGA4(event) {
if (typeof subscribeOnBodlEvents === 'function') {
subscribeOnBodlEvents('G-SR8CW3DNGL', 'dMjk3Nj', true, false);
}
window.removeEventListener(event.type, initGA4);
}
var eventName = document.readyState === 'complete' ? 'consentScriptsLoaded' : 'DOMContentLoaded';
window.addEventListener(eventName, initGA4, false);
</script>
<!-- End Tracking Code for analytics_googleanalytics4 -->
<!-- Start Tracking Code for analytics_siteverification -->
<!-- MINIBC -->
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />
<script type="text/javascript">
(function(d,w) {
var p = w.location.pathname;
var i = function(u) {
var h = d.getElementsByTagName("head"), s = d.createElement('script');
s.setAttribute("type", "text/javascript");
s.setAttribute("src", u);
h[0].appendChild(s);
};
if (p === '/checkout') {
var h = d.getElementsByTagName('head'), c = d.createElement('style');
c.innerHTML = '.checkout-step[checkout-step="payment"] .checkout-view-content {opacity:0.25;transition:0.5s 0s ease-in-out;}.mbc-payment-ready .checkout-step[checkout-step="payment"] .checkout-view-content{opacity:1;}';
h[0].appendChild(c);
}
if (p.indexOf('/account.php') === 0 || p.indexOf('/checkout') === 0) {
i("https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js");
}
if (p.indexOf('/account.php') === 0 || p.indexOf('/checkout') === 0) {
//i("https://jstest.authorize.net/v1/Accept.js");
}
function a() {
if (window.jQuery) {
i("https://code.jquery.com/ui/1.12.1/jquery-ui.js");
i("https://apps.minibc.com/5e31d59c1de8d.js");
//i("https://cdn.minibc.com/bootstrap/5e31d59c1de8d.js?t=1700756997");
// i("https://apps.minibc.com/bootstrap/5e31d59c1de8d?m=20201218");
} else {
setTimeout(a, 1000);
}
};
if (d.readyState === 'loading') {
d.addEventListener("DOMContentLoaded", a);
} else {
a();
}
})(document,window);
</script>
<!-- END MINIBC -->
<!-- End Tracking Code for analytics_siteverification -->
<script>window.consentManagerStoreConfig = function () { return {"storeName":"Amtouch Dental Supply","privacyPolicyUrl":"https:\/\/www.amtouch.com\/privacy-policy\/","writeKey":null,"improvedConsentManagerEnabled":true,"GA4ConsentModeEnabled":true,"BODLConsentLoadedEventInStorefront":true,"AlwaysIncludeScriptsWithConsentTag":true}; };</script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/bodl-consent-eced236bd7d5d1675a7704c806ce0cb5b24e44fb.js" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-config-0205627cb0b5544a157ee56e3da54f6932db237e.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 = {};
</script>
<script>
fetch('/graphql', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5hbXRvdWNoLmNvbSJdLCJlYXQiOjE3MzEyNDQwMjMsImlhdCI6MTczMTA3MTIyMywiaXNzIjoiQkMiLCJzaWQiOjEwMDA2NjM0NTUsInN1YiI6IkJDIiwic3ViX3R5cGUiOjAsInRva2VuX3R5cGUiOjF9.YQ0JEnah4MIBaJ_f5oJOG5WJSLpVDa_AJHFgsrD52k6K6RFnkCecuAHA5AgzVTLsJ2MJgqPaqNulrKoK9e44dg'
},
body: JSON.stringify({
query: `
query GetBrands {
site {
brands {
edges {
node {
name defaultImage {
url(width: 150)
}
}
}
}
}
}
`
}),
})
.then(res => res.json())
.then(res => {
if (res.data && res.data.site && res.data.site.brands) {
const brands = res.data.site.brands.edges;
window.pdpBrands = brands;
}
});
</script><script>
// backup
/*
var bundleB2BFeatureFlags = {
'B3PV20-575': true,
'B3PV20-746': true,
'B3PV20-728': true,
'BCAMTD-394': true,
};
*/
</script><script>
window.category = {
featured: [
/*{
name: 'Cosmetic Dentistry',
url: '/shop-by-category/cosmetic-dentistry/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/product_images/uploaded_images/shop-by-category-featured-image-cosmetic-dentistry-1-.png?t=1613767511&_ga=2.50243046.1948502629.1613761192-1896092947.1612908517'
},*/
{
name: 'Impression Material',
url: '/shop-by-category/impression-material/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/product_images/uploaded_images/shop-by-category-featured-image-impression-material-v2.png?t=1618504997&_ga=2.23477626.1154237132.1618250719-1896092947.1612908517'
},
{
name: 'Disposables',
url: '/shop-by-category/disposables/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/product_images/uploaded_images/shop-by-category-featured-image-disposables-v2.png?t=1618504997&_ga=2.23477626.1154237132.1618250719-1896092947.1612908517'
},
/*{
name: 'Preventives',
url: '/shop-by-category/preventives/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/product_images/uploaded_images/shop-by-category-featured-image-preventives.png?t=1613769355&_ga=2.155167992.1948502629.1613761192-1896092947.1612908517'
},*/
{
name: 'Orthodontics',
url: '/shop-by-category/orthodontics/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/product_images/uploaded_images/shop-by-category-featured-image-orthodontics-v2.png?t=1618504997&_ga=2.23477626.1154237132.1618250719-1896092947.1612908517'
}
]
}
window.brands = {
featured: [
{
name: 'Am-Touch',
url: '/am-touch/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/images/stencil/190x250/b/amtouch_1592797493__66921.original.png'
},
{
name: '3M',
url: '/3m/',
img: '/content/brands/featured/3m_1592797304__24450.original.png'
},
{
name: 'Hu-Friedy Group',
url: '/hufriedy-group/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/images/stencil/1920w/g/hfg-logo-tagline_1645125048__79332.original.png'
},
{
name: 'Kerr',
url: '/kerr/',
img: 'https://cdn11.bigcommerce.com/s-emp9gstccl/images/stencil/320w/i/kerr_1592807473__37366.original.png'
}
]
}
</script><script>
// backup
// var BC_STORE_HASH = 'emp9gstccl';
</script>
<script>
// backup
// src="https://invoice-portal.bundleb2b.net/storefront/invoice-portal-bootstrap.js"
</script>
<script type="text/javascript">
// backup
/*
var invoiceInterval = setInterval(function () {
var invoiceHeading = document.querySelector('.invoice-heading');
if (invoiceHeading) {
clearInterval(invoiceInterval);
var isB2bUser = Boolean(sessionStorage.getItem('companyId') && (sessionStorage.getItem('companyStatus') === '1') || (sessionStorage.getItem('roleId') === '3'));
var invoiceTitle = document.querySelector('.invoice-title').innerText;
var navigation = document.createElement('div');
if(isB2bUser) {
if (invoiceTitle === 'MAKE AN ONLINE PAYMENT') {
navigation.innerHTML = `
<nav class="navBar navBar--sub navBar--account">
<ul class="navBar-section">
<li class="b2b-upercase navBar-item ">
<a class="navBar-action" href="/buy-again/">Buy Again</a>
</li>
<li class="b2b-upercase navBar-item ">
<a class="navBar-action" href="/shopping-lists/">My Shopping Lists</a>
</li>
<li class="navBar-item">
<a class="navBar-action" href="/account.php?action=recent_items">Recently Viewed</a>
</li>
<li class="navBar-item navBar-action" style="cursor: pointer;">
<a class="navBar-action" href="/account.php?action=order_status">Orders</a>
</li>
<li class="navBar-item js-only-b2b-user-display">
<a class="navBar-action" href="/invoices/">Invoices</a>
</li>
<li class="navBar-item is-active js-only-b2b-user-display">Make a Payment</li>
<li class="navBar-item">
<a class="navBar-action" href="/address-book/">Addresses</a>
</li>
<li class="navBar-item">
<a class="navBar-action" href="/account.php?action=account_details">Account Settings</a>
</li>
<li class="navBar-item js-only-b2b-user-display" style="">
<a class="navBar-action" href="/quotes-list/">Quotes</a>
</li>
<li class="b2b-upercase navBar-item ">
<a class="navBar-action" href="/user-management/">User Management</a>
</li>
</ul>
</nav>
`;
} else {
navigation.innerHTML = `
<nav class="navBar navBar--sub navBar--account">
<ul class="navBar-section">
<li class="b2b-upercase navBar-item ">
<a class="navBar-action" href="/buy-again/">Buy Again</a>
</li>
<li class="b2b-upercase navBar-item ">
<a class="navBar-action" href="/shopping-lists/">My Shopping Lists</a>
</li>
<li class="navBar-item">
<a class="navBar-action" href="/account.php?action=recent_items">Recently Viewed</a>
</li>
<li class="navBar-item navBar-action" style="cursor: pointer;">
<a class="navBar-action" href="/account.php?action=order_status">Orders</a>
</li>
<li class="navBar-item is-active js-only-b2b-user-display">Invoices</li>
<li class="navBar-item js-only-b2b-user-display">
<a class="navBar-action" href="/invoice-payment/">Make a Payment</a>
</li>
<li class="navBar-item">
<a class="navBar-action" href="/address-book/">Addresses</a>
</li>
<li class="navBar-item">
<a class="navBar-action" href="/account.php?action=account_details">Account Settings</a>
</li>
<li class="navBar-item js-only-b2b-user-display" style="">
<a class="navBar-action" href="/quotes-list/">Quotes</a>
</li>
<li class="b2b-upercase navBar-item ">
<a class="navBar-action" href="/user-management/">User Management</a>
</li>
</ul>
</nav>
`;
}
}
var invoiceDetail = document.querySelector('.invoice-detail-left');
if (invoiceDetail) {
navigation.style.marginTop = '2rem';
document.querySelector('.ip-page').before(navigation);
} else {
invoiceHeading.after(navigation);
}
}
}, 200)
*/
</script><script data-bc-cookie-consent="4" type="text/plain" data-cfasync="false">(function(w,i,s,e){window[w]=window[w]||function(){(window[w].q=window[w].q||[]).push(arguments)};window[w].l=Date.now();s=document.createElement('script');e=document.getElementsByTagName('script')[0];s.defer=1;s.src=i;e.parentNode.insertBefore(s, e)})('wisepops', 'https://wisepops.net/loader.js?v=2&h=DadTwH7fkz');</script><script>
/******************************
* Default sort by availability
*
* Sort priority: special_sort > sort_by_sku > sort_by_price
*
* special_sort:
* sku - not variant sku
* sort_by - Allowed values: sku、price、availability
*
* The values of the sort_by_sku and sort_by_price are the category names
* *****************************/
window.special_sort = [
{
sku: 'AM-S002',
sort_by: 'price',
},
{
sku: 'AM-T001',
sort_by: 'price',
},
// {
// sku: '',
// sort_by: '',
// },
];
window.sort_by_sku = [
'Gloves',
//'Infection Control',
];
window.sort_by_price = [
//'Acrylics & Reline Materials',
//'Crown & Bridge',
//'Cosmetic Dentistry',
];
</script>
<script>
// Custom Style
var customStyle = document.createElement('style');
customStyle.type = 'text/css';
customStyle.innerHTML = `
.navPages-list--pages .navPages-item-amtouch-essentials .navPages-action::after {
content: " ";
display: inline-block;
width: 40px;
height: 17px;
background: url(https://cdn11.bigcommerce.com/s-emp9gstccl/images/stencil/original/image-manager/toothpaste.png?t=1698992858) center no-repeat;
background-size: contain;
margin-top: -5px;
}
@media (min-width: 1024px) {
.navPages-list--pages .navPages-item-amtouch-essentials .navPages-action::after {
display: none;
}
.navPages-list--pages .navPages-item-amtouch-essentials .navPages-action::before {
content: " ";
display: inline-block;
width: 40px;
height: 17px;
background: url(https://cdn11.bigcommerce.com/s-emp9gstccl/images/stencil/original/image-manager/toothpaste.png?t=1698992858) center no-repeat;
background-size: contain;
margin-top: -5px;
}
}
`;
document.getElementsByTagName('head')[0].appendChild(customStyle);
</script><!-- Start of HubSpot Embed Code -->
<script data-bc-cookie-consent="3" type="text/plain" id="hs-script-loader" async defer src="//js.hs-scripts.com/5208747.js"></script>
<!-- End of HubSpot Embed Code --><script>
window.homeHeroBannersCarouselSettings = {
showArrows: true,
showDots: false,
autoplay: true,
autoplaySpeed: '10000'
}
window.homeAdBannersCarouselSettings = {
showArrows: true,
showDots: false,
autoplay: true,
autoplaySpeed: '10000'
}
</script><script>
</script><script>
console.log(111111)
</script>
<script data-cfasync="false" src="https://microapps.bigcommerce.com/bodl-events/index.js"></script>
<script data-cfasync="false">
(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("eyJzZXNzaW9uIjp7ImlkIjoiZjlmZTE3NzQtYmM1ZC00YzY5LTg0NDItNWY4NjgwZDVhNDYwIiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNC0xMS0wOVQwOTo1MDo0MyIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly93d3cuYW10b3VjaC5jb20vZmFxcy8ifSwic2hvcHBlciI6eyJ2aXNpdG9yX2lkIjoiIiwiY3VzdG9tZXJfaWQiOm51bGwsImVtYWlsIjpudWxsLCJmaXJzdF9uYW1lIjpudWxsLCJsYXN0X25hbWUiOm51bGx9LCJkYXRhX2NvbnNlbnQiOnsiZnVuY3Rpb25hbCI6ZmFsc2UsImFuYWx5dGljcyI6ZmFsc2UsImFkdmVydGlzaW5nIjpmYWxzZX0sImV2ZW50cyI6W3siYm9kbF92MV9jb25zZW50X2xvYWRlZCI6eyJldmVudF9pZCI6IjM4ZjNiMDA3LTEzNjgtNDA1Ny1hZDg1LWI4ZjY1ZDM2NzRmNyIsImFkdmVydGlzaW5nIjpmYWxzZSwiYW5hbHl0aWNzIjpmYWxzZSwiZnVuY3Rpb25hbCI6ZmFsc2V9fV19"));
})()
</script>
Home
Customer Service
FAQs
FAQs
How can I place an order?
Whether you click or call, we make sure your order is our top priority.
Online: Convenient ordering is available through our website 24 hours a day, 7 days a week. Online orders placed after 5pm PST will be processed the following business day.
By Phone: Call us at (800) 350-4568 Monday - Friday, 7:30am - 5:00pm PST.
By Fax: Send orders to (661) 294-9602.
What if I need more information?
We do our best to make sure you can find all the information you need at all times right here on our website. We also know that sometimes you are looking for a bit more insight on a product, which is why our knowledgeable staff is available Monday - Friday 7:30am - 5:00pm PST for all your needs. Give us a call at (800) 350-4568 or email us at clientservices@amtouch.com .
How do I get my free goods?
Our truly simple redemption process really is just that. Once you have chosen your free goods, they will appear in your cart with either a $0.00 price or no price at all. They will also appear this way on your order confirmation so you know exactly what to expect in your shipment. We take care of the redemption paperwork and your free goods are shipped out to you. Most free goods will ship with your order, but some may arrive separately from the manufacturer in a few weeks.
What forms of payment are accepted?
We gladly accept Visa, Mastercard and American Express for all orders. Standard terms are available upon approved credit. To request terms and credit approval please contact us at (800) 350-4568 or customerservice@amtouch.com .
What are my shipping options?
Our goal is to ship your order the same business day that it is placed. We also offer a variety of delivery methods for your convenience. Shipping methods may differ based on your delivery address and handling fees may apply. However, we are unable to ship to P.O. Boxes. Once your order has been processed, you may track it here . Please find the various shipping methods we offer below.
UPS Ground ( service map )
Customer Pickup
Next Day Air Early AM - Next day by 8:30am
Next Day Air - Next day between 10:30am - 12:30pm
Next Day Air Saver - Next day by end of day
2nd Day AM - 2nd day by 10:30am
2nd Day Air EOD - 2nd day by end of day
3rd Day EOD - 3rd day by end of day
What if I ordered something that is out of stock?
No problem! We will automatically send you your items as soon as they are available. You will also receive a shipping confirmation so you know exactly which items are on their way. All of our out of stock items are labeled on our site and on your order confirmation. You may also select the "Watch this Product" option if you prefer to have one of our Client Service Specialists notify you when the item becomes available.
What is the return policy?
Sometimes things just don't work out. If you need to return or exchange an item, please call (800) 350-4568. You will be asked to provide us with the invoice number, date of purchase and reason for return. We will provide you with an RMA#, which must be marked on the individual boxes being returned (items may not be returned without an RMA#). Credit or exchange of merchandise is offered within 30 days of product purchase. A restocking fee may apply upon merchandise inspection.
What if I have a question about my account or invoice?
If you have any questions or concerns regarding your account or an invoice you have received, please feel free to email us at AR@amtouch.com . You may also call us at (800) 350-4568 Monday - Friday, 7:30am - 5:00pm PST.
What is your pricing policy?
Amtouch is proud to offer exceptional savings and competitive pricing everyday. We make every effort to honor our low pricing for the term of our catalog, however we may occasionally make adjustments based on manufacturer price increases or typographical errors. Prices are subject to change without notice.
Low prices - every day!
Dedicated Account Manager for White Glove service
Fast Checkout & easy order tracking
Order history for easy re-ordering
Create My Account