calcPageSize())" />
calcActive())">
Drive Medical - Authorized Distributor
(4.9) 7 Reviews
PRODUCT HIGHLIGHTS
- Available in pairs or boxes
- Comes in various colors
- Latex-free replacement crutch tips
- Compatible with most manufacturers' crutches
- Provides added stability and grip
- FSA/HSA Eligible
- Fast 1-3 day shipping
- Easy returns
- AutoShip eligible
free shipping on $49+ -
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
10374BK-8 | 7/8 Inch Crutch Tip Black Fast 1-3 Day Delivery! | Case of 8 Pairs | List Price: $36.94 Sale Price: $26.60 Out of Stock Sign up for stock alerts |
10439-8 | Gray | Box of 8 | List Price: $41.83 Price: $36.39 |
RTL10374BKB | Black Fast 1-3 Day Delivery! | Pair | List Price: $20.07 Price: $17.46 |
RTL10439B | Gray | Pair | List Price: $19.33 Price: $16.82 |
RTL10439B | Gray Fast 1-3 Day Delivery! | Case of 10 Pairs | List Price: $44.91 Price: $39.07 |
'); // Update the button state to indicate that the modal is created for this button buttonStates[productId] = { modalCreated: true, modalId: modalId }; // Wait for the next event loop to ensure the DOM is updated setTimeout(resolve, 0); }); } // Function to interact with the autoship modal function interactWithModal(productId) { // Use the unique modal identifier var modalId = buttonStates[productId].modalId; // Find the optinSelect within the modal var optinSelect = document.querySelector('#' + modalId + ' og-offer og-select-frequency'); if (optinSelect && optinSelect.shadowRoot.querySelector('og-select')) { optinSelect.shadowRoot.querySelector('og-select').shadowRoot.querySelector('select').value = '1_3'; optinSelect.shadowRoot.querySelector('og-select').shadowRoot.querySelector('select').dispatchEvent(new Event('change')); var formSelector = '#' + modalId + ' form[data-role="toautoship-form_' + productId + '"]'; if (document.querySelector(formSelector + ' button')) { document.querySelector(formSelector + ' button').click(); } } }
Stock Alert for ""
Enter you email below and we will notify you when item becomes available.
Customers Also Bought
Description
Drive Crutch Tips, 7/8 Inch Crutch Diameter are made of latex-free rubber to add stability and grip to a crutch mobility aid. These crutch tips are compatible with most manufacturer's crutches with a 7/8 inch diameter as well as a variety of Drive Medical models such as its popular Aluminum Walking Crutch. Choose from black or grey crutch tips that come in a pair or a box of eight in grey only.
You may also want to replace the Underarm Crutch Cushion when the cushion is old and worn.
Features and Benefits
- Comes with Two Cushions
- Comfortable Foam Padding
- Latex-Free
- Easy to Replace Worn Cushion
- Economical
- Refreshes Old Crutches
Product Specifications
- Manufacturer: Drive Medical
- Product Number: RTL10439B, RTL10374BKB, 10439-8 (Box of 8)
- Quantity: Pair (Gray, Black); Box of 8 (Gray)
- Material: Rubber
- Latex-Free: Yes
- Length: .875 Inches
- Width: .875 Inches
- Diameter: 7/8 Inch
- Height: 1.5 Inches
- HCPCS Code: A4637
- Fits Drive Models: 10315, 10318, 10400, 10401, 10402, 10406, 10408, 10430, 10431, 10432, 10433 series
Manuals and Documents
Catalog Page
Additional Information
Manufacturer | Drive Medical |
---|---|
FSA / HSA | Yes |
Customer Reviews
(4.9) 7 Reviews
Questions & Answers
' + 'Save ' + discountAmount + ' with Auto-ship ' + intervalLabel + ' which comes to ' + perOrderPrice + ' per order and ' + totalOrderPrice + ' in total during whole subscription period.' + '
'; } if (htmlContent) { document.querySelector(".subscription-savings-calculator").style.display = 'block'; } document.getElementById("saving-calculator").innerHTML = htmlContent; }, /* Calculate the number of occurrences */ calculateOccurrences(frequencyIntervalData) { let startDateObj = new Date(document.getElementById("md_subscription_start").value); let endDateObj = new Date(document.getElementById("md_subscription_end").value); let frequency = frequencyField.value; let frequencyInterval = 0; if (document.getElementById("end_by_cycle").checked) { return parseInt(document.getElementById("md_subscription_cycle").value); } else if (document.getElementById("infinite").checked) { let currentYear = parseInt(startDateObj.getFullYear()); frequencyInterval = frequencyIntervalData[frequency].no_of_interval; frequency = frequencyIntervalData[frequency].interval_type; endDateObj = new Date(currentYear + 1, startDateObj.getMonth(), startDateObj.getDate()); } else if (document.getElementById("end_by_date").checked) { if (frequencyIntervalData.hasOwnProperty(frequency)) { frequencyInterval = frequencyIntervalData[frequency].no_of_interval; frequency = frequencyIntervalData[frequency].interval_type; } } let recurringDates = this.recurringDates(startDateObj, endDateObj, frequency, frequencyInterval); /* Return the number of occurrences */ return recurringDates.length; }, /* Calculate recurring dates based on start and end dates, interval type, and value */ recurringDates(startDate, endDate, intervalType, intervalValue) { const recurringDates = []; let currentDate = new Date(startDate); intervalValue = parseInt(intervalValue); while (currentDate <= endDate) { recurringDates.push(new Date(currentDate)); switch (intervalType) { case 'day': currentDate.setDate(parseInt(currentDate.getDate()) + intervalValue); break; case 'week': currentDate.setDate(parseInt(currentDate.getDate()) + (7 * intervalValue)); break; case 'month': currentDate.setMonth(parseInt(currentDate.getMonth()) + intervalValue); break; case 'year': currentDate.setFullYear(parseInt(currentDate.getFullYear()) + intervalValue); break; default: throw new Error('Invalid interval type'); } } /* Return array of recurring dates */ return recurringDates; }, /* Initialize savings calculator and update on relevant changes */ initSavingsCalculate() { let self = this; function updateSavings() { if (document.querySelectorAll(".plan-attribute.savings-calculator").length > 0) { let discountData = JSON.parse(hiddenInput.value); let discountType = discountData.discount_type; let discountAmount = discountData.discount; self.savingsCalculate(discountAmount, discountType); } } /* Event listener for relevant changes */ document.querySelectorAll("#end_by_cycle, #infinite, #end_by_date, #md_subscription_start, #md_subscription_cycle, #md_subscription_end").forEach(function(element) { element.addEventListener('change', updateSavings); }); } } }More Items to Explore