$14.71

Nurofen Plus (12.8mg/200mg) – 32 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 “Nurofen Plus (12.8mg/200mg) – 32 Tablets”

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

More Products

Children’s Tylenol Cold & Cough Bubble Gum Burst 100mL

$9.13

Quickly relieves: Stuffy Nose; Runny Nose; Dry Cough; Fever; Sore Throat Pain; Aches and Pains Dosage: Shake well before use. For accurate dosing, follow instructions carefully. Find the right dose on the chart. If possible, dose by weight, otherwise use age.Remove cap and squeeze dose into dosing cup. The enclosed measuring cup has been specially designed for […]

Contour Next Test Strips – Pack of 50

$27.03

Buy Contour Next Test Strips Contour Next Test Strips provide accurate and reliable results. They help you manage your diabetes correctly and maintain good health. Contour Next Test Strips are suitable for the following blood glucose meters:  – Contour Next One  – Contour Next – Contour Next Link/2.4 – Contour Next USB – Contour XT […]

Option+ Magnesium 250mg 90 Caplets

$10.95

Indications: Helps to maintain the body’s ability to metabolize nutrients. Helps in the development and maintenance of bones and teeth. Helps to maintain proper muscle function. Dosage: Adults: 1 caplet 2 times daily or as recommended by a physician. Medicinal Ingredients: Each caplet contains:Elemental Magnesium (oxide, malate, glycerophosphate) – 250mg Non-Medicinal Ingredients (in descending order): Microcrystalline cellulose, hydroxypropylcellulose, […]

Oral-B iO4 Black Electric Toothbrush

$101.41

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

CareSens Pro Test Strips – 50 Strips

$19.32

What are CareSens Pro Test Strips? CareSens Pro Test Strips offer fast and accurate 5-second testing with a small sample size of 0.4μl, compatible for use with the CareSens Dual blood glucose meter. These test strips use capillary and venous blood samples.    Which devices are compatible with these test strips? CareSens Pro Test Strips […]

Benylin Cold & Flu Max Strength – 16 Capsules

$7.29

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