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 “Paracetamol 500mg – 10 Suppositories”

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

More Products

Becodefence Allergy Defence Plus Nasal Spray – 20ml – 3 Pack

$51.51

What is Becodefence Plus Allergy Spray? Becodefence Plus provides 2 in 1 defence against allergy symptoms by preventing them from developing and reducing sensitivity to allergens. The formula is fast and effective, as it gets to work in just 3 minutes, which is 5 times faster than traditional hay fever tablets. Becodefence Plus can be […]

Jamieson Cod Liver Oil 100 Softgels

$10.95

Omega-3, Vitamin A&D Immune Support. Directions (Adults): Take one softgel twice daily. Store between 15°C and 25°C, away from children. Each tablet contains:Cod Liver Oil (Gadus morhua) – 300mg     Providing:          Omega-3 fatty acids:               Eicosapentaenoic acid (EPA) – 27mg              […]

Bausch & Lomb Sensitive Eyes Saline Plus 355mL

$5.84

Sensitive Eyes Saline Plus Solution is an advanced, gentle, pH-balanced formula which contains potassium, an ingredient found in your own tears! For use as a rinse with all disinfecting regimens.  Important: Sensitive Eyes Saline Plus Solution is not a disinfecting or neutralizing solution. Peroxide disinfectants require neutralization prior to insertion of contact lenses.Store at room temperature. Keep […]

Jamieson Vitamin C 500mg 100+20 Caplets

$10.58

Supports a healthy immune system. Directions (Adults): Take 1-4 caplets daily. Store between 15°C and 25°C, away from children. Each tablet contains:Vitamin C (Ascorbic acid) – 500mgSupporting botanical blend – 3mgDerived from rutin (Dimorphandra mollis, pod), hesperidin (citrus sinensis, fruit), citrus bioflavonoids (citrus limon, rind), acerola cherry (4:1) extract (Malpighia glabra, fruit) equivalent to 2.48mg raw […]

Numark Fexofenadine Tablets 120mg – 30 Tablets

$8.68

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

CANPREV MENO CHILL FAST-ACTING FOR WOMEN 60vcaps

$33.61

Meno Chill 60 v-caps Menopause signals the end of menstruation and occurs when reproductive hormones like estrogen, progesterone, testosterone, follicle-stimulating hormone (FSH) and luteinizing hormone (LH) decline in production. If your daily activities and sleep are being interrupted by uncomfortable symptoms like hot flashes, night sweats, insomnia, fatigue and vaginal dryness, CanPrev’s Meno Chill might […]