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

NATURAL FACTORS SUPER STRENGTH BLUERICH BLUEBERRY CONCENTRATE 500mg 180sg

$28.63

NATURAL FACTORS SUPER STRENGTH BLUERICH BLUEBERRY CONCENTRATE 500mg 180sg Description • Provides a concentrated extract of whole blueberries (Vaccinium spp.)• Rich source of naturally occurring anthocyanins and polyphenol antioxidants• Helps protect cells against oxidative stress and free radical damage• Supports eye health and visual function Advice to Use • Use only as directed on the […]

FELTastic Hammer Toe Cushion

$10.58

PediFix Makes walking more comfortable Helps prevent blisters, corns and calluses Supports bent-under toes Washable & Reusable Medium Left Fits Womens Shoes Sizes 8-10 and Men’s shoe sizes 6-8  DIRECTIONSWith wide end pointing toward big toe and flat side facing floor, position cushion under little toes. Slip strap over the second, third or fourth toe. […]

IDEAL PROTEIN BLUEBERRY PANCAKE MIX – 1 BOX

$25.53

IDEAL PROTEIN BLUEBERRY PANCAKE MIX – 1 BOX Fluffy, Rich. How sweet it is. Made with real blueberries, this flavorful pancake is not only high protein but contains 3 grams of fiber to help get your day started off right! Ingredients  Wheat gluten protein, whey protein concentrate, egg powder [dried whole eggs and/or dried egg […]

Regaine For Men Extra Strength Scalp Foam – 73ml

$47.32

Contains 1 x 73ml can of Regaine For Men Extra Strength Scalp Foam, enough to last for a month.
Helps to prevent hair loss and promote hair regrowth.
Two quick and easy applications a day.

LMX4 Lidocaine 4% Cream – 30g – 3 Pack

$104.11

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

Regaine For Women Regular Strength – One Month Supply – 60ml

$27.03

Contains 1 x 60ml bottle of Regaine For Women Regular Strength, enough for one month.
Medically proven to treat thinning hair and female pattern hair loss.
Perfect for those worried about hair loss that runs in the family and seeking treatment.