$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

Biofreeze Pain Relief Spray – 118ml

$14.04

What is Biofreeze Spray? Biofreeze Spray is a pain-relieving spray that gets to work wherever you need it on the body. It uses cryotherapy to soothe sore muscles and joints, easing your pain so you can get back to doing the things that matter most. It’s ideal for those suffering with pain caused by exercise […]

Wet Ones Sensitive Skin Hand & Face Wipes 20

$2.91

No Added Fragrance

Gently Cleans Skin

Wet Lock – Seal keeps wipes moist.

    Kalms Day – 168 Tablets

    $12.02

    Buy Kalms Day Kalms Day is a traditional herbal remedy that helps to temporarily relieve anxiety. The tablets are your trusted companion when it comes to inner peace and serenity.  The formula has been designed to help you unwind and find relaxation even when moments of chaos hit.  Kalms Day are suitable for daily use. […]

    Almus Paracetamol 500mg Effervescent – 24 Tablets

    $4.99

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

    METAGENICS ULTRA PROTEIN BAR 60g

    $5.10

    Metagenics Ultra Protein Bar is a delicious meal replacement or snack that’s ideal for those who are trying to increase protein and fiber intake and limit their consumption of sugar. Ingredients: Partially hydrolyzed milk protein isolate coating (unsweetened chocolate, chicory root fiber, unsweetened chocolate processed with alkali, milk fat, sugar, sunflower lecithin, vanilla extract), glycerin, […]