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 “Airomir Inhaler 100mcg – 200 Doses”

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

More Products

Advil Cold & Sinus Liqui-Gels

$12.05

Analgesic + DecongestantEffective relief of: Nasal Congestion; Sinus Pain; Headache; Fever. Directions: Adults and children over 12 to 65 years: Take 1 or 2 Advil Cold & Sinus Liqui-Gels every 4 to 6 hours as needed. Do not exceed 6 Advil & Sinus Liqui-Gels in 24 hours, unless directed by a physician. Do not use […]

Enfamil Nutramigen Powder 454g

$24.47

A hypoallergenic formula proven to manage colic due to cow’s milk protein allergy fast, often within 48 hours. Nutramigen is recommended most by pediatricians than any other hypoallergenic infant formula to manage infants with cow’s milk protein allergy. If your baby has an allergy to the cow’s milk protein in infant formula, Nutramigen has hypoallergenic proteins […]

CANPREV COLLAGEN FULL SPECTRUM PEPTIPLUS 250g

$37.49

CANPREV COLLAGEN FULL SPECTRUM PEPTIPLUS 250g CanPrev’s Collagen Full Spectrum features hydrolyzed Peptiplus® Bioactive Collagen PeptidesTM, a premium source of peptides designed to build up the body’s collagen stores in your joints, hair, skin, bones, ligaments and muscles. Derived from grass fed, pasture raised cows, free of antibiotics, hormones, and GMO ingredients – so you […]

Calpol SixPlus Sugar Free Suspension – 80ml

$5.34

Contains 80ml of Calpol Six Plus Suspension
Helps to ease pain and fever
Sugar free formula
Strawberry flavoured

Fixodent Plus Food Barrier Adhesive Cream – 40g

$4.94

Buy Fixodent Dual Protection Denture Adhesive Fixodent Dual Protection Denture Adhesive provides long-lasting comfort and security with a firm hold that lasts all day. It can be used for full and partial dentures, allowing you to enjoy your favourite foods without worrying about debris getting stuck.  Fixodent Dual Protection Denture Adhesive also has advanced antibacterial […]

Elastoplast Sensitive Hypoallergenic Assorted Shapes 40

$6.92

For covering and protection of minor, everyday wounds such as scratches, cuts and grazes.Soft and breathable materialSecure adhesionPainless to removeTested on easily irritated skin and on diabeticsNon-stick woundpad Directions: Clean wound and gently dry skin. Use each strip only once. Apply without stretching. Store in a cool dry place. The packaging of this product contains […]