$5.80

Calpol SixPlus Fastmelts – 12 Tablets

Category:
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 “Calpol SixPlus Fastmelts – 12 Tablets”

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

More Products

Hibiwash Antimicrobial Skin Cleanser – 5L (Was Hibiscrub)

$108.17

Buy Hibiwash Antimicrobial Skin Cleanser Hibiwash is a fast-acting antimicrobial cleanser that bonds to and cares for skin while killing bacteria. This product has been dermatologically tested and is without colour or fragrance, meaning that it’s gentle on the skin, even when used daily. The cleanser gives you a protective layer that continues to kill […]

OLLY Women’s Multi Blissful Berry – Pharmacy 24

$20.99$25.56

Looking for a women’s multi that’s both delicious and nutritious? OLLY Women’s Multi Blissful Berry is perfect for you!

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

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

$10.50

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

Sons Ketoconazole Anti-Dandruff Shampoo – 100ml – 3 Pack

$48.67

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

Acnecide 5% Gel Benzoyl Peroxide – 60g – 3 Pack

$49.91

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