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

St.Ives Soothing Oatmeal & Shea Butter Body Wash 650ml

$6.57

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

Sudafed Blocked Nose Nasal Spray – 15ml

$6.95

Buy Sudafed Blocked Nose Spray   Sudafed Blocked Nose Spray is a treatment that is designed to relieve congestion in your nose. The non-drowsy spray can provide you with relief that lasts for up to 10 hours.   How Sudafed Blocked Nose Spray works Sudafed Blocked Nose Spray contains the active ingredient xylometazoline. Xylometazoline is a […]

NATURAL FACTORS CHROMIUM PICOLINATE 250mcg 90tabs

$6.19

NATURAL FACTORS CHROMIUM PICOLINATE 250mcg 90tabs Description • Provides chromium in the picolinate form for enhanced absorption• Chromium is an essential trace mineral involved in carbohydrate and fat metabolism• Helps support normal blood sugar levels already within a healthy range• Contributes to insulin function and glucose utilization in the body• Commonly used as nutritional support […]

Nivea Protect & Care Shower Gel 500ml

$6.20

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

Anusol Plus Hemorrhoidal Suppositories with Anesthetic

$12.05

Fast, long-lasting relief. Helps reduce swelling, relieves itch, burning & irritation. Extra pain relief. Directions: Remove suppository from foil wrapper and insert one into rectum. Use one suppository in the morning, at bedtime, and after each bowel movement.  Keep out of reach of children. Store between 15°C and 30°C. Medicinal Ingredients: Each suppository contains 20mg Pramoxine Hydrochloride […]

Revlon Photoready Rose Glow Hydrating+Illuminating Primer

$14.60

Fresh and rosy—with or without makeup! Many benefits, one little bottle: Smoothes skin for foundation, deposits a rosy pearlescence; plus, it helps skin feel hydrated for up to 24 hours. Boost your radiance with pearlescent quartz You get a water-based hydration primer in an easy dropper bottle Our ultra-light, fast-absorbing formula helps foundation go on smoothly […]