shoofdirect.co.nz
Open in
urlscan Pro
13.211.13.251
Public Scan
URL:
https://shoofdirect.co.nz/catalog/product/view/id/7461/?gclid=CjwKCAjw8ZKmBhArEiwAspcJ7oXc9fKkyFSKWu1wnYZ1kNXW2-6O1jUDygGh...
Submission: On July 30 via api from US — Scanned from NZ
Submission: On July 30 via api from US — Scanned from NZ
Form analysis
4 forms found in the DOMGET https://shoofdirect.co.nz/catalogsearch/result/
<form class="form minisearch" id="search_mini_form" action="https://shoofdirect.co.nz/catalogsearch/result/" method="get">
<div class="field search">
<label class="label" for="search" data-role="minisearch-label">
<span>Search</span>
</label>
<div class="control">
<input id="search" type="text" name="q" value="" placeholder="Search..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
<div id="search_autocomplete" class="search-autocomplete"></div>
<div class="nested">
<a class="action advanced" href="https://shoofdirect.co.nz/catalogsearch/advanced/" data-action="advanced-search">
Advanced Search </a>
</div>
<div class="search-category" style="position:absolute; top: 0; right: 35px; width: 130px">
<select id="mpsearch-category">
<option value="0">All Categories</option>
<option value="2804">Dairy and Beef</option>
<option value="2805">- Animal Welfare</option>
<option value="2839">- Breeding</option>
<option value="2871">- Calving and Rearing</option>
<option value="3037">- Cattle Handling</option>
<option value="3099">- Drenching and Injecting</option>
<option value="3160">- Grooming</option>
<option value="3185">- Hoofcare</option>
<option value="3237">- Marking and Identification</option>
<option value="3274">- Milking</option>
<option value="4577">- Clearance</option>
<option value="3367">Equine</option>
<option value="3368">- Animal Welfare</option>
<option value="3384">- Clothing</option>
<option value="3412">- Grooming</option>
<option value="3469">- Hoofcare</option>
<option value="3539">- Horse Wear</option>
<option value="3574">- Stable Equipment</option>
<option value="3611">- Tack</option>
<option value="4581">- Clearance</option>
<option value="3646">Farm Supplies</option>
<option value="3647">- Animal Welfare</option>
<option value="3655">- Chemical Handling</option>
<option value="3676">- Clothing</option>
<option value="3691">- Farm Equipment</option>
<option value="3752">- Fencing</option>
<option value="3768">- Pest Control</option>
<option value="3806">- Spraying and Spreading</option>
<option value="3829">- Water Management</option>
<option value="3967">Lifestyle</option>
<option value="3968">- Animal Welfare</option>
<option value="3997">- Cats and Dogs</option>
<option value="4069">- Grooming</option>
<option value="4107">- Home Produce</option>
<option value="4140">- Knives</option>
<option value="4181">- Other Animal</option>
<option value="4194">- Pig</option>
<option value="4249">- Poultry</option>
<option value="4351">- Water Management</option>
<option value="4580">- Clearance</option>
<option value="4587">- Clearance</option>
<option value="4356">Protective Equipment</option>
<option value="4357">- Biosecurity</option>
<option value="4375">- Hygiene</option>
<option value="4384">- PPE</option>
<option value="4394">- Sharps</option>
<option value="4582">- Clearance</option>
<option value="4398">Sheep and Goat</option>
<option value="4399">- Animal Handling</option>
<option value="4419">- Drenching and Injecting</option>
<option value="4428">- Hoofcare</option>
<option value="4444">- Lambing and Rearing</option>
<option value="4500">- Marking and Mating</option>
<option value="4516">- Milking</option>
<option value="4522">- Shearing</option>
<option value="4579">- Clearance</option>
<option value="4586">- Clearance</option>
</select>
</div>
<script src="https://shoofdirect.co.nz/pub/media/mageplaza/search/shoof_direct_nz_view_0.js"></script>
<script type="text/javascript">
require(['jquery', 'Magento_Catalog/js/price-utils', 'mpDevbridgeAutocomplete'], function($, priceUtils) {
"use strict";
var baseUrl = 'https://shoofdirect.co.nz/',
baseImageUrl = 'https://shoofdirect.co.nz/pub/media/catalog/product/',
priceFormat = {
"pattern": "$%s",
"precision": 2,
"requiredPrecision": 2,
"decimalSymbol": ".",
"groupSymbol": ",",
"groupLength": 3,
"integerRequired": false
},
displayInfo = ["image", "description"];
var categorySelect = $('#mpsearch-category'),
searchInput = $('#search');
if (categorySelect.length) {
categorySelect.on('change', function() {
searchInput.focus();
if ($(this).val() === 0) {
$(this).removeAttr('name');
} else {
$(this).attr('name', 'cat');
}
});
}
searchInput.devbridgeAutocomplete({
lookup: mageplazaSearchProducts,
lookupLimit: 10,
maxHeight: 2000,
minChars: 1,
lookupFilter: function(suggestion, query, queryLowerCase) {
if (categorySelect.length) {
var categoryId = categorySelect.val();
if (categoryId > 0 && ($.inArray(categoryId, suggestion.c) === -1)) {
return false;
}
}
return suggestion.value.toLowerCase().indexOf(queryLowerCase) !== -1;
},
onSelect: function(suggestion) {
window.location.href = correctProductUrl(suggestion.u);
},
formatResult: function(suggestion, currentValue) {
var html = '<a href="' + correctProductUrl(suggestion.u) + '">';
if ($.inArray('image', displayInfo) !== -1) {
html += '<div class="suggestion-left"><img class="img-responsive" src="' + correctProductUrl(suggestion.i, true) + '" alt="" /></div>';
}
html += '<div class="suggestion-right">';
html += '<div class="product-line product-name">' + suggestion.value + '</div>';
if ($.inArray('price', displayInfo) !== -1) {
html += '<div class="product-line product-price">Price: ' + priceUtils.formatPrice(suggestion.p, priceFormat) + '</div>';
}
if ($.inArray('description', displayInfo) !== -1 && suggestion.d) {
html += '<div class="product-des"><p class="short-des">' + suggestion.d + '...</p></div>';
}
html += '</div></a>';
return html;
}
// onSearchComplete: function (query, suggestion) {
// $('.autocomplete-suggestions').append("<div id='view_all'><a href='javascript:void(0)' id='search-view-all'>View all >></a></div>");
// $('#search-view-all').on('click', function(){
// $('#search_mini_form').submit();
// });
// }
});
function correctProductUrl(urlKey, isImage) {
if (urlKey.search('http') !== -1) {
return urlKey;
}
return ((typeof isImage !== 'undefined') ? baseImageUrl : baseUrl) + urlKey;
}
});
</script>
</div>
</div>
<div class="actions">
<button type="submit" title="Search" class="action search" disabled="">
<span>Search</span>
</button>
</div>
</form>
POST https://shoofdirect.co.nz/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9vZmRpcmVjdC5jby5uei9jYXRhbG9nL3Byb2R1Y3Qvdmlldy9pZC83NDYxLw%2C%2C/product/7461/
<form data-product-sku="219548" action="https://shoofdirect.co.nz/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9vZmRpcmVjdC5jby5uei9jYXRhbG9nL3Byb2R1Y3Qvdmlldy9pZC83NDYxLw%2C%2C/product/7461/" method="post" id="product_addtocart_form"
novalidate="novalidate">
<input type="hidden" name="product" value="7461">
<input type="hidden" name="selected_configurable_option" value="">
<input type="hidden" name="related_product" id="related-products-field" value="">
<input type="hidden" name="item" value="7461">
<input name="form_key" type="hidden" value="CmEFRYw8yCEFTmkM">
<div class="box-tocart">
<div class="fieldset">
<div class="field qty">
<label class="label" for="qty"><span>Qty:</span></label>
<div class="control">
<input type="number" name="qty" id="qty" maxlength="12" value="1" title="Qty" class="input-text qty"
data-validate="{"required-number":true,"validate-item-quantity":{"minAllowed":1,"maxAllowed":10000}}">
<div class="qty-changer">
<a href="javascript:void(0)" class="qty-inc"><i class="porto-icon-up-dir"></i></a>
<a href="javascript:void(0)" class="qty-dec"><i class="porto-icon-down-dir"></i></a>
</div>
</div>
</div>
<div class="actions">
<button type="submit" title="Add to Cart" class="action primary tocart" id="product-addtocart-button">
<span>Add to Cart</span>
</button>
<div id="instant-purchase" data-bind="scope:'instant-purchase'">
<!-- ko template: getTemplate() -->
<!-- ko if: showButton() --><!-- /ko -->
<!-- /ko -->
</div>
</div>
<div class="moved-add-to-links">
<div class="product-addto-links" data-role="add-to-links">
<a href="#" class="action towishlist" data-post="{"action":"https:\/\/shoofdirect.co.nz\/wishlist\/index\/add\/","data":{"product":7461,"uenc":"aHR0cHM6Ly9zaG9vZmRpcmVjdC5jby5uei9jYXRhbG9nL3Byb2R1Y3Qvdmlldy9pZC83NDYxLw,,"}}" data-action="add-to-wishlist"><span>Add to Wish List</span></a>
<a href="#" data-post="{"action":"https:\/\/shoofdirect.co.nz\/catalog\/product_compare\/add\/","data":{"product":"7461","uenc":"aHR0cHM6Ly9zaG9vZmRpcmVjdC5jby5uei9jYXRhbG9nL3Byb2R1Y3Qvdmlldy9pZC83NDYxLw,,"}}" data-role="add-to-links" class="action tocompare"><span>Add to Compare</span></a>
</div>
</div>
</div>
</div>
<script>
require(['jquery', 'mage/mage', 'Magento_Catalog/product/view/validation', 'Magento_Catalog/js/catalog-add-to-cart'], function($) {
'use strict';
$('#product_addtocart_form').mage('validation', {
radioCheckboxClosest: '.nested',
submitHandler: function(form) {
var widget = $(form).catalogAddToCart({
bindSubmit: false
});
widget.catalogAddToCart('submitForm', $(form));
return false;
}
});
});
</script>
<script type="text/javascript">
require(['jquery'], function($) {
// Timer for LEFT time for Dailydeal product
var _second = 1000;
var _minute = _second * 60;
var _hour = _minute * 60;
var _day = _hour * 24;
var timer;
function showRemaining(currentdate) {
var cid = 'countdown';
var startdateid = 'fromdate';
var id = 'todate';
var daysid = 'countdown_days';
var hoursid = 'countdown_hours';
var minutesid = 'countdown_minutes';
var secondsid = 'countdown_seconds';
var enddate = new Date($('#' + id).val());
var dealstartdate = new Date($('#' + startdateid).val());
// Get Current Date from magentodatetime
var currentdate = new Date(currentdate);
//Get Difference between Two dates
var distance = enddate - currentdate;
if (distance < 0) {
$('#expired').html("<div class='offermessage' >EXPIRED!</div>");
} else if (dealstartdate > currentdate) {
$('.countdowncontainer').hide();
var msg = "<div class='offermessage' > Coming Soon..<br>Deal Start at:<br>" + $('#' + startdateid).val() + "</div>";
$('#expired').html(msg);
} else {
var days = Math.floor(distance / _day);
var hours = Math.floor((distance % _day) / _hour);
var minutes = Math.floor((distance % _hour) / _minute);
var seconds = Math.floor((distance % _minute) / _second);
if (hours < 10) hours = "0" + hours;
if (minutes < 10) minutes = "0" + minutes;
if (seconds < 10) seconds = "0" + seconds;
$('.countdowncontainer').show();
$('#' + daysid).html(days);
$('#' + hoursid).html(hours);
$('#' + minutesid).html(minutes);
$('#' + secondsid).html(seconds);
}
}
//Set date as magentodatetime
var date = new Date('2023-07-30 02:15:20');
var day = date.getDate();
var month = date.getMonth();
var year = date.getFullYear();
var hours = date.getHours();
var minutes = "0" + date.getMinutes();
var seconds = "0" + date.getSeconds();
var fulldate = year + '-' + (month + 1) + '-' + day + ' ' + hours + ':' + minutes.substr(minutes.length - 2) + ':' + seconds.substr(seconds.length - 2);
// Set Interval
timer = setInterval(function() {
date.setSeconds(date.getSeconds() + 1);
var month = date.getMonth();
var currentdatetime = date.getFullYear() + "-" + (month + 1) + "-" + date.getDate() + " " + date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds();
showRemaining(currentdatetime);
}, 1000);
});
</script>
</form>
#
<form id="frmcallforprice" class="frmcallforprice" action="#" "="" novalidate=" novalidate">
<input type="hidden" id="callProductId" name="callProductId" value="">
<div class="field customer-name required">
<label class="label" for="cname">
<span>Name</span><em>*</em>
</label>
<div class="control">
<input id="cname" name="cname" value="" title="Customer Name" class="input-text required-entry" data-validate="{required:true}" autocomplete="off" aria-required="true" type="text">
<div for="cname" generated="true" class="mage-error" id="cname-error"></div>
</div>
</div>
<div class="field required">
<label for="email_address" class="label"><span>Email</span><em>*</em></label>
<div class="control">
<input name="email" autocomplete="email" id="email_address" value="" title="Email" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true" type="email">
</div>
</div>
<div class="field country required">
<label class="label" for="country"><span>Country</span></label>
<div class="control">
<select name="country_id" id="country" class="" title="Country" data-validate="{'validate-select':true}" aria-required="true">
<option value="NZ" selected="selected">New Zealand</option>
</select>
</div>
</div>
<div class="field required">
<label for="phone_number" class="label"><span>Phone Number</span><em>*</em></label>
<div class="control">
<input name="phone_number" autocomplete="phone_number" id="phone_number" value="" title="phone_number" class="input-text" data-validate="{required:true, 'validate-number':true}" aria-required="true" type="text">
</div>
</div>
<div class="field required">
<label for="comment" class="label"><span>Inquiry Message</span><em>*</em></label>
<div class="control">
<textarea name="comment" id="comment" value="" title="comment" class="textarea" data-validate="{required:true}" aria-required="true"></textarea>
</div>
</div>
</form>
POST
<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
<div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
<div class="field email required">
<label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
<div class="control">
<input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{"mage/trim-input":{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
autocomplete="off">
</div>
</div>
<div class="field password required">
<label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
<div class="control">
<input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
</div>
</div>
<!-- ko foreach: getRegion('additional-login-form-fields') -->
<!-- ko template: getTemplate() -->
<input name="captcha_form_id" type="hidden" data-bind="value: formId, attr: {'data-scope': dataScope}" value="user_login" data-scope="">
<!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
<!-- /ko -->
<!-- ko template: getTemplate() -->
<!-- ko if: (getIsVisible()) --><!-- /ko -->
<!-- /ko -->
<!-- /ko -->
<div class="actions-toolbar">
<input name="context" type="hidden" value="checkout">
<div class="primary">
<button type="submit" class="action action-login secondary" name="send" id="send2">
<span data-bind="i18n: 'Sign In'">Sign In</span>
</button>
</div>
<div class="secondary">
<a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://shoofdirect.co.nz/customer/account/forgotpassword/">
<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
</a>
</div>
</div>
</div>
</form>
Text Content
APPROVE THE COOKIES This website uses cookies to improve your user experience I accept Read more JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser. SALE EXPIRED Skip to Content * View Catalogue * Contact Us * Locate Stockist * My Account * My Wish List * Compare () * Sign In * shoofint.com Toggle Nav Cart 0 items My Cart Close You have no items in your shopping cart. Search Search Advanced Search All Categories Dairy and Beef - Animal Welfare - Breeding - Calving and Rearing - Cattle Handling - Drenching and Injecting - Grooming - Hoofcare - Marking and Identification - Milking - Clearance Equine - Animal Welfare - Clothing - Grooming - Hoofcare - Horse Wear - Stable Equipment - Tack - Clearance Farm Supplies - Animal Welfare - Chemical Handling - Clothing - Farm Equipment - Fencing - Pest Control - Spraying and Spreading - Water Management Lifestyle - Animal Welfare - Cats and Dogs - Grooming - Home Produce - Knives - Other Animal - Pig - Poultry - Water Management - Clearance - Clearance Protective Equipment - Biosecurity - Hygiene - PPE - Sharps - Clearance Sheep and Goat - Animal Handling - Drenching and Injecting - Hoofcare - Lambing and Rearing - Marking and Mating - Milking - Shearing - Clearance - Clearance Search Menu * Dairy and Beef SPECIAL OFFERS SHOW ALL PRODUCTS -------------------------------------------------------------------------------- * Animal Welfare * Bloat * Book * Leg Splint * Pinkeye * Thermometer * Treatment * Breeding * Castration * Fertility * Glove * Mating Marker * Calving and Rearing * Bucket * Calving * Castration * Colostrum * Covers * Debudding * Drenching * Enrichment Toys * Feeder * Halters and Leads * Identification * Lifter * Milk Preparation * Shed Preparation * Weighing * Cattle Handling * Dehorning * Grooming * Paddles and Rattles * Prodder * Whip * Drenching and Injecting * Bottle * Gun * Needle * Rumen * Syringe * Treatment * Other * Grooming * Brushes * Clipping * Scratching * Show * Comb * Halters and Leads * Hoofcare * Blocking * Prevention * Restraint * Bandage * Marking and Identification * Branding * Ear Marker * Leg Marker * Stock Marker * Milking * Clothing * Mastitis Testing * Milking Equipment * Milking Glove * Tail Trimming * Udder Care * Clearance * Farm Supplies SPECIAL OFFERS SHOW ALL PRODUCTS -------------------------------------------------------------------------------- * Animal Welfare * Humane Slaughter * Chemical Handling * Measuring * Pump * Clothing * Leather * Farm Equipment * Cleaning * Crop Management * Handling * Monitoring * Other * Fencing * Electric * Pest Control * Bait * Netting * Repellent * Trap * Spraying and Spreading * Spreading * Water Management * Trough * Sheep and Goat SPECIAL OFFERS SHOW ALL PRODUCTS -------------------------------------------------------------------------------- * Animal Handling * Restraint * Shepherding * Drenching and Injecting * Gun * Treatment * Hoofcare * Prevention * Lambing and Rearing * Castration and Docking * Castration * Feeder * Lambing * Newborn * Weighing * Marking and Mating * Mating * Stock Marker * Milking * Milking Equipment * Shearing * Clipping * Hand Shear * Woolshed * Clearance * Clearance * Lifestyle SPECIAL OFFERS SHOW ALL PRODUCTS -------------------------------------------------------------------------------- * Animal Welfare * Bandage * Book * Medication * Monitoring * Wound Care * Cats and Dogs * Bowl * Coat * Feeder * Handling * Identification * Toy * Grooming * Clipping * Coat Care * Nail Care * Home Produce * Hand Tool * Home Kill * Milk * Weigh * Knives * Butcher * Pocket * Sharpening * Other Animal * Alpaca * Feeding and Drinking * Rabbit * Pig * Animal Handling * Animal Welfare * Marking * Shoof Farm * Water * Poultry * Animal Welfare * Drinkers * Feeder * Laying * Marking * Nesting * Netting * Rearing * Water Management * Trough * Clearance * Clearance * Equine SPECIAL OFFERS SHOW ALL PRODUCTS -------------------------------------------------------------------------------- * Animal Welfare * Equipment * Nebulizer * Clothing * Boot * Glove * Jacket * Safety Vest * Grooming * Brushes * Clipping * Comb * Scraper * Storage * Hoofcare * Bandage * Blocking * Boot * Tool * Treatment * Horse Wear * Boot * Cooler * Legging * Mask * Rug * Stable Equipment * Bedding * Feeder * Scratch * Water * Tack * Dressage * Halter * Lead Rope * Leather * Muzzle * Clearance * Protective Equipment SPECIAL OFFERS SHOW ALL PRODUCTS -------------------------------------------------------------------------------- * Biosecurity * Boot * Disinfection Mat * Sanitising * Hygiene * Hand * PPE * Clothing * Light * Safety Goggles * Nitrile Gloves * Sharps * Disposal * Clearance Account * View Catalogue * Contact Us * Locate Stockist * My Account * My Wish List * Compare () * Sign In * shoofint.com * Home * Syringe Topdoc 1ml 100pkX Skip to the end of the images gallery Syringe Topdoc 1ml 100pkX Skip to the beginning of the images gallery SYRINGE BD 60ML L/LOCK 60-PACK SYRINGE TOPDOC 2ML 100PKX SYRINGE TOPDOC 1ML 100PKX Be the first to review this product Top Doc high quality disposable sterile syringes from Shoof. $14.90 SKU 219548 or 4 interest free payments of $3.73 with ⓘ Qty: Add to Cart Add to Wish List Add to Compare Details * High quality – sterile syringes * Latex-free * Zero-dead space gasket for minimal wastage * Cost effective – great value to quality ratio Top Doc are Shoof’s own-brand disposable syringes. Indelible markings. Barrels are siliconised to make them smooth to use. Tips are strong to reduce breakage. All are slightly bigger volume than nominated (eg: 10ml will open to 12ml). This means plunger is still stable at maximum opening. All luer-slip. For the purpose of administering an agricultural compound to an animal. Reviews Write Your Own Review Only registered users can write reviews. Please Sign in or create an account You may also like Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare Add to Cart Add to Wish List Add to Compare top bottom BROWSE CATALOGUE Compare Products You have no items to compare. My Wish List Last Added Items You have no items in your wish list. My Account * About Us * Contact Us * My Account * Orders History * Advanced Search * Terms and Conditions * Shipping Policy * Privacy policy * Return and Refund policy * Address: 224 Laurent Rd, Cambridge 3493, NZ * Phone: +64 7 827 3902 * Free Phone: 0800 800 801 * Email: sales@shoof.co.nz * Working Days/Hours: Mon - Thu: 8.30AM - 5:00PM Fri: 8.30AM - 4:30PM © Shoof International Ltd. 2021. All Rights Reserved LOCATE STOCKIST Close Name* Email* Country New Zealand Phone Number* Inquiry Message* Submit Close Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account Checkout using your account Email Address Password Sign In Forgot Your Password? word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word word mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1 mmMwWLliI0fiflO&1