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 – 168 Tablets”

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

More Products

Jamieson Super Garlic Oil 1500mg 100 Softgels

$11.68

High PotencyHelps maintain cardiovascular health. Directions: Adults: Take 1 softgel two times daily. Store between 15°C and 25°C, away from children. Each tablet contains:Garlic Bulb Oil (500:1) extract – 3mg(Allium sativum bulb) equivalent to 1500mg raw herb. Also contains: Soybean oil, gelatin, glycerin. Consult a health care practitioner if symptoms persist or worsen; or prior to […]

NATURAL FACTORS VITAMIN D3 2500IU 500sg

$26.98

Everyone needs vitamin D. But not everyone needs the same amount. That’s why we offer the benefits of vitamin D3 in strengths from 1000 IU to 2,500 IU. Why choose Natural Factors vitamin D3? First, our product features vitamin D3, which is better at raising your 25(OH)D levels than vitamin D2 and lasts longer in […]

Aussie Miracle Volume Shampoo 360ml

$5.47

Flat hair in need of a miraculous boost? We’ve got you covered! Our miracle Volume Shampoo gives big body volume to your hair while setting it up for more va-va-voom style. To Experience our little miracle: work this product into wet hair, indulge the yummy fragrance and rinse out thoroughly  Yay! Kakadu Plum & Bamboo […]

Nurofen Plus (12.8mg/200mg) – 32 Tablets

$14.71

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

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX

$25.53

IDEAL PROTEIN ORANGE CREAMSICLE FLAVOURED BAR – 1 BOX Oh SO Dreamy! A timeless treat with a pop of orange and sweet vanilla. Classic taste with a collagen boost (3g Collagen/bar) Ingredients  Protein blend (soy protein isolate, acid casein, milk protein concentrate, milk protein isolate, whey protein isolate), vegetable oil (palm kernel, palm, sunflower, corn), […]

Optrex Eye Wash 110mL

$7.30

Effective against redness, smarting and mild congestion of the eyes and eyelids due to light, wind, dust, smoke or other pollutants. Caution: Keep out of reach of children. Should not be administered to infants or children under 3 years of age. Discard 3 months after first opening. Not suitable for use with hydrophilic (soft) lenses. […]