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

Emergen-C Effervescent Powder 30 Packets

$14.97

1000mg Vitamin CSuper Orange Immunity – Supports your immune system to help you feel your best.Metabolism – B vitamins to help the body’s ability to metabolize nutrients.Electrolytes – Contains key electrolytes lost through perspiration. Directions (Adults): Take 1 packet 1 time per day. Place contents of packet in glass, add 120-180mL of water and stir. […]

PLATINUM NATURALS EASYMULTI TEEN YOUNG WOMEN 60sg

$26.30

Easymulti® Teen for Young Women Teens often skip meals or eat fast food, and their diet often lacks crucial vitamins and minerals. Easymulti Teen provides the nutrients that teenage girls need for overall health, clear skin, strong teeth and bones, better eyesight, as well as improved mood, concentration and energy. Designed to fill nutrition gaps […]

BOIRON OPTIQUE 1 30doses

$13.99

Description Optique 1 helps relieve the symptoms of eyestrain caused by screens. Hours spent in front of screens cause eye strain, also known as computer vision syndrome and digital eye strain by optometrists. Optique 1 relieves eye irritation due to sustained visual effort. Benefits: Relieve eye strain Helps with minor eye irritation Suitable for Use […]

NATURE’S WAY WILD YAM 100caps

$13.88

Nature’s Way Wild Yam Root is traditionally used in herbal medicine as an antispasmodic to relieve abdominal and menstrual pain. Nature’s Way Wild Yam Root is Vegetarian, TRU-ID certified and non-GMO Project verified.

Cepacol Sensations Sore Throat & Blocked Nose 16 Lozenges

$5.46

Fast and effective temporary relief for sore throats.Antibacterial action.Helps clear nasal passages. Directions: Dissolve 1 lozenge slowly in the mouth every 2 to 3 hours. Maximum 10 daily. Cepacol Sensations Lozenges are suitable for adults and children. For children under 6, consult a doctor. Keep out of reach of children. Warning: If you are allergic […]