$13.17

Promethazine Hydrochloride 25mg – 56 Tablets

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 “Promethazine Hydrochloride 25mg – 56 Tablets”

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

More Products

Co-Codamol Effervescent – 32 x 8/500mg Tablets

$7.35

Contains 32 x 8/500mg Effervescent Co-Codamol tablets
Fast-acting pain relief
Read patient information leaflet here

Polysporin Triple 3 Antibiotics Ointment

$10.59

Prevents infection of minor wounds such as cuts, scrapes, burns, blisters, nicks and scratches. Directions:1. CLEAN: Clean affected area.2. TREAT: Apply Polysporin Heal-Fast Formula to the area 1-3 times daily.3. COVER: Apply a bandage. Cautions: For external use only. Avoid contact with eyes. If this occurs, rinse thoroughly with water. Do not use over large […]

Speed Stick Power Unscented Antiperspirant 85g

$6.56

Never doubt the 24-hour odour and wetness protection of Speed Stick Power Antiperspirant.

BULLETPROOF BRAIN OCTANE C8 MCT OIL 473ml

$37.92

  This is your fuel to power brain and body. Brain Octane oil gives your body what it needs—an efficient high-energy fuel. It is totally flavorless and totally satisfying—great on salads, mixed into smoothies, and is a key ingredient in the Bulletproof Coffee recipe.Brain Octane oil keeps your brain on full blast and your belly […]

Option+ Eye Care Formula 60 Tablets

$14.21

Helps maintain eyesight and support eye health in conditions (associated with sunlightdamage) such as cataracts and age-related macular degeneration. Helps reduce the risk of developing cataracts.  Directions for use: Adults: 2 tablets daily with food, a few hours before or after taking other medications or natural health products, or as recommended by a physician Each […]

Numark Night Cold & Flu Oral Solution – 200ml

$8.82

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