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 “Loratadine 10mg – 180 Tablets”

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

More Products

Children’s Advil Dye Free Bubble Gum Flavour 100mL

$10.59

Children’s Advil provides up to 8 hours of relief of children’s fever, and also relieves pain due to colds or flu, sore throat, immunization, and earache. Directions: If possible, use weight to dose; otherwise use age. Shake well and ensure that all the contents of the dosage cup are taken. Doses may be repeated every 6-8 […]

Reactine Fast Melt Junior 24 Tablets

$21.18

Runny Nose; Sneezing; Itchy, Watery Eyes; Allergic Skin Itch Dosage Directions: Do not exceed recommended dosage.Children 6 years of age and older: One tablet every 24 hours, anytime of day. Caution: Do not use if your child is allergic to any of the ingredients. If your child has liver or kidney disease, talk to your doctor […]

METAGENICS ESTROVERA 90tabs

$84.03

Description Estrovera’s key ingredient, ERr731, has been used safely and effectively for over 20 years and is supported by clinical studies. Estrovera provides relief for multiple menopausal symptoms, including hot flashes, sleep disturbances, mood swings, irritability, anxiety, and sexual problems. Directions Adults: Take one (1) tablet with food and a glass of water once daily at […]

Buckley’s Complete Extra-Strength Cough, Cold & Flu Day 40 Caplets

$12.41

Get extra strong symptom relief of headache, aches and pains, fever and chills, sore throat pain, dry cough, and sinus and nasal congestion. Directions: Adults and Children 12 years and over: Take 2 caplets every 4-6 hours as required. Do not exceed 8 caplets per day.Children under 12: Do not use. Active Ingredients:Each caplet contains: 30 […]

Benadryl Total Allergy & Sinus 30 Tablets

$14.61

Fast, effective symptom relief:Allergies: Sneezing; Runny Nose; Itchy, Watery Eyes.Sinus & Pain: Nasal Congestion; Sinus Congestion; Sinus Pain; Sinus Headache. Dosage:Adult Use Only (12 years and older): 2 caplets every 6 hours while symptoms persist. Do not exceed 8 caplets in 24 hours. Caution: Keep out of reach of children. This package contains enough drug […]

BOIRON DAPIS GEL 40g

$10.41

Homeopathic medicine used to alleviate pain, to relieve itching, hives and to promote healing of insect bites. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Direction Adults and children: Apply on affected area, as soon as possible and as often as needed. Gently massage the skin. Caution: Do […]