calcPageSize())" />
calcPageSize())" class="absolute inset-0 object-contain object-center w-full m-auto max-h-screen-75" :class="{ 'cursor-pointer': !fullscreen }" width="467" height="467" :loading="active!==index ? 'lazy' : 'eager'" :src="fullscreen ? image.full : image.img" x-transition.opacity.duration.500ms x-show="active===index" />calcActive())">
POS-T-VAC - Authorized Distributor
Product Highlights
- Modular design allows for easy replacement of parts
- Made from quality, long lasting materials
- Superior quality control for assured fit
- Discreet shipping
- FSA/HSA Eligible
- Fast delivery
-
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
1250 | 2 x 8 Inch, Standard Twist Cylinder Tube Replacement - Ships Free! | Each | List Price: $111.11 Price: $100.00 |
B225 | BOS-2000-3 Replacement Pump Head Slip | Each | List Price: $194.44 Price: $175.00 |
B226 | BOS20002 Battery Pump Replacement - Ships Free! | Each | List Price: $166.67 Price: $150.00 |
B238 | BOS20003 Battery Pump Replacement - Ships Free! | Each | List Price: $194.44 Price: $175.00 |
I155 | IVP Manual ED Pump Replacement - Ships Free! | Each | List Price: $83.33 Price: $75.00 |
J101 | Large Bushing Replacement for Twist Type Cylinder, A Size - Ships Free! | Each | List Price: $22.22 Price: $20.00 |
J102 | Medium Bushing Replacement for Twist Type Cylinder, B Size - Ships Free! | Each | List Price: $22.22 Price: $20.00 |
J103 | Small Bushing Replacement for Twist Type Cylinder, C Size - Ships Free! | Each | List Price: $22.22 Price: $20.00 |
K117 | Easy Load Ring Loading System - Ships Free! | Each | List Price: $27.78 Price: $25.00 |
L161 | 2.25 x 10 Inch, Large OTC Twist Tube - Ships Free! | Each | List Price: $111.11 Price: $100.00 |
L162 | 2.25 x 10 Inch, Large MVP/IVP Twist Tube | Each | List Price: $133.33 Price: $120.00 |
M107 | Replacement Manual Pump Head for MVP 700 | Each | List Price: $138.89 Price: $125.00 |
V107L | Large Bushing Replacement for Slip Type Cylinder (VT-1) - Ships Free! | Each | List Price: $22.21 Price: $19.99 |
V107S | Small Bushing Replacement for Slip Type Cylinder (VT-1) - Ships Free! | Each | List Price: $22.22 Price: $20.00 |
'); // 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(); } } }
Customers Also Bought
Description
POSTVAC ED Pump Replacement Parts, including the following pump heads: BOS20002, BOS20003, IVP600, RVP600. Pos T Vac Replacement parts for the cylinder tubes (large tube and the standard tube) are also available. Additionally, the Easy Load Ring Loading System is also available. Below is a description of the erection pump replacement parts and accessories:
- IVP600 Erection Pump Head - Pos T Vac IVP Manual Erection System.
- RVP600 Erection Pump Head - Is a variation of the IVP600 that allows one-hand operation.
- BOS20003 Erection Pump Head - Pos T Vac BOS20003 Battery Pump Erection System
- Easy Load Ring Loading System - An accessory device for easy loading of erection tension bands onto cylinder tubes.
- Standard Cylinder Tube - The cylinder tube that comes standard with all Postvac erection pump systems, 2 x 8 Inches.
- Large Cylinder Tube - The large size cylinder tube kit for Postvac erection vacuum pump systems to accommodate men requiring a larger size cylinder, 2.5 x 10 Inches. Includes loading cone, bushing and large cylinder.
- Sleeve Replacement for Slip Cylinders - replaces worn out or missing cylinder sleeves.
- Sleeve Replacement for Twist Cylinders - replaces worn out or missing cylinder sleeves.
- Timm Osbon Lubricant - Water-based lubricant for tension rings and to help form a seal with the cylinder tube against the skin. This lubricant is thicker and seals better than Surgilube Lubricating Jelly.
Additional Information
Manufacturer | POS-T-VAC |
---|---|
FSA / HSA | Yes |
Customer 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