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

NATURAL FACTORS COENZYME Q10 100mg 60sg

$13.78

Feature summary Acting as a catalyst for energy production, coenzyme Q10 increases energy at a cellular level. It is known to support heart health and overall cellular vigour. CoQ10 levels diminish with age and supplementation can help restore energy, vitality. Coenzyme Q10 (also called CoQ10 or ubiquinone) is also involved in maintaining normal heart function, […]

Savlon Antiseptic Cream – 15g

$2.69

What is Savlon Antiseptic Cream? Savlon Antiseptic Cream can help to prevent infection, provide relief and aid the natural healing of minor wounds, burns and skin reactions. It’s caring formula helps to cleanse cuts, grazes and minor wounds to prevent infection. It can also be used as a first aid treatment for superficial burns and […]

Neutrogena Deep Clean Cream Cleanser 200ml

$10.95

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

NATURAL FACTORS COENZYME Q10 200mg 60sg

$27.34

A vitamin-like essential nutrient, coenzyme Q10 facilitates energy delivery to metabolic processes in the body. Due to its role in ATP synthesis, CoQ10 affects the function of all cells in the body, making it essential for health of all tissues and organs. It is known to have a beneficial impact on immune performance, cardiovascular performance, […]

Jamieson Melatonin 10mg 60 Bi-Layer Caplets

$14.61

Helps improve sleep quality. Directions: Adults: Take 1 caplet daily at or before bedtime. Do not drive or use machinery for 5 hours after taking melatonin. Consult a health care practitioner for use beyond 1 month. Store between 15°C and 25°C, away from children. Each tablet contains:Melatonin – 10mg Also contains: Cellulose, dicalcium phosphate, water-soluble cellulose, vegetable stearic […]

PRAIRIE NATURALS VITAMIN B12 1000mcg 90tabs (SUBLINGUAL)

$15.67

PRAIRIE NATURALS VITAMIN B12 1000mcg Vitamin B12 plays an important role in the formation of red blood cells, the help of anemia and immune system regulation.* Methylcobalamin is the active form of vitamin B12 that acts as a co-factor for methionine synthase in the conversion of homocysteine to methionine, thus lowering blood levels of homocysteine.* […]