Description

Description

‘use strict’;
function initMiniSearch() {
return {
minSearchLength: 2,
isLiveSearchEnabled: 1,
suggestions: [],
validated: true,
suggest() {
const search = this.$refs.searchInput;
this.validated = true;
if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) {
this.fetchSuggestions(search.value);
} else {
this.suggestions = [];
}
},
fetchSuggestions(term) {
fetch(
window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}),
{
headers: {
‘X-Requested-With’: ‘XMLHttpRequest’
}
}
)
.then(response => response.json())
.then(result => this.suggestions = result);
},
search(term) {
const search = this.$refs.searchInput;
term = term || search.value;
if (term.length < this.minSearchLength) {
this.validated = false;
} else {
this.validated = true;
search.value = term;
this.$refs.form.submit();
}
},
focusElement(element) {
if (element && element.nodeName === "DIV") {
element.focus();
return true;
} else {
return false;
}
}
}
}

path]:stroke-[1px] max-lgmd:text-white lgmd:[&>path]:stroke-[1.5px]” width=”23″ height=”23″ role=”img”>

search
Search

Minimum search query length is 2

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Benylin 4 Flu – 24 Tablets”

Your email address will not be published. Required fields are marked *

More Products

NATURAL FACTORS HI POTENCY B COMPLEX – BONUS SIZE 210cap

$25.62

The B vitamins in Hi Potency B Complex work together to metabolize carbohydrates, fats, and proteins, which contributes to an increased energy production level in the body.* They also support a healthy nervous system and mood, and are essential for healthy skin, hair, and vision.* Water-soluble B vitamins are not stored in the body and […]

Benylin Mucus Cough With Decongestant Syrup – 100ml

$7.42

‘use strict’; function initMiniSearch() { return { minSearchLength: 2, isLiveSearchEnabled: 1, suggestions: [], validated: true, suggest() { const search = this.$refs.searchInput; this.validated = true; if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) { this.fetchSuggestions(search.value); } else { this.suggestions = []; } }, fetchSuggestions(term) { fetch( window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}), { headers: { ‘X-Requested-With’: ‘XMLHttpRequest’ […]

Novofine Pen Needles 30g 8mm (x100)

$21.62

What are NovoFine Pen Needles?  NovoFine Pen Needles are thin needles designed for less pain and to fit most pen injector devices. These needles are 8mm in length and, with SuperFlow™ technology, are designed to enhance flow rates and reduce dosage force. How to use these needles Start by thoroughly washing and drying your hands. Take […]

Migraleve Complete Migraine Pink & Yellow – 12 Tablets

$11.35

Contains 12 Migraleve tablets – 8 Migraleve Pink and 4 Migraleve Yellow
Helps to ease migraine symptoms
Read patient information leaflet here

Magic Bag (Neck & Back)

$25.92

1 Compress 19″x12″

Soothing Relief of Aches and Pains 

Heats for 30 minutes 

Hot/Cold

100% Natural

For Neck and Back Pain

Canadian made filled with Canadian grain

Polident Fresh Cleanse Foaming Cleanser 125mL

$9.49

Unique non-abrasive foam gently lifts off stains. Kills 99.9% of odour-causing bacteria. Directions for daily use on full or partial dentures:1. Hold denture firmly.2. Shake bottle.3. Pump fully 2 times onto denture, adjust amount if needed.4. Brush for 90 seconds.5. Rinse denture thoroughly under running water for one minute before inserting into mouth. External use only. Not for natural […]