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 “Peptac Peppermint Flavour Antacid – 500ml”

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

More Products

IDEAL PROTEIN VANILLA SHAKE- 12OZ

$5.11

IDEAL PROTEIN VANILLA SHAKE- 12OZ A sweet blast of rich vanilla is just what you need to kick start your morning, afternoon or evening. This convenient resealable bottle is great when you’re on the go. Ingredients  Water, Milk protein isolate, Cream, Inulin, Sea salt, Natural flavours, Cellulose, Cellulose gum, Carrageenan, Mono- and diglycerides, Sodium phosphate, […]

Option+ Vitamin B12 Methylcobalamin 100 mcg 100 Tablets

$9.47

Helps form red blood cells. Helps in energy metabolism and with immune function. Helpsmaintain the body’s ability to metabolize nutrients. Directions for use: Adults: 1 tablet, 1 – 4 times daily or as recommended by a physician.  Each tablet contains:Vitamin B12 (methylcobalamin) 100 mcg Non-medicinal ingredients (in descending order): Microcrystalline cellulose, magnesium stearate  

Enfamil A+ Powder 663g

$38.72

Enfamil A+ is a great place to start and is inspired by breast milk. Enfamil A+: Is our closest formula to breast milk Contains a clinically proven level of DHA, an important building block of your baby’s developing brain Contains a blend of 2 dietary fibres, GOS and polydextrose, shown to soften stools Easy to-digest

NEWCO BROCCOGEN10 500mg 180vcap

$61.37

The BroccoGen 10 helps reduce the risk of cardiovascular disease. As it helps provide a total body detox, Newco BroccoGen 10 protects from oxidative stress & inflammation, in addition to radiation, free radicals, electrophiles, chemicals and viruses. May be helpful at treating: Arthritis Total Body Detox Macular Degeneration Immune System Support Protects the Brain Hormone […]

Voltaren Back and Muscle

$9.84

Triple Effect: Relieves pain, reduces inflammation, speeds healing. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. Dosage: For […]

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