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

Revlon Colorstay Longwear Natural Foundation for Normal/Dry Skin SPF 20

$16.40

Got a life? This natural-looking liquid foundation for normal and dry skin wears for up to 24 hours—through whatever life throws at you! This liquid-foundation favorite wears for up to 24 hours, no matter what your day brings—that’s why we call it “life-tested” Gives you a natural finish, with medium coverage that can build to […]

NUUN SPORT LEMON LIME 10tabs

$10.90

NUUN SPORT LEMON LIME 10tabs Description Electrolyte hydration tablets designed to support fluid balance during physical activity Helps replenish key electrolytes lost through sweat, including sodium, potassium, magnesium, and calcium Supports muscle function, endurance, and hydration without excess sugar Light, refreshing lemon-lime flavor with effervescent tablets that dissolve in water Suitable for athletes, active individuals, […]

Complan Shake Strawberry Flavour Sachets – 16 x 57g

$18.05

Please note, packaging may vary on this product. What are Complan Shakes? Complan Shakes are a high energy nutritional supplement for those who struggle to meet their nutritional needs with their regular diet. They’re gluten free and can be made up quickly and easily using water or milk. Complan Shakes are available in 5 delicious […]

Drixoral No Drip Extra Moisturizing 15mL

$7.66

Starts to work in minutes.Won’t drip from nose or down throat.Temporarily relieves nasal congestion and sinus pressure due to a cold, hay fever or other upper respiratory allergies. Starts acting in minutes to help clear nasal passages and provides fast, 12 hour long-lasting relief of blocked or stuffy nose. Directions: Shake well before use. Before […]

NEW ROOTS CLOVES 500mg 100vcaps

$13.88

Used in traditional herbal medicine as a carminative for the relief of digestive complaints such as flatulence or abdominal distention.   Cloves are the rich, brown, dried, unopened flower buds of Syzygium aromaticum, an evergreen tree in the myrtle family. The name comes from the French “clou” meaning nail. They have been used in China for […]

NATURE’S WAY BLACK WALNUT HULLS 100caps

$12.78

NATURE’S WAY BLACK WALNUT HULLS 100caps Nature’s Way Black Walnut Hulls are traditionally used in herbal medicine as an anthelmintic for expelling ringworms. Nature’s Way Black Walnut Hulls is Vegetarian and Non-GMO Project Verified. DIRECTIONS Adults, take 2 capsules 2 times daily. Take with water at mealtimes. For occasional use only. Consult your healthcare practitioner […]