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

SISU ZINC CITRATE 90caps

$11.66

SISU ZINC CITRATE 90caps Description High-potency formula with 30 mg of zinc per capsule to support immune function and male reproductive health Promotes skin clarity and may be helpful for acne and other skin concerns Supports vision and eye health, particularly beneficial for age-related macular degeneration (AMD) when combined with antioxidants Advice to use Adults: […]

Lanacane Anti-Chafing Gel – 30g

$10.53

What is Lanacane Anti-Chafing Gel? Lanacane Anti-Chafing Gel is designed to prevent painful skin irritation caused by friction and prevent irritated areas from becoming even more painful. Its silky finish dries on contact and is non-greasy, non-staining and fragrance-free.  How to use this product Lanacane Anti-Chafing Gel can be used anywhere where repeated motion rubs your skin, such […]

Benylin Children’s 6+ Chesty Coughs – 125ml

$7.15

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

NATURAL FACTORS MSM JOINT FORMULA WITH GLUSOSAMINE & CHONDROITIN SULFATES 240caps

$28.44

Natural Factors MSM Joint Formula contains MSM, glucosamine, and chondroitin sulphate for triple action joint health support. Combining these top three joint support nutrients in one formula improves joint lubrication, fights inflammation, and helps repair cartilage. It works to relieve joint pain associated with osteoarthritis and protects against cartilage deterioration. Protects cartilage and connective tissue […]

Buckley’s Complete 24 Hour Convenience Pack 24 Caplets (18 Day & 6 Caplets)

$11.31

Day:Fast relief from: Mucus and phlegm; chest congestion; headache; minor aches and pains; fever and chills; sinus and nasal congestion; sore throat pain and cough.Night:Fast relief from: fever, aches & pains, headache, dry cough, sore throat, sinus & nasal congestion. Directions: Adults and children 12 years and over: Take 2 caplets every 4-6 hours as required. Do […]

CANPREV LIPOSOMAL VITAMIN C 1000 CITRUS VANILLA 1000mg 450ml

$38.35

CANPREV LIPOSOMAL VITAMIN C 1000 CITRUS VANILLA 1000mg 450ml What are liposomals? Liposomal supplements envelop your active ingredients in a bubble of phospholipids – the same stuff our cell walls are made from. Because of its unique biological properties, it’s an exciting new way to administer nutrients. Unlike other supplement forms, you don’t have to […]