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

MEGAFOOD WOMEN OVER 40 ONE DAILY 90tabs

$86.22

MEGAFOOD WOMEN OVER 40 ONE DAILY 90tabs Description • Provides essential vitamins and minerals to support healthy bones, connective tissue, metabolism, and thyroid function• Includes 4.5 mg of iron, FoodState® B vitamins for energy, and nutrients for immune support and red blood cell formation• Contains a nourishing blend of fruits, vegetables, and herbs including turmeric, […]

DR. BRONNERS ORGANIC SHAVING SOAP UNSCENTED 207ml

$13.08

DR. BRONNERS ORGANIC SHAVING SOAP UNSCENTED 207 ML Description Organic castile-based shaving soap with a neutral fragrance-free formula Creates a rich, creamy lather to enhance razor glide and minimize irritation Biodegradable and gentle—ideal for all skin types, especially sensitive or fragrance-sensitive Advice to use Wet a shaving brush and the soap. Swirl the brush into the soap […]

Differin Gel (Adapalene)

$34.34

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

NeoCitran Total Flu Ultra Strength Nighttime 10 Single Dose Pouches

$13.15

Indications: For temporary relief of the following cold & flu symptoms: dry cough, sore throat pain, headache, minor body aches and pain, fever and chills, sinus and nasal congestion, runny nose, sneezing, itchy/watery eyes. Directions: Adults and children 12 years and over: Dissolve the contents of 1 pouch into 225mL (one cup) of boiling water. may […]

Coryen Nasal Spray (Generic Avamys)

$17.30

Nasal spray which helps to combat allergies
Contains the active ingredient fluticasone furoate
Reduces inflammation 

IDEAL PROTEIN S’MORES COCOA DRINK MIX – 1 BOX

$25.53

IDEAL PROTEIN S’MORES COCOA DRINK MIX – 1 BOX Rich, Indulgent. A rich blend of chocolate and graham cracker flavor with the goodness of marshmallows. It’ll leave you asking for s’more! Ingredients  Milk protein isolate, whey protein isolate, marshmallows (tapioca syrup, cane syrup, water, tapioca starch, carrageenan, soy protein, natural flavor), cocoa powder processed with […]