$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

Emergen-C Effervescent Powder 30 Packets

$14.97

1000mg Vitamin CSuper Orange Immunity – Supports your immune system to help you feel your best.Metabolism – B vitamins to help the body’s ability to metabolize nutrients.Electrolytes – Contains key electrolytes lost through perspiration. Directions (Adults): Take 1 packet 1 time per day. Place contents of packet in glass, add 120-180mL of water and stir. […]

Clearasil Rapid Action Treatment Cream – 25ml

$10.11

What is Clearasil Rapid Action Treatment Cream? Clearasil Rapid Action Treatment Cream is designed to get to work on your spots quickly, helping to leave you with clearer skin fast. This cream has been dermatologically tested so you can feel confident that your skin is in good hands. Clinically proven to reduce spot size and […]

CANPREV WOMEN’S MULTI 90vcaps

$19.36

CanPrev Women’s Multi is a comprehensive formula made for women. It provides a full range of vitamins and minerals such as methyl-B12, P-5-P B6 and 5-MTHF. 
Vitamins and

REALEASY WHEY MEAL REPLACEMENT STRAWBERRY 885g

$55.42

REALEASY WHEY MEAL REPLACEMENT STRAWBERRY 885 g Description Refreshing strawberry-flavored whey protein meal replacement powder, ideal for blended shakes or smoothies. Delivers high-quality whey protein, complex carbohydrates, healthy fats, vitamins, and minerals in a single scoop. Perfect for post-workout recovery, meal-on-the-go scenarios, or weight management plans. Advice to use Mix 1 scoop (approx. 50 g) with 250–300 mL […]

Numark Cold Sore Patches – 15 Patches

$4.45

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

Gaviscon Chewable Tablets Peppermint – 24 Tablets

$6.51

What are Gaviscon Tablets? Gaviscon Tablets are chewable tablets which can help to ease heartburn and acid reflux. Simply chew and swallow these tablets after meals and before bed to ease that irritating heartburn, any time, anywhere. These chewable tablets are available in delicious strawberry and peppermint flavours and are suitable for anyone over the […]