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

GARDEN OF LIFE RAW PROTEIN & GREENS VANILLA 550g

$41.56

GARDEN OF LIFE RAW PROTEIN & GREENS VANILLA 550g A delicious collection of plant-based proteins and raw, organic greens. The protein is provided by organic pea, brown rice, chia, navy beans, lentils and garbanzo beans. While the greens side consists of organic alfalfa juice, spinach, kale, broccoli, carrots and beets. Not to mention the 1.5 […]

FINLANDIA CRANBERRY PLUS D-MANNOSE 50g

$19.72

Product info: Canadian women make over half a million visits to doctors per year due to urinary tract infections (UTIs). UTIs affect 80 percent of women at least once in their lifetime. D-Mannose is a simple sugar that occurs naturally in some plants, including cranberries. Nearly all infections of the lower urinary tract and bladder […]

Kamagra Oral Jelly Orange 50 gel box

$90.00$95.00

Kamagra Oral Jelly 
Flavour Orange
Snap Pack 50x5g
Potency products for male erectile dysfunction  
Active Ingredient – Sildenafil Citrate 100mg 
 

Advil Liqui-Gels 200mg

$8.03

Relieves Migraines, Headaches, Fever, Muscle and Joint Pain Indications: For temporary relief of mild to moderate migraine headaches including associated symptoms of nausea, and sensitivity to light and sound. Advil Liqui-Gels provide fast and effective relief of non-migraine headaches, minor aches and pain associated with muscles, joints and backache, pain from inflammation associated with arthritis or physical […]

Jamieson Mega Cal Calcium 650mg 100 + 20 Mini-Tab Caplets

$14.21

Helps to prevent bone loss, osteoporosis. Calcium, when combined with sufficient vitamin D, a healthy diet and regular exercise, may reduce the risk of developing osteoporosis. Directions (Adults): Take 2 mini-tab caplets daily. Take a few hours before or after taking other medications. Store between 15°C and 25°C, away from children. Each mini-tab caplet contains:Elemental Calcium – […]

Gravol Immediate Release & Long Acting Caplets 24 Caplets

$13.15

Gravol Immediate Release & Long Acting Caplets provide immediate and sustained release of its active ingredient. Use: Prevention and treatment of nausea, vomiting and dizziness due to motion sickness. Dosage: Adults: Take 1 caplet every 8-12 hours as needed, up to a maximum of 3 tablets in 24 hours. Take the first dose at least 1/2 hour and preferably […]