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

PLATINUM NATURALS ACTIV-X FOR WOMEN 120sg

$70.87

Elite athlete, weekend warrior, or just on the go? Whether you train for competition or enjoy playing hard and achieving more, you need every advantage to push your body and mind to new limits. activ-X for women is scientifically developed for performance. You’ll feel the increased energy as you train harder, maximize endurance and experience […]

Nivea Gentle Eye Make-Up Remover 125ml

$9.49

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Ovesse 1mg/g Vaginal Cream – 15g Tube + Applicator

$25.14

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

Olay Complete Daily Moisturizing Lotion with SPF 15 120ml

$13.87

Active Ingredients:
Octisalate 4.5%, Homosalate 4%, Avobenzone 3%, Octrocrylene 2.6%

DayQuil Cold & Flu 236mL

$12.03

Multi-Symptom ReliefPain Reliever; Fever Reducer; Dry Cough Suppressant; Nasal Decongestant. Directions for use: Adult use only: Use tablespoon (tbsp) or dose cup. Adults (12 years and over): 2 tbsp (30mL). Children under 12 years: Do not use. Repeat every 4 hours. Do not exceed 6 doses per day or as directed by a doctor.  Warnings: […]