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

Softsoap Lavender & Honey Crème Moisturizing Body Wash 591ml

$6.93

Make life more bubbly with Softsoap® Moisturizing Body Wash, Lavender & Honey Crème. Made with real lavender extract and honey, this body wash helps retain your skin’s natural moisture, surprising you with soft and smooth feeling skin. Gentle enough to be used every day, this paraben free body wash is also pH balanced for your […]

Mitchum Triple Odor Defense Unscented Gel Antiperspirant & Deodorant 96g

$8.03

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

Jamieson Vitamin B2 100 Tablets

$13.15

Converts carbs, proteins and fats to energy. Directions (Adults): Take 1 tablet daily with a meal. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B2 (Riboflavin) – 100mgAn essential B complex vitamin. Also contains: Cellulose, dicalcium phosphate, vegetable stearic acid, modified cellulose gum, vegetable magnesium stearate, silica.  

Difflam Spray – 30ml

$9.89

Difflam Spray is an oral pain-relief product which targets the pain of a sore throat at the source. For the treatment of painful and sore mouth and throat conditions. The spray contains a non-steroidal anti-inflammatory drug called benzydamine hydrochloride which reduces swelling and relieves pain.

Gaviscon Advance Chewable Mint – 24 Tablets – 5 Pack

$50.58

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

AOR INFLAMMATION RELIEF 60caps

$56.88

Inflammation Relief is a multiple ingredient formula for pain and inflammation that features three of Ayurveda’s most powerful anti-inflammatory herbs: curcuma, boswellia, and ashwagandha. Curcuma, a plant compound found in turmeric root, is one of the most studied natural anti- inflammatories. Unfortunately, it is not well absorbed by the body. This problem is addressed with […]