$5.67

Nurofen Meltlets Lemon 200mg Self-Dissolving Tablets – 12 Pack

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 “Nurofen Meltlets Lemon 200mg Self-Dissolving Tablets – 12 Pack”

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

More Products

Adcal-D3 1500mg/400IU – 112 Chewable Lemon Tablets

$24.33

Do you need Adcal-D3 Dissolve calcium and vitamin D3 tablets? Chemist4U have a range of vitamin and mineral supplements available with free delivery on orders over £30.

Solpadeine Plus (Codeine/Paracetamol) – 24 Capsules

$9.22

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

NyQuil Complete Cold & Flu Liquid Berry Flavour 354mL

$17.53

All in One Effective 10 Symptom Relief: Nasal Congestion; Fever; Sore Throat Pain; Runny Nose & Sneezing; Cough due to cold. Additional Symptom Relief of: Sinus Congestion or pain; Minor Aches & Pains; Headache. Directions for use: Adults (12 years and over): 2 tbsp (30mL) every 4-6 horus as needed. Do not exceed 4 doses per 24 […]

Pantene Nutrient Blends Rosemary Sulfate Free Shampoo 285 mL

$8.76

About This Product REJUVINATING ROSEMARY Crafted with no sulfated cleansers, parabens, dyes, or mineral oil, Pantene Nutrient Blends Renew, Rebalance and Refresh Sulfate-Free Rosemary Shampoo cleanses strands for healthy hair from scalp to tip. Enjoy the cooling fragrance and the rich lather of this nutrient-infused, sulfate-free shampoo made with a blend of pro-vitamin B5, antioxidants […]

Gaviscon Infant – 30 Sachets – 6 Pack

$101.17

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