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 “Gaviscon Infant – 30 Sachets – 6 Pack”

Your email address will not be published. Required fields are marked *

More Products

Helixia Cough Prospan Syrup 100mL

$9.13

Relieves coughLoosens mucus & phlegm Shake well before use.Do not exceed the recommended daily dose. Dosage: Adults and adolescents 12 years & older: Take 5mL (1tsp.) 3 times daily for at least 1 week.Consult a healthcare professional for use beyond 4 weeks.Keep out of reach of children. Warnings: Do not use if you are allergic to ivy, […]

Dove Men+Care Elements Body + Face Wash 400mL

$6.92

Developed specifically for men’s skin.

Micro Moisture
Activates on skin, clinically proven to fight skin dryness.
With a cooling agent
Easy to rinse
A fresh, clean feeling
Dermatologist Recommended Brand

CANPREV MAGNESIUM THREONATE 120vcap

$24.06

CANPREV MAGNESIUM THREONATE 120vcap Magnesium is essential in over 800 different enzymatic functions in our body. It’s found throughout the body in our bones, hearts, muscles, and nerves, and works away inside every one of our cells. Its responsibilities include synthesizing DNA, RNA, and proteins, maintaining muscle function, creating cellular energy, and ensuring proper nerve […]

CANPREV ZINC BISGLYCINATE 25 25mg 120vcap

$14.58

CanPrev’s Zinc Bis-Glycinate 25 is the preferred form of zinc due to its superior absorption and gentleness. Daily intake is important, as we excrete what we don’t use or absorb. The mineral zinc plays an important role in several bodily functions including proper wound healing, taste, vision, cognitive health, immunity, blood sugar support, and normal […]

Advil 12 Hour 600mg Extended Release Tablets

$11.32

Indications: For fast and effective relief of aches and pains that usually last longer than 6 hours. Advil 12 Hour relieves pain from inflammation associated with arthritis or physical overexertion, minor aches and pain associated with muscles, joints, backache and relief of menstrual pain. Advil 12 Hour provides long lasting pain relief, up to 12 hours. Directions: […]

Microlet Coloured Lancets 100

$7.29

100 Silicone-Coated Lancets Simple, Smooth TestingUse with Microlet branded lancing devices. Do not reuse. Loosen the round protective cap on a lancet by rotating the cap 1/4 turn, but do not remove the cap.Insert the lancet firmly into the lancing device until the lancet comes to a complete stop.Twist off the round protective lancet cap. […]