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”

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

More Products

Dove Men+Care Clean Comfort Antiperspirant 14g

$2.91

• Tough on odour, not on skin• Dermatologically proven• ¼ moisturizer technology protects against irritation• 100% alcohol-free formula• Subtle scent This Dove Men+Care deodorant stick has a unique formula that helps keep body odour at bay. So now you have a deodorant that fights body odour from the moment you leave the house to when […]

IDEAL PROTEIN ROTINI PASTA – 1 BOX

$25.53

IDEAL PROTEIN ROTINI PASTA – 1 BOX Wholesome, Comforting. Please your palate. No need to give up pasta with this guilt-free alternative. Ingredients  Pea protein isolate, wheat protein isolate, modified wheat starch, inulin, dried egg yolks, sodium phosphate, lactic acid, sulfites. Warnings   If you are allergic to any ingredients, discontinue use.  Disclaimer  Please note that […]

Benylin Cough Plus Cold Relief Extra Strength

$10.58

Fast relief of: cough, chest congestion, nasal congestion, sore throat pain. Dosage: Adults (12 years and over): 2 tsp. (10mL) every 6 hours. Maximum 8tsp. (40mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Do not use with other products containing any of these ingredients or other cough/cold medications. Do not […]

NATURAL FACTORS MSM 1000mg 180caps

$20.82

NATURAL FACTORS MSM 1000mg 180caps Description Provides 1000 mg of MSM (methyl-sulfonyl-methane) per capsule to support joint health and collagen production Helps reduce inflammation, relieve pain, and promote healthier skin, hair, nails, and muscle tissue Acts as an antioxidant to support detoxification, circulation, and seasonal respiratory health Advice to use Adults: Take 1–3 capsules daily […]

Alli Weight Loss Capsules 60mg – 84 Capsules

$67.60

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

Numark Magnesium & Vitamin B6 – 30 Tablets

$3.50

What are Numark Magnesium and Vitamin B6 Tablets? Numark Magnesium and Vitamin B6 Tablets are a one-a-day multivitamin which help to support women before and during their monthly cycle. This multivitamin is suitable for vegetarians and vegans, making it ideal for all women over the age of 12.   How will these tablets help to […]