$6.51

Pepto-Bismol Oral Suspension 17.5 mg/ml – 120ml

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 “Pepto-Bismol Oral Suspension 17.5 mg/ml – 120ml”

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

More Products

Option+ Calcium 500mg

$5.84

Indications: Helps in the development and maintenance of bones and teeth. Adequate calcium as part of a healthy diet may reduce the risk of developing osteoporosis. Dosage: Adults: 3 tablets daily with food, a few hours before or after taking other medications or natural health products, or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Elemental […]

NATURAL FACTORS CALCIUM FACTOR PLUS 350mg 90tabs

$13.85

Feature summary Calcium citrate is very well absorbed, particularly if taken on an empty stomach and may be the preferred form of calcium, especially for those with low stomach acid. Studies show that mineral citrates have superior absorption, especially when taken on an empty stomach.Calcium is required for strong bones, teeth, and cardiac function. Calcium […]

Accu-Chek Aviva Test Strips – 50 Strips

$24.33

What are Accu-Chek Aviva Test Strips? Accu-Chek Aviva Test Strips are used with Accu-Chekk meters to help determin blood glucose in people with diabetes. This product makes it easy to test correctly the first time, so you can be confident in your results. The easy to handle test strips, simple blood application and small blood […]

Honibe Honey Lozenges 10 Lozenges

$5.84

Usage: For the temporary relief of sore throat and nasal congestion. Adults and children 5 years and over, dissolve one lozenge slowly in the mouth as required.  Caution: If symptoms are severe or persist for more than two days, consult a doctor. Keep out of reach of children. Store in a coold, dry place. Medicinal […]

Benylin Mucus Cough Max Menthol – 150ml

$9.05

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

Advil Extra Strength Liqui-Gels 400mg

$8.40

Relieves Migraines, Headaches, Fever, Muscle and Joint Pain Indications: For temporary relief of mild to moderate migraine headaches including associated symptoms of nausea, and sensitivity to light and sound. Advil Liqui-Gels provide fast and effective relief of non-migraine headaches, minor aches and pain associated with muscles, joints and backache, pain from inflammation associated with arthritis or physical […]