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

FINLANDIA MELATONIN 10mg 50ml

$11.68

  Product info: Melatonin is a hormone manufactured from serotonin (our feel good hormone) and secreted by the pineal gland in our brain. The human body is governed by an internal clock that signals the release of many hormones that regulate various body functions. Melatonin is well known for its ability to control our sleep-wake […]

Band-Aid Large Non-Stick Pads 10

$6.57

Hurt-free designClinically proven not to stick to woundsExtra thick and highly absorbent. Ideal for cuts, scrapes, burns and minor post-surgery recoveries. Latex free. Quick-Loc technology with an anti-leak core that instantly absorbs and pulls fluids away. Sterile unless individual wrapper is opened or damaged. In case of deep or puncture wounds, or serious burns, consult […]

Biotene Fluoride Toothpaste Fresh Mint – 100ml

$5.26

Buy Biotene Fluoride Toothpaste  Biotene Fluoride Toothpaste is the perfect toothpaste for anyone who is experiencing dry mouth.  The toothpaste is specially formulated to help minimise irritation and protect your teeth. It contains fluoride to help strengthen your teeth and protect you against cavities.  With a delightful fresh mint flavour, the toothpaste freshens your breath. […]

Nexium Control For Heartburn & Acid Reflux 20mg – 14 Tablets

$17.30

What are Nexium Control tablets? Nexium Control tablets contain esomeprazole to tackle the symptoms of heartburn and acid reflux, also known as indigestion. Esomeprazole is a type of medicine known as a proton pump inhibitor.  How should I take Nexium Control? The recommended dosage for Nexium Control is one tablet per day. Even if you […]

Lip Smacker Lippy Pal Lip Balm Unicorn

$4.00

Every member of the Lippy Pal Collection keeps your lips moisturized all day with authentic tasting flavors from Lip Smacker®. Unique packaging designs feature the adorable character in each lip balm, making it near impossible to resist a smile on your face when you apply it. Collect them all to keep your lips moisturized and […]

Refresh Lubricant Eye Drops 30 x 0.4mL Single-Use Containers

$14.94

Adult Dosage: Ensure unit-dose closure is intact before opening. Twist and pull tab to open unit-dose container. Apply 1 drop in the eye(s) as needed or as directed. If irritation persists or increase, discontinue use and consult your eye care professional. Keep out of reach of children. Note: Use immediately after opening. Do not store […]