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 “Covonia Night Time Formula – 150ml”

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

More Products

Savlon Antiseptic Cream – 30g

$3.10

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. This 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 […]

Becodefence Allergy Defence Kids Nasal Spray – 20ml

$6.64

What is Becodefence Kids Nasal Spray? Becodefence Kids Nasal Spray provides fast and effective defence against hay fever allergy symptoms. The spray gets to work 5 times faster than traditional hay fever tablets. It helps to stop the allergic reaction as soon as the initial symptoms start., so you can enjoy the great outdoors without […]

Pond’s Dry Skin Cream 190ml

$10.22

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

ENEREX SERRAPEPTASE 120,000 SU 60vcap

$22.28

Proteolytic enzyme used to combat inflammatory disorders. Protein and fibrin dissolving properties provide multifaceted therapeutic benefits that are useful in the management of pain and inflammation. Undisturbed whole cell culture, sustainably delivered in a vegan and phthalate-free delayed-release capsule for long-lasting results. Benefits• Expedite natural process of healing• Supports breakdown of inflammatory molecules• Helps with the […]

Alli Weight Loss Capsules 60mg – 84 Capsules

$67.60

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

MEDIHERB GYMNEMA 60tabs

$31.35

MEDIHERB GYMNEMA 60tabs Description Helps support healthy blood glucose levels Standardized to contain 25% gymnemic acids Traditionally used in Ayurvedic medicine for metabolic support Advice to use Adults: Take 1 tablet once daily or as directed by your healthcare practitioner. Ingredients Medicinal Ingredients (per tablet): Gymnema leaf extract 10:1 (Gymnema sylvestre) – 400 mg(Standardized to […]