document.addEventListener('DOMContentLoaded', function () {
var submitButton = document.querySelector('.submit-for-review-btn'); // Adjust this selector as necessary
if (submitButton) {
submitButton.addEventListener('click', function (e) {
console.log('Submit button clicked'); // Check if button click is detected
var cartTotal = 0.00; // Total in dollars
console.log('Cart Total:', cartTotal); // Log the cart total for debugging
var minimumValue = 1000; // Minimum value in dollars ($1000)
if (parseFloat(cartTotal) < minimumValue) { // Ensure to parse as float for comparison
e.preventDefault(); // Prevent form submission
alert('Your order must be at least $1000 to submit for review.'); // Alert message
} else {
console.log('Order submitted successfully'); // Log successful submission
}
});
}
});
×
Please wait...
Make An Offer
Dynarex Syringe 1 mL Luer Slip
Dynarex Syringe 1 mL Luer Slip
The Dynarex Syringes without Needle can be used with any size needle with either a luer tip or luer lock connection. These syringes offer a full range of clear barrel syringes featuring easy to read markings, giving an excellent view of the contents for precise dosing and readability. With wider unit spacing, the users can draw up to an accurate dose of medication between 1cc and 60cc. The Dynarex Syringes have a smooth-gliding integrated plunger, helping prevent the plunger from being pulled out, as well as providing exceptionally smooth draw.
Fits most needles
Even-gliding plunger
Transparent barrel with large-font gradations
Individually wrapped and sealed
Sterile and disposable
Non-Toxic and Non-Pyrogenic
Not made with natural rubber latex
SKU: 43167146115279
$0.78
×
Offerly Support
Don't fret! This pop up only shows up in Shopify Editor Mode. Offerly could not find your add to cart button! This can happen for one of the following reasons:
1.
This product is sold out.To solve this please navigate to a different product!
2.
Your Theme is custom or uses different text for the "Add to Cart" button.If this is the case, please contact support and we will add support for your theme!