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 “Sudafed Decongestant Liquid – 100ml”

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

More Products

Orlistat 120mg Capsules for Weight Loss

$45.42

Treatment for weight loss
Generic alternative of Xenical
Just 1 tablet 3 times a day
Always read the patient information leaflet before use

BOIRON CINCHONA OFFICINALIS 30CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Flexitol Anti-Fungal Liquid 30mL

$10.93

For the treatment of fungus. With Urea, Aloe Vera & Vitamin E. Flexitol Anti-Fungal Liquid kills Athlete’s Foot fungus and is used for the treatment of Ringworm. It also provides relief from itching, scaling, cracking, burning, redness, soreness, irritation and discomfort which may accompany these conditions. Directions: Clean affected area with soap and warm water […]

Calpol Sugar Free Infant Suspension Strawberry – 200ml

$9.62

Contains 200ml of Calpol Infant Suspension
Strawberry flavoured and sugar free
Helps to relieve headaches and symptoms of cold and flu
Read patient information leaflet here

Tylenol Extra Strength Caplets

$6.20

Tylenol acetaminophen acts quickly to provide effective relief of headache, tension headache, mild to moderate migraine pain; pain of mild to moderate arthritis, minor muscle sprains and strains, menstrual cramps; aches and pains due to cold and flu, and is unlike to cause stomach upset. Dosage: Adult use only (12 years and older): Take 1 […]

Cystoplus Sodium Citrate Powder 6 Sachets

$18.99

Recommended use or purpose: Symptomatic relief of burning pain and stinging associated with cystitis in adult women.Recommended dose: Adult women: Take one sachet 3 times per day for 2 days.Directions for use: Drink one sachet dissolved into a glass of water. Stir well until granules have dissolved to make a sparkling drink. Take all six […]