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 “Chlorphenamine 4mg – 84 Tablets”

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

More Products

NATRACARE ORGANIC COTTON PADS NIGHT 10pcs

$8.03

NATRACARE ORGANIC COTTON PADS NIGHT 10pcs Description Thick and extra-long design offers confident overnight protection for heavy flow. Made without plastics, fragrances, synthetic materials, chemical additives, or dyes. Composed of 100% organic cotton and biodegradable, totally chlorine-free absorbent core. Advice to use Use during your menstrual cycle, especially overnight or for heavy flow. Dispose of […]

Option+ Antacid Calcium Supplement Extra Strength Peppermint 750mg 100 Chewable Tablets

$4.38

For Antacid Relief: For relief of indigestion, heartburn and sour stomach caused by excess stomach acidity. Recommended Dosage Adults and Pregnant Women: Chew 2-3 tablets as needed. Maximum: Adults: 10 tablets/day. Pregnant women: 5 tablets/day. Consult a health care practitioner if symptoms persist beyond two weeks or recur. As a calcium supplement: This product is […]

Corsodyl Dental Gel – 50g

$6.75

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

Poise Pads Regular Length Maximum 48 Pads

$21.14

Trusted 3-in-1 Protection COMFORT – ContourFIT design softly curved to prevent bunching. Wider front and back to keep you comfortably protected. DRYNESS – dry-touch layer for added protection. ODOR CONTROL – absorb-loc core quickly locks away wetness and odor. Caution: To avoid risk of suffocation, please keep plastic bags away from infants and children. Bladder […]

Becodefence Allergy Defence Plus Nasal Spray – 20ml

$7.98

What is Becodefence Plus Allergy Spray? Becodefence Plus provides 2 in 1 defence against allergy symptoms by preventing them from developing and reducing sensitivity to allergens. The formula is fast and effective, as it gets to work in just 3 minutes, which is 5 times faster than traditional hay fever tablets. Becodefence Plus can be […]

Healthy Start Children’s Vitamin Drops – 10ml

$4.72

Buy Healthy Start Children’s Vitamin Drops  Healthy Start Children’s Vitamin Drops are developed by the NHS to help support your baby as they grow. They are perfect for breastfed babies over 6 months old and contain 3 essential vitamins your child needs as they grow.  Healthy Start Children’s Vitamin Drops help to prevent vitamin deficiencies […]