$6.51

Treathay Fexofenadine 120mg – 30 Tablets

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

Numark A-Z Multivitamins & Minerals 50+ – 30 Tablets

$2.93

What are Numark A-Z Multivitamins 50+ tablets? Numark A-Z Multivitamins 50+ tablets are a daily food supplement designed with life over 50 in mind, supporting you every day wellbeing no matter what life brings. They’re vegetarian friendly, and free from sugar and yeast. These multivitamins contain no artificial colours, flavours, or preservatives.   Why would […]

Panadol Night Pain – 20 Tablets

$6.95

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

Option+ Folic Acid 1mg 100 Tablets

$6.19

Helps reduce the risk of neural tube defects Helps to reduce the risk of neural tube defects when taken daily at least three months prior to becoming pregnant and during early pregnancy. Helps to form red blood cells. Helps to maintain the body’s ability to metabolize nutrients. Medicinal Ingredient: Each Tablet Contains: Folic Acid 1 […]

GARDEN OF LIFE ALL IN ONE NUTRITIONAL SHAKE CHOCOLATE 1017g

$52.50

Raw Organic All-In-One is a delicious organic snack-on-the-go packed with incredible nutrition to support your busy lifestyle! This nutritional shake uniquely combines the goodness of multiple Garden of Life products in one, basically fitting the benefits of seven products in its one container! Raw Organic All-In-One delivers 20g of clean protein per scoop from 13 […]

Tylenol Regular Strength Caplets

$5.83

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

Ovesse 1mg/g Vaginal Cream – 15g Tube + Applicator

$25.14

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