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

PLATINUM NATURALS ACTIV-X FOR WOMEN 120sg

$70.87

Elite athlete, weekend warrior, or just on the go? Whether you train for competition or enjoy playing hard and achieving more, you need every advantage to push your body and mind to new limits. activ-X for women is scientifically developed for performance. You’ll feel the increased energy as you train harder, maximize endurance and experience […]

Lax-A-Day Laxative

$7.65

Lax-A-Day is a tasteless, grit-free, sugar-free powder to be mixed into a beverage. It works by gently drawing water into the stools, making them softer and increasing the frequency of bowel movements without any sense of urgency. Lax-A-Day is the #1 doctor recommended brand in its class and is clinically proven to relieve occasional constipation. […]

PASCOE PASCALLERG 100tabs

$27.03

Homeopathic remedy to relieve symptoms of hay fever and other allergies such as sneezing, wheezing, dyspnea and itching of the skin and eye.Allergies? Use the power of nature to feel better quickly! What is Pascallerg®?Pascallerg® is a non-drowsy homeopathic remedy to relieve symptoms of hay fever, and other allergies including spring allergies. Made with a […]

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 – […]

CURELLE BODY WASH UNSCENTED 500ml

$18.04

Delicately deluxe, Curelle’s Unscented Body Wash provides gentle, scent & solvent free cleansing for skin. Pleasingly plant-sourced, skin soothing, emollient ingredients biodegrade and are: gluten-free, vegan and vegetarian, and do not contain carcinogenic, estrogenic or mutagenic ingredients or chemicals. Contains no diethylene glycol. As with all Curelle products, this contains only what it needs to […]

Orajel Maximum Toothache Relief Liquid 13mL

$8.03

Use: Temporarily relieves pain due to toothache.  Directions: Adults: apply a pea-sized amount to affected area up to 4 times daily or as directed by a health care practitioner. Do not eat for one hour following use. Do not chew gum or food while numbness persists. Medicinal Ingredient: Benzocaine 20% w/wNon-Medicinal Ingredients (alphabetical order): Aroma, […]