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 “Calpol SixPlus Fastmelts – 12 Tablets”

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

More Products

NATURE’S WAY SAMBUCUS COLD & FLU RELIEF KIDS GUMMY 60s

$21.18

NATURE’S WAY SAMBUCUS COLD & FLU RELIEF KIDS GUMMY 60s Nature’s Way Sambucus Cold & Flu Relief Kids Gummies help to shorten the duration and reduce symptom severity of the common cold, bronchitis, laryngitis and pharyngitis. Plus the added benefits of Vitamin C and Zinc. DIRECTIONS Children 3–9, chew 1 gummy per day. Children 10–13, […]

Benylin Dry & Tickly Cough Syrup – 300ml

$12.70

Buy Benylin Dry & Tickly Cough Syrup Benylin Dry & Tickly Cough Syrup treats dry and tickly cough symptoms, making you feel like yourself in no time.   How Benylin Dry & Tickly Cough Syrup works Benylin Dry & Tickly Cough Syrup contains the active ingredients glycerol and sucrose. They work together to lubricate the […]

BOIRON CHELIDONIUM MAJUS 30CH

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Buckley’s Mucus & Phlegm 150mL

$14.58

Fast relief of: Wet Cough, Mucus & Phlegm Indications: Fast-acting relief for up to 6 hours from cold and flu symptoms such as coughs, chest congestion, and nasal and sinus congestion. Works in your lungs to loosen and thin out mucus and phlegm, and has an expectorant to clear it from your chest. Directions: To be taken […]

Syndol – 30 Tablets

$12.16

‘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’ […]

Vicks NyQuil Complete Cold & Flu Night time 24 LiquiCaps

$17.13

VICKS NYQUIL COMPLETE COUGH, COLD & FLU RELIEFGet Maximum Strength cold & flu relief with NyQuil COMPLETE LiquiCaps. NyQuil COMPLETE helps relieve fever, nasal congestion, sneezing, runny nose and cough, so you can get the rest you need. Contains acetaminophen. OUR SMALLEST MOST POWERFUL NIGHTTIME LIQUICAP. NyQuil COMPLETE relieves your fever, nasal congestion, sneezing, runny […]