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

Children’s Advil Dye Free Berry Flavour 100mL

$8.76

Children’s Advil provides up to 8 hours of relief of children’s fever, and also relieves pain due to colds or flu, sore throat, immunization, and earache. Directions: If possible, use weight to dose; otherwise use age. Shake welland ensure that all the contents of the dosage cup are taken. Doses may be repeated every 6-8 hours […]

Optrex Allergy 2% w/v Eye Drops – 10ml – 3 Pack

$26.62

Optrex Allergy Eye Drops offer a fast and effective relief from the effects of hay fever and other allergies, such as pet, or dust mite allergies. It helps by treating the problem in the eyes; redness, itching, and watering.

Kamagra Oral Jelly Mixed Fruits 50 gel box

$90.00$95.00

Kamagra Oral Jelly 
Flavour Mix Fruits
Snap Pack 50x5g
Potency products for male erectile dysfunction  
Active Ingredient – Sildenafil Citrate 100mg 
 

THORNE VITAMIN C WITH FLAVONOIDS 90caps

$21.43

THORNE VITAMIN C WITH FLAVONOIDS 90caps Description Combines vitamin C with citrus bioflavonoids to enhance antioxidant effects and immune support Supports collagen production for healthy skin, joints, and tissue repair Promotes detoxification and helps defend against oxidative stress and environmental toxins Advice to use Adults: Take 1 capsule daily or as recommended by your health […]

Nurofen For Children Cold, Pain & Fever Strawberry – 100ml

$5.61

What is Nurofen for Children Cold, Pain and Fever? Nurofen for Children Cold, Pain, and Fever is a liquid medicine to ease symptoms of cold and flu in children aged 3 months and over. This medicine helps to ease pain, reduce inflammation, and bring down a high fever, perfect for when your little one has […]

A.VOGEL MENOFORCE 30tabs

$22.50

A.VOGEL PROSTATE 1  60 caps Description Herbal supplement combining botanicals traditionally used to support prostate health and urinary comfort. Promotes healthy urinary flow, reduce inconvenience associated with mild prostate enlargement. Synergistic formula designed for daily prostate maintenance in men. Advice to use Adults: Take 1 capsule daily with food or water. For best results, use consistently or as […]