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

Live Clean Coconut Milk Moisturizing Shampoo 350mL

$7.65

Live Simple. Live Beautiful. Live Clean  Hydrates & Restores Moisture Balance Live Clean Moisturizing Coconut Milk Shampoo is made with luscious coconut milk from the tropics and apricot oil to gently cleanse hair while adding hydration and balance to hair. Our coconut milk shampoo features a hydrating, creamy formula enriched with milk and rice protein as well […]

SMART SOLUTIONS ESTROSMART 60caps

$23.74

Estrosmart supports the production of desirable estrogen metabolism, which helps maintain healthy estrogen-to-progesterone balance. Liver supportive herbs assist in the detoxification pathways necessary for optimum hormone balance. Age, health, genetics, lifestyle and environmental factors all influence the delicate interplay of our hormones. The nutrients found in Estrosmart help maintain a healthy estrogen-to-progesterone balance and provide […]

Tylenol Extra Strength Flu Daytime 20 EZTabs

$9.11

Nasal Congestion; Dry Cough; Fever; Aches & Pain Dosage: Adult Use Only (12 Years and Over): 1-2 tablets every 4 hours as needed. Do not exceed 8 tablets per day.  Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Use the smallest effective dose. Use only on the advice […]

Garnier Skin Active Micellar Water All in 1 Normal to Sensitive Skin 400ml

$12.04

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

Burt’s Bees Advanced Relief Lip Repair 9.92g

$8.02

Burt’s Bees® Advanced Lip Relief with Shea Butter and Echinacea to hydrate and replenish extremely dry lips. Instantly relieve and hydrate your severely dry lips with our Advanced Lip Relief balm. Our soothing formula will provide immediate relief and replenish your dry lips, while locking in moisture with some of nature’s most restorative ingredients. This […]

Batiste Instant Hair Refresh Dry Shampoo Blush 200mL

$10.22

Floral & Flirt Blush World’s #1 Dry Shampoo Brand  The essence of femininity, Blush is the floral, flirty way to turn heads. A few quick sprays instantly leaves hair feeling clean, fresh and full of body and texture. A fragrant bouquet of freesia, tuberose, and peony, is blended with orange peel and warm spices. A […]