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

BOTANICA PERFECT PROTEIN CHOCOLATE 840g

$56.88

  OVERVIEW Botanica Perfect Protein is a fermented and sprouted complete plant protein blend packed with naturally occurring vitamins, minerals, antioxidants, healthy fats and fibre.* All in light chocolate taste so it’s easy to digest and absorb.* Crafted in small batches with just a few simple organic, fair trade ingredients.* So good there’s no added […]

Benadryl Allergy Relief Plus Decongestant Capsules – 12 Capsules

$8.42

Do you need Benadryl Allergy Relief Plus Decongestant to ease allergy symptoms & a blocked nose? Chemist4U has allergy relief available with speedy delivery

Ibuprofen 400mg – 84 Tablets

$9.35

‘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’ […]

Boost High Protein 6x237mL Bottles

$13.85

Complete Nutrition15g of Protein26 Vitamins & MineralsCalcium & Vitamin DNo Added Colour.  Gluten FreeLess than 0.5g lactose per serving. Nutrition Information (per 237mL) Energy 240 Cal Biotin 0.04mg Energy 1000kJ Choline 55mg Protein 15g Calcium 34% Carbohydrate 32g Phosphorus 27%     Sugars 15g Magnesium 36% Fat 6g Iron 32%     Polyunsaturates 1.2g Zinc 44%   […]

Reactine Complete Sinus + Allergy 30 Extended Release Tablets

$24.11

Fast relief of sinus + allergy symptomsSinus Congestion; Stuffiness; Nasal Congestion; Sneezing; Itchy, Watery Eyes; Runny Nose Dosage Directions: The tablets should be swallowed with liquid and should not be divided, chewed or crushed. May be taken with or without food. Do not exceed recommended dosage. Prolonged usage as directed by a doctor.Adults and Children […]

Voltaren Emulgel Joint Pain 120g

$18.62

Specially developed for the relief of joint pain. 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: For […]