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

Clarinaze Allergy Control Nasal Spray 0.05% – 140 Sprays

$17.30

Do you need Clarinaze Nasal Spray to soothe your hay fever and allergy symptoms? Chemist4U has a wide range of hay fever remedies available with free delivery over £30

Unifine Pentips Plus 4mm 32g 100 Count

$25.57

Pen needles with built in remover, with safety-click technology.  Diamond Point Technology Sharpened to perfection for lower penetration force How To Use: Remove the protective seal and push the pen needle straight onto the pen and screw until tight. Discard inner needle shield.  After injection, push use pen needle straight into removal chamber until it […]

Vagisil Deodorant Powder Odour-Controlling 227g

$7.30

Absorbs moisture & helps prevent odourSilky formula to help prevent chafingOdour-Controlling protection to keep odour from happeningMoisture protection to keep you fresh and dry100% Talc-Free, Light Fresh ScentSafe and gentle for everyday use Directions: Use daily after shower or bath. Sprinkle on panties or on other parts of the body as needed. Warning: Keep out […]

Tena Unisex Underwear Ultimate Extra

$17.86

Tena Unisex Underwear gives you Triple Protection against leaks, odour, and moisture, helping you stay dry, secure and confident every day. Unique dual absorption zone for optimum dryness, protection and odour control. Innovative W shaped absorbent zone conforms to the curves of the body providing a closer fit channeling liquids away from the skin. Soft, […]

Chlorphenamine 4mg – 168 Tablets

$7.98

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

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