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 Tablets 500 – Allergy Relief”

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

More Products

Arm & Hammer Spinbrush Pro Series

$10.20

Removes 70% more plaque with micro-cleaning bristles Colour-wear bristles remind you to change your brush head every 3 months. Batteries are included and replaceable (2 AA Alkaline Batteries) Warning: Children under age 3 should use under adult supervision. Do not submerge in water; the unit can be damaged.

Pepto-Bismol Oral Suspension 17.5 mg/ml – 120ml

$6.51

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

Flintstones with Extra C 60 Chewable Tablets

$13.14

Helps in the development of bones and teeth with Vitamin D and Calcium.For kids that are sometimes fussy eaters.  Directions: For children two years and older. Chew one tablet daily with food. Take a few hours before or after taking other medications.  Keep safely out of reach of children. If seal under cap is broken […]

NORDIC NATURALS PRENATAL DHA 90sg

$41.64

As the official omega-3 of the American Pregnancy Association, Prenatal DHA is the ideal supplement before, during, and after pregnancy, providing safe and effective omega-3 nutrition for moms. Prenatal DHA generously fulfills international recommendations for daily DHA intake. Additional natural vitamin D3 (cholecalciferol), for healthy bones and teeth and to help with the absorption of […]

Vibrating Penis Realistic Dildo Vibrator with 10 Powerful Vibration Modes, Women Sex Toy Clitoris Anal Vagina G Spot Vibrator Sex Stimulator Adult Toys for Women Couples Sex…

$19.72

Realistic Sexual Experience – This dildo vibrator is designed with a plump and rounded glans, Its axis has three kinds of irregular protruding lines that not only simulate real texture, but also provide extra stimulation, making the user experience incredibly authentic! 10 Powerful Vibrations – This g spot vibrator has 10 mighty stimulation modes, with […]

Nurofen Pain Relief 256mg – 16 Caplets

$5.34

What are Nurofen Pain Relief Caplets 256 mg?  Nurofen Pain Relief Caplets are painkillers that are used to relieve headaches, migraines, dental pain, backache and period, nerve and muscular pain. It contains the active ingredient ibuprofen, an anti-inflammatory drug that’s commonly used as an everyday painkiller to provide short-term relief from aches, pains and feverishness. […]