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

Corsodyl Dental Gel – 50g

$6.75

‘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 ROCKET T 90vcaps

$54.07

OVERVIEW Losing muscle mass? Experiencing reduced sex drive? Feeling like you have less energy than you used to? When your performance is impacted in these ways, you may be suffering from low testosterone. A testosterone deficiency can even impact your mood, behavior and decision-making. It’s safe to say testosterone is an undeniably important hormone. Testosterone […]

AOR MAG MALATE RENEW 793mg 120caps

$26.25

AOR MAG MALATE RENEW 793mg 120caps AOR Mag Malate Renew is magnesium malate. Magnesium helps maintain proper muscle function, metabolize carbohydrates, proteins and fats, and is a factor in the maintenance of good health. Benefits: A true chelate of magnesium and malic acid Reduces the symptoms of fibromyalgia and chronic fatigue syndrome Free of low quality […]

Metamucil Fibre Therapy Capsules

$23.00

3 in 1 Multihealth Fibre! Helps to temporarily suppress appetite when taken prior to a meal.Helps lower cholesterol levels to promote heart health.Promotes digestive health. Directions:For cholesterol lowering and heart health; and to support healthy blood sugar levels for adults only: 5 capsules with 240mL of liquid (swallow 1 capsule at a time and take […]

GARDEN OF LIFE SPORT ORGANIC PLANT-BASED PROTEIN VANILLA 806g

$52.50

SPORT Certified Grass Fed Whey For Garden of Life to launch an animal protein, the entire system had to be different from other “so-called grass fed” protein. We needed a holistic approach to our protein that started at the farm and traced every metric straight through to the tub. Although many whey protein products may […]

NORDIC NATURALS ULTIMATE OMEGA 2X LEMON 60sg

$68.54

Helps to support cardiovascular health, cognitive health, and brain function. Promotes healthy mood balance and helps to reduce serum triglyceride levels. High concentration triglyceride-form omega oil Ingredients: Each Softgel Contains: Fish Oil (from Anchovies & Sardines) 1250 mg EPA 562 mg DHA 438 mg   Non-medicinal Ingredients: soft gel capsule (gelatin, purified water, glycerin), natural lemon flavour, […]