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

AOR L-GLUTAMINE POWDER 450g

$39.38

AOR L-GLUTAMINE POWDER 450g L-Glutamine helps support immune and digestive system health after periods of physical stress.L-Glutaminealso helps to assist in muscle cell repair after exercise. Benefits: Control stress levels and boost immunity A conditionally essential amino acid Vital in stress and illness Preserves protein synthesis, nitrogen balance and immunity Supplement Facts Serving Size: 5 […]

Dove Men + Care 2in1 Fresh Clean 355ml

$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

Aussie Miracle Volume Shampoo 360ml

$5.47

Flat hair in need of a miraculous boost? We’ve got you covered! Our miracle Volume Shampoo gives big body volume to your hair while setting it up for more va-va-voom style. To Experience our little miracle: work this product into wet hair, indulge the yummy fragrance and rinse out thoroughly  Yay! Kakadu Plum & Bamboo […]

Zirtek Allergy Solution – 200ml

$22.74

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

After Bite The Itch Eraser Gel 20g

$6.57

Stop the itch! After Bite make it easy too instantly stop the itch or sting wherever you are … a hike, the beach, or in your backyard. Don’t let the insect bites ruin your family fun! Instant Relief. be ready for Mosquitoes, biting insects, Bees & Wasp, and other insects.  Drug Facts: First aid for […]

SKYN Elite Condoms – 22 Count – Ultra-Thin, Lubricated Latex-Free Condoms

$11.50$13.86

The next level SKYN condom: Designed for an exceptionally sensitive and sensual feeling, these ultra-thin condoms are 15% thinner than our standard non-latex condom Ultra-soft and extra sensitive: This latex-free condom is made from SKYNFEEL technology, a revolutionary polyisoprene material that’s so soft and comfortable, it almost feels like wearing nothing Highest-quality standards: SKYN condoms […]