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

Elastoplast Variety Pack Fabric + Plastic 80 Strips

$7.30

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Gaviscon Original Liquid Aniseed – 150ml

$6.51

What is Gaviscon Original Aniseed? Gaviscon Original Aniseed is a liquid heartburn relief medicine that is used to treat the symptoms of acid reflux including indigestion and acid regurgitation, which can occur after following meals or during pregnancy. Gaviscon Original Aniseed belongs to a group of medicines called reflux suppressants. Reflux suppressants work by forming […]

Blistex Lip Medex 7g

$5.47

Cold Sores/Fever Blisters: Lip Medex delivers noticeable and immediate cooling action to lips, temporarily providing fast relief from the hot, itching sensations that accompany cold sores and fever blisters. Severely Dry, Cracked Lips: Lip Medex provides a special hydrating formula that helps lips return to their natural moisture balance. Directions: Apply liberally and evenly to lips 3 […]

SALUS FLORADIX FORMULA 250ml

$26.25

SALUS FLORADIX FORMULA 250ml Best Selling organic Iron supplement for anyone concerned with iron deficiency. Floradix formula is a highly soluble Iron compound combined with B vitamins and vitamin C for maximum absorption. Easily digested and non-constipating, Floradix is enhanced with natural fruit juices and added digestive and iron-rich herbs. Ideal for those concerned with […]

FINLANDIA L-CARNITINE AND UBIQUINOL 60caps

$27.03

Product info: L-Carnitine + Ubiquinol contains Ubiquinol CoQ10 that is stabilized with a patented process to guarantee 100% Ubiquinol content. To the already powerful Ubiquinol CoQ10, Finlandia has added 500mg of L-Carnitine to make it a great supplement for cardiovascular health and energy levels.  Finlandia’s Ubiquinol is purchased from Kaneka, the world’s most recognized and […]