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 “Piriton Allergy – 60 Tablets x 3”

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

More Products

Gaviscon Advance Mint – 60 Chewable Tablets – 3 Pack

$35.54

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

PEAK PROFESSIONAL CURCUMIN III 60vcaps

$57.00

Description CURCUMIN III™ should be considered as a core treatment for many medical conditions due to it’s broad spectrum applications. It is potent antioxidant, an inflammatory/immune modulator, an anti-microbial and in general is indicated in many condition-specific disorders listed in research section. Suggested Use Maintenance: 1-2 capsules all at once or divided dosage with food.Acute: […]

NEW ROOTS L-LYSINE 500mg 100vcaps

$13.49

ʟ-⁠Lysine is one of the nine essential amino acids, which are necessary for balanced nutrition and good health.   ʟ-⁠Lysine is one of numerous amino acids that the body needs for growth and tissue repair. It is classified as one of the nine “essential” amino acids because our bodies do not produce it. Like all […]

Xylocaine 10mg Anaesthetic Spray – 50ml x 6

$117.64

Xylocaine 10mg Anaesthetic Spray contains an active ingredient called Lidocaine which is a local anaesthetic used to numb chosen areas – to relieve pain or discomfort. It can be used to numb your mouth during dental treatments and for other medical examinations and operations. The pain relief starts to take effect after 1-5 minutes of […]

Flonase Allergy Relief 60 Metered Sprays

$19.32

24 Hour Relief of: Nasal Congestion, Runny Nose, Sneezing, Sinus Pain and Pressure, Itchy, Watery Eyes, Itchy Nose and Throat. Directions: Adults 18 years and older: Week 1: use 2 sprays in each nostril once daily, preferably in the morning.Week 2 through 3 months: use 1 spray in each nostril once daily, if your symptoms are under […]

Benylin All-In-One Cold And Flu Extra Strength Night 24 Caplets

$14.24

Relief of: Pain, Fever, Headache, Stuffy Nose, Nasal Congestion, Dry Cough, Runny Nose, Sneezing, Sore Throat Pain. Dosage: Adult use only (12 years and older): Take 2 caplets every 6 hours. Maximum 8 caplets in 24 hours. Caution: Keep out of the reach of children. This package contains enough medication to seriously harm a child. Do […]