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

NeoCitran Cold & Sinus Extra Strength Nighttime 10 Single Dose Pouches

$13.15

Indications: For temporary relief of the following cold & flu symptoms: sore throat pain, headache, minor body aches and pain, fever and chills, sinus and nasal congestion, runny nose, sneezing, itchy/watery eyes. Directions: Adults and children 12 years and over: Dissolve the contents of 1 pouch into 225mL (one cup) of boiling water. may be […]

Seven Seas JointCare Max Duo – 60 Tablets

$36.50

What is Seven Seas, JointCare Max? Seven Seas JointCare supports the formation of collagen and the maintenance of normal bones and muscle function. It has been formulated to give you the highest strength of Glucosamine available in any Seven Seas product combined with Omega-3, Collagen, Vitamin C & D to help support your joints.   […]

Lube Life Water-Based Strawberry Flavoured Lubricant, Personal Lube for Men, Women and Couples, Made Without Added Sugar, 8 Fl Oz (240 mL)

$12.41

SWEET AND SUCCULENT STRAWBERRY: A taste you won’t forget. Like a strawberry picked fresh from the vine, this lubricant is packed full of flavour, without any added sugar. TOY FRIENDLY, CONDOM COMPATIBLE: #LubeLife provides a safe experience and is compatible with most toy materials and natural rubber latex, polyisoprene, and polyurethane condoms. NON-STAINING, EASY TO […]

Astroglide Water Based Lube (148 mL), Personal Liquid Lubricant, Sex Lube for Long-Lasting Pleasure for Men, Women and Couples

$10.52

PREMIUM LUBE – Water-based and toy-friendly personal lubricant enhances the comfort and ease of intimate activity and allows for easy clean-up GREASE-FREE LUBE – Long-lasting, extra slick lube is not made with Parabens.Phthalate-Free BEST PERSONAL LUBRICANT FOR COUPLES & SOLO – Designed to mimic natural body fluids; moisture helps to temporarily relieve vaginal dryness CONDOM […]

Claritin Allergy Rapid Dissolve Mint Flavour 10 Tablets

$11.31

Fast Relief from indoor and outdoor allergy symptoms: Itchy, watery, red, burning eyes; Sneezing, runny nose; Itchy nose; Skin itch, hives.Claritin is a fast and long-lasting antihistamine that is clinically proven to provide effective relief from allergy symptoms caused by pollen, trees, grass, ragweed, dust, pets, and moulds without causing drowsiness, so you can stay […]

CANPREV SLIM-PRO FORMULA 90vcaps

$30.75

OVERVIEW Slim-Pro Formula helps support healthy blood sugar metabolism and aids in weight management when used along with a program of reduced intake of dietary calories and increased physical activity. Managing weight can be a constant balancing act: you cut back on food and increase exercise hoping to land somewhere in the middle. But that’s […]