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 6”

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

More Products

Adcal-D3 1500mg/400IU – 56 Chewable Tablets

$11.62

Do you need Adcal-D3 caplets to support healthy teeth & bones? Chemist4U has a wide range of vitamin & mineral supplements available with speedy delivery

Estradot Patches

$27.30

‘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+ 24hr Nasal Allergy Relief 60 Sprays

$13.88

Fluticasone Propionate Aqueous Nasal Spray 50mcg per spray Active Ingredient: Fluticasone propionate (Corticosteroid) 50mcg per spray – allergy reliever.Inactive Ingredients: benzalkonium chloride (as a preservative), dextrose monohydrate, microcrystalline cellulose and carboxymethylcellulose sodium, phenylethyl alcohol, polysorbate 80, purified water. Uses: temporarily relieves symptoms of hay fever or other upper respiratory allergies: nasal congestion, runny nose, sneezing, […]

Neutrogena All-in-One Make-up Removing Cleansing Wipes Singles 20 Wipes

$12.78

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Rose Sex Toys Vibrators Dildo – Neworld Adult Sex Toys for Women with 7 Sucking Modes, G Spot Vibrators, Anal Sex Toy Clitoral Nipple Stimulator for Female Men Couples, USB…

$14.61

Rose Sex Toy Sucking Vibrator Stimulator for Woman : This adult sex toys is different from other adult sex toys & games like tongue vibrators or tapping vibrators that only vibrating or licking, our rose sex toy for women is a suction vibrator that sucking your neck, clitoral, nipples Innovative Sucking Rose Vibrator Womens sex […]

Option+ Vitamin D Chewable Tablets 1000IU 100 Tablets

$6.57

Indications: Helps in the development and maintenance of bones and teeth, and in the absorption and use of calcium and phosphorus. Helps to support immune function. Dosage: Adults: 1 tablet daily or as recommended by a physician. Medicinal Ingredient: Each tablet contains:Vitamin D3 (cholecalciferol) – 25mcg (1000IU) Non-Medicinal Ingredients (in descending order): Xylitol, microcrystalline cellulose, natural orange flavour, citric […]