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 – 24 Soluble Tablets”

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

More Products

METAGENICS ULTRA FLORA CONTROL 30caps (F)

$49.22

Metagenics UltraFlora Control  is designed to help support body weight regulation by delivering targeted probiotic support as Bifidobacterium lactis B-420™ which has been shown to help control body fat and body weight. Why UltraFlora Control? Clinical Research ln a six-month clinical study of overweight individuals, those taking Bifidobacterium lactis 8-420′” showed reduced food intake of about […]

Complan Shake Strawberry Flavour Sachets – 16 x 57g

$18.05

Please note, packaging may vary on this product. What are Complan Shakes? Complan Shakes are a high energy nutritional supplement for those who struggle to meet their nutritional needs with their regular diet. They’re gluten free and can be made up quickly and easily using water or milk. Complan Shakes are available in 5 delicious […]

LAVERA MEN CALMING AFTER SHAVE BALM 50ml

$12.41

The skin-care formula of the After Shave Balm combines the functions of an aftershave and a moisturiser. It provides freshness and a cool feeling while at the same time preventing irritations. The two main ingredients, organic aloe vera and organic bamboo, restore moisture to the skin. Bisabolol and organic liquorice extracts, together with green tea […]

Dexcom ONE Sensor – 30 Days

$98.03

Please note that the manufacturer is unable to replace sensors that have been purchased for use on animals; this is because they are not licensed for this use. Buy Dexcom ONE Sensor  The Dexcom ONE sensor measures glucose levels just beneath the skin. Each sensor comes with an auto-applicator to make the insertion process quick […]

Minadex Multivitamin Liquid – 150ml

$9.22

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

WHOLE EARTH AND SEA VITAMIN D3 1000IU VEGAN BIOENHANCED 90vcaps

$13.80

WHOLE EARTH & SEA VITAMIN D₃ 1,000 IU – 90 Vcaps Description Vegan-friendly vitamin D₃ derived from lichen, delivering 1,000 IU per convenient capsule. Supports bone strength, immune system resilience, and overall well-being—especially in low-sunlight areas. Bioenhanced formulation with added vitamin K₂ for improved calcium absorption and vascular health. Advice to use Adults: Take 1 vcapsule daily with food […]