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 – 3 Pack”

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

More Products

HOMEOCAN HERPES CREAM 50g

$10.22

Soothing relief from cold sores, shingles, herpes and blisters. Contains Hypericum, Gelsemium and Rhus toxicodendron. Hypericum is used to relieve eczema of the hands and the face, intense itching and eruptions that seems to be under the skin. Also relieves shingles. Gelsemium helps relieve hot, dry eruptions resembling the measles. Rhus toxicodendron relieves intense itching […]

Option+ Cotton Swabs 200 Flexible Hygienic Cotton Swabs

$2.91

100% Cotton Extra soft to clean gently the outer surface of the ear, around the eyes, the nostrils and belly button. Used for: baby care, beauty care, health care. Warning: Use only as directed. Inserting in the ear canal may cause severe injury. Keep out of the reach of small children.

Numark Clear Plasters – 24 Pack

$1.34

What are Clear Plasters? High quality, clear plasters are ideal for protecting minor wounds and cuts. Their washproof and breathable properties ensure protection against dirt whilst aiding the healing process. How should clear plasters be used? Apply over minor wounds and cuts. Wash the wound and let air dry or gently pat dry before applying […]

Option+ Extra Strength Head Cold and Sinus 24 Caplets

$8.40

Contains Acetaminophen and Pseudoephedrine Hydrochloride Tablets USP. Non-Drowsy Relieves headache, sinus pain and pressure, nasal congestion Warnings: Allergy alert: acetaminophen may cause serious skin reactions. Symptoms may include: skin reddening, blisters, rash. If any of the above noted symptoms occur, stop use and seek medical help right away. Liver Warning: acetaminophen may cause sever or possibly […]

Gaviscon Advance Mint – 60 Chewable Tablets

$12.64

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

Children’s Tylenol Fever & Sore Throat Pain Dye Free Cherry Flavour 100mL

$9.13

For fast, effective relief of fever, sore throat pain, chills, aches and pains due to colds or flu. Dosage: Shake well before use. For accurate dosing, follow instructions carefully. Find the right dose on the chart. If possible, dose by weight, otherwise use age.Remove cap and squeeze dose into dosing cup. The enclosed measuring cup has been […]