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 “Adcal-D3 750mg/200IU – 112 Caplets”

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

More Products

Xylocaine 10mg Anaesthetic Spray – 50ml x 3

$60.68

Xylocaine 10mg Anaesthetic Spray contains an active ingredient called Lidocaine which is a local anaesthetic used to numb chosen areas – to relieve pain or discomfort. It can be used to numb your mouth during dental treatments and for other medical examinations and operations. The pain relief starts to take effect after 1-5 minutes of […]

JACKSON’S NATURALS MINERAL SALTS #9 SODIUM CHLORIDE 500pellets

$21.97

JACKSON’S NATURALS MINERAL SALTS #9 SODIUM CHLORIDE – 500 pellets Description Pure sodium chloride (table salt) mineral pellets formulated to support fluid balance, hydration, and general electrolyte health. Free from artificial fillers or additives—provides naturally sourced sodium chloride in convenient pellet form. Ideal for individuals seeking a simple, natural mineral supplement to complement dietary intake. Advice to use Take […]

Pantene Pro-V Volume Body Boosting Mousse 187g

$8.05

Boosts fine, flat hair.
Maximum fullness.

Lightweight foam lifts and volumizes to give fine, limp hair body, bounce and movement. Fights humidity to keep hair from falling flat.

    CANPREV MUSCLERESCUE PINEAPPLE 162g

    $51.25

      CanPrev’s MuscleRescue is an optimized formula powered by Reginator®, a proprietary blend featuring the most efficient ratio of essential amino acids (EAAs) needed for protein synthesis and muscle regeneration.  In order to repair and build new muscle, we need sufficient complete proteins. Complete proteins are foods that contain all 9 EAAs – histidine, isoleucine, […]

    Arm & Hammer Extra White Toothpaste – 125g

    $1.88

    Buy Arm & Hammer Extra White Toothpaste Arm & Hammer Extra White Toothpaste is the ultimate solution when it comes to unbeatable oral care. The toothpaste takes your oral care routine to the next level, leaving you with a sparkling, whiter smile and protecting you from oral health issues.  The toothpaste is formulated with baking […]

    Rennie Heartburn, Indigestion & Wind Relief – 24 Chewable Tablets

    $7.57

    Buy Rennie Heartburn, Indigestion & Wind Relief Chewable Tablets  Rennie chewable tablets provide quick relief from three common digestive problems at once. These easy-to-take tablets help with heartburn, indigestion, and trapped wind, getting you back to feeling normal fast.  How does Rennie work?  Rennie contains two antacids – calcium carbonate and magnesium carbonate – that […]