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”

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

More Products

Plan B Emergency Contraceptive Pill | Shoppers Can Buy Online

$35.99$41.99

Prevent unplanned pregnancies with the Plan B Emergency morning after Contraceptive Pill. Safe, effective, and convenient, it’s your reliable secondary option when needed. Order Now

AQUAOMEGA OMEGA-3 5X ULTIMATE STRENGTH EPA LEMON 225ml

$51.04

AQUAOMEGA OMEGA-3 HIGH EPA LEMON 225ml EPA is the essential fatty acid responsible for reducing inflammation in the body. Our Omega-3 EPA formula is up to 5x more concentrated than the other leading brand of high EPA products on the market. Heart Health: The facts are hard to ignore – Omega-3s have a huge impact […]

Voltaren Emulgel Joint Pain 120g

$18.62

Specially developed for the relief of joint pain. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. Dosage: For […]

Avamys (Fluticasone) Nasal Spray

$17.03

Hay fever and allergy nasal spray
Contains the active ingredient fluticasone
1-2 sprays in each nostril once a day
Always read the patient information leaflet before use 

Dequadin Antibacterial-Antifungal Lozenges 16 Orange Lozenges

$5.11

A flavoured sucrose base lozenge providing temporary relief of sore throat. Instructions: Adults and children 2 years and older: Dissolve one lozenge slowly in the mouth. Repeat every two hours as needed.  If sore throat is severe or persists for more than 2 days, consult a physician. Contains: 0.25mg of the antibacterial-antifungal ingredient dequalinium chloride […]

HARMONY MENOPAUSE DAY & NIGHT 90tabs

$40.91

HARMONY MENOPAUSE DAY & NIGHT 90tabs Description Synergistic herbal blend traditionally used to relieve menopause symptoms and promote restful sleep Night formula includes high-dose Ziziphus jujube seed to support deep, undisturbed sleep and reduce night sweats Provides relief from hot flushes, sleeplessness, mild anxiety, and irritability Advice to use Take 2 DAY tablets in the […]