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 “Treathay Fexofenadine 120mg – 30 Tablets”

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

More Products

Anbesol Teething Gel – 10g

$4.72

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

Floradix Liquid Iron – 500ml

$24.73

Buy Floradix Liquid Iron  Floradix Liquid Iron is a supplement that increases iron absorption, helping to reduce tiredness.  It is formulated with vitamins B2, B6, B12, and C, which help reduce tiredness and fatigue and maintain a normal energy-yielding metabolism. The supplement also helps form red blood cells and haemoglobin.  The liquid is easy to […]

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

Option+ Ginger Anti-Nauseant Tablets 30 Tablets

$6.20

Indications: Helps prevent nausea and vomiting associated with motion sickness, and/or seasickness.  Dosage: Adults 18 years and older, children 6 to 11 years and adolescents 12 to 17 years: Take 1 or 2 tablets 1 to 3 times per day. For anti-nausea use, take up to 4 tablets per day. Take a single dose 30 […]

Hibiwash Antimicrobial Skin Cleanser – 250ml (Was Hibiscrub)

$10.80

Buy Hibiwash Antimicrobial Skin Cleanser Hibiwash is a fast-acting antimicrobial cleanser that bonds to and cares for skin while killing bacteria. This product has been dermatologically tested and is without colour or fragrance, meaning that it’s gentle on the skin, even when used daily. The cleanser gives you a protective layer that continues to kill […]

NEW ROOTS VITAMIN D3 2500IU 15ml

$8.37$9.84

Helps to prevent vitamin D deficiency When combined with sufficient calcium, a healthy diet, and regular exercise, may reduce the risk of developing osteoporosis Convenient liquid drops Each drop of Extra Strength Vitamin D3 contains 2,500 IU With each drop of Extra Strength Vitamin D3, you get the equivalent of 2,500 IU of this critical vitamin for bone health. Equipped […]