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

Deep Relief Maximum Strength Heat Rub 100g

$9.49

Indications: Deep Relief Heat Rub provides strong relief fast, to temporarily soothe pain associated with muscle aches. The long lasting formula provides penetrating warming relief for tired, aching muscles. Greaseless and stainless. Directions: For adults and children 2 years of age and older. Apply to site of pain as needed, not more than 3 to 4 times […]

NATURAL FACTORS SUNVITAMIN D3 1000IU (25mcg)) 180tabs

$8.74

NATURAL FACTORS SUNVITAMIN D3 1000IU (25mcg)) 180tabs Vitamin D is the sunshine vitamin, which the body creates when skin is exposed to ultraviolet light. It is essential for immune function, calcium absorption, building and maintaining strong bones and teeth, and overall health. Many individuals lack sufficient vitamin D, and vitamin D supplementation is widely recommended […]

Paracetamol 500mg – 32 Capsules

$2.66

Contains 32 x 500mg Paracetamol Capsules
Quick and easy pain relief
Read patient information leaflet here

Voltaren Emulgel Muscle & Back No Mess Applicator 120g

$18.62

  Triple Effect: Relieves pain, reduces inflammation, speeds healing. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. Dosage: […]

Canesten ComforTab + External Cream 1% 10g 1 Treatment

$18.95

Relieves the external vaginal symptoms of itching, burning, and irritation associated with vaginal yeast infections. Use only in conjunction with Canesten Vaginal Inserts or Vaginal Creams. Directions: Squeeze a small amount of cream onto your finger and gently spread over the irritated area of the vulva. Use once or twice a day as needed for […]

Coloplast Atrac-Tain Cream 140mL

$18.98

For Extremely Dry Cracked Skin Moisturizing Cream with 10% Urea and 4 % AHA Uses: Attacks and retains moisture in the skin and helps clear away dry skin cells. Relieves extremely dry, scaly skin and heels. Use only as directed and avoid contact with eyes. Stop using if irritation develops. If irritation continues discontinue use […]