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

Becodefence Allergy Defence Adult Nasal Spray – 20ml

$6.68

What is Becodefence Allergy Defence Adult Nasal Spray? Becodefence Allergy Defence Adult Nasal Spray helps to stop symptoms of hay fever when the first signs of allergic reaction show. It provides a quick and effective defence against allergy symptoms to allow you to enjoy the great outdoors without fear of hay fever spoiling your day. […]

Mentholatum Ibuprofen Gel – 50g

$6.75

What is Mentholatum Ibuprofen Gel? Mentholatum Ibuprofen Gel is a pain relief gel that helps to ease your muscular aches and pains. It can be used all over the body to ease pain, making it ideal for use on your legs, back, shoulders, and many other areas. Perfect for those who need quick pain relief […]

Olay Age Defying Soap with Vitamin E 4 Bars

$9.11

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

PURICA RECOVERY EXTRA STRENGTH 350g

$46.22

PURICA RECOVERY EXTRA STRENGTH 350g If you have pain, you will not want to waste time and money on remedies that promise, but don’t deliver. You will instead want a product that targets the root cause of pain, providing effective and sustained relief. By inhibiting cellular damage, curbing inflammation, relaxing tension and increasing the cells’ […]

GlucoRx Finepoint Needles 6mm 31g – Pack of 100

$9.45

Buy GlucoRx Finepoint Needles 6mm 31g – Pack of 100 GlucoRx Finepoint Needles 6mm 31g – Pack of 100 are needles that have been designed to provide you with a virtually pain-free experience when it comes to managing your diabetes. The needles are ideal for penetration. They will be able to provide you with accurate […]

Alpecin C1 Caffeine Shampoo – 250ml – 3 Pack

$27.71

Buy Alpecin C1 Caffeine Shampoo – 3 Pack Alpecin C1 Caffeine Shampoo – 3 Pack is the perfect solution to help fight hair loss and thinning. Designed with cutting edge research and formulated by hair care experts, this product is ideal for battling hair worries with its ability to stimulate healthy growth. The unique caffeine […]