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

NATRACARE ULTRA PADS WITH WINGS 14pcs

$6.72

NATRACARE ULTRA PADS WITH WINGS 14pcs Description Slim, discreet pads with wings made from 100% certified organic cotton and FSC-certified plant cellulose. Free from plastics, fragrances, synthetic materials, dyes, and chemical additives. Over 95% biodegradable and compostable, individually wrapped in biodegradable purse packs. Advice to use Use during your menstrual cycle according to your flow […]

Live Clean Fresh Water Hydrating Conditioner 350mL

$7.65

Live Simple. Live Beautiful. Live Clean  Replenishes & infuses dry hair Live Clean Fresh Water Hydrating Conditioner uses a vegan formulation to deep hydration naturally. The perfect blend of vitamins E, panthenol and certified organic botanicals of rosemary and chamomile will make hair feel healthy and full of life.  Plant Derived With Certified Organic Botanical […]

Orlos (Orlistat) 60mg Weight Loss Aid – 84 Capsules – 2 Pack

$73.01

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

Option+ Antibacterial Throat Lozenges Honey & Lemon 16 Lozenges

$3.65

Uses: Temporarily relieves discomfort  of mouth and throat infections; temporarily relieves sore throat. Directions: Adults and children 6 years and older:  Dissolve 1 lozenge slowly in the mouth every 2 to 3 hours as needed; do not take more than 10 lozenges in 24 hours.  Warnings: Ask a doctor or pharmacist before use if you are pregnant […]

Children’s Advil Blue Raspberry Flavour Dye Free 100mL

$9.49

Children’s Advil provides up to 8 hours of relief of children’s fever, and also relieves pain due to colds or flu, sore throat, immunization, and earache. Directions: If possible, use weight to dose; otherwise use age. Shake welland ensure that all the contents of the dosage cup are taken. Doses may be repeated every 6-8 hours […]

Gaviscon Double Action Chewable Tablets Mixed Berries – 24 Tablets

$8.37

What are Gaviscon Double Action Tablets? Gaviscon Double Action Tablets are a soothing treatment for heartburn, acid reflux, and indigestion. These tablets can be chewed and swallowed without needing a glass of water, so you can take them whenever and wherever you suffer with heartburn. If you’re looking for a treatment for heartburn and indigestion […]