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 “Treathay Fexofenadine 120mg – 30 Tablets”

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

More Products

Panadol Actifast Soluble Tablets – 24 Tablets

$7.48

Panadol Actifast Soluble Tablets
fast, effective pain relief
Can be used to relieve headaches, period pain, back and muscle pain and more. 

HOMEOCAN NO.3 CALCAREA SULFURICA 6X 500tabs

$10.96

OVERVIEW No.3 Calcarea Sulfurica, Tissue Salt of Detoxification Biochemical Mineral Salts of Dr. Schüssler Calcarea Sulfurica is recommended in the treatment prolonged suppurations (abscesses, irritating discharge, yellowish pus). It clarifies the lymph and improves the state of the blood. Adjuvants to homeopathy, Dr. Schüssler Biochemical Mineral Salts are a set of 12 mineral salts diluted and […]

AOR VITAMIN C 1000mg 300vcaps

$39.47

Vitamin C is a factor in the normal development and maintenance of bones, cartilage, teeth, and gums. Ascorbic acid is also an excellent antioxidant. Benefits: Supports healthy immunity, bones, joints, blood vessels, skin and more Humans cannot make their own vitamin C Only species that cannot make their own vitamin C develop atherosclerosis Supplement Facts […]

FERAMAX PD 150MG 100VCAPS

$57.61

Feramax, Feramax PD, 150mg, 100 Capsules Compared with conventional oral iron supplements, FeraMAX® 150 delivers the highest dose of iron with 150 mg of elemental iron per capsule, making it the optimal dose for once-daily dosing. FeraMAX® is well tolerated: The British Columbia guidelines on iron deficiency suggest that FeraMAX® is better tolerated than iron […]

Jamieson Vitamin B12 2500mcg Fast Dissolving 60 Sublingual Tablets

$15.31

Faster acting, naturally energizing. Directions (Adults): Dissolve 1 tablet daily on or under tongue. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B12 (Methylcobalamin) – 2500mcg Also contains: Cellulose, calcium silicate, sodium sulfate, crospovidone, natural cherry flavour, vegetable magnesium stearate, silica, mannitol, stevia. Warning: Consult a health care practitioner prior to use if you are pregnant or […]

Buscopan IBS Relief – 40 Tablets

$15.38

What are Buscopan IBS Relief Tablets? Buscopan IBS Relief tablets help to ease symptoms of Irritable Bowel Syndrome, such as stomach cramps and discomfort. Take just one tablet three times a day to ease your discomfort during flare-ups, helping you to feel more comfortable.   What is Irritable Bowel Syndrome (IBS)? Irritable Bowel Syndrome, also […]