$13.30

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

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

More Products

Nutricia Fortisip Compact Vanilla – 4 x 125ml

$13.78

What is Nutricia Fortisip Compact? Nutricia Fortisip Compact is a nutritional drink that can help those who struggle with malnutrition or weight gain to get the nutrition their body needs to be healthy. Each bottle is just 125ml, making it easier to consume for those who struggle to drink larger amounts of fluid. Nutricia Fortisip […]

Monistat 7 Dual-Pak

$14.58

Monistat 7 Dual-Pak relieves internal and external vaginal itching, burning and white discharge due to vaginal yeast infections (candidiasis).  Directions: Read leaflet for full directions and precautions before use. Using the enclosed applicator, insert one suppository high into the vagina at bedtime for 7 nights in a row, even if menstruating. Apply a thin layer of cream […]

Revlon Super Lustrous Matte Lipstick

$9.49

The Luscious Matte Lipstick.Addictively comfortable matte lipstick, without the dryness or drag. We’ve re-defined the rules of matte lipstick with this lightweight, non-drying matte lipstick formula. It feels velvety smooth on your lips and delivers all the full, vibrant lip color you can’t get enough of. You get all of the drama of a rich […]

Mitchum Women Invisible Solid Antiperspirant & Deodorant 76g

$7.31

NEW and IMPROVED formula for a smoother application. Enhanced with Triple Odor Defense technology providing a shield against odor from heat, motion and stress. Expertly formulated for ultra-powerful 48 hour sweat + odor control Goes on invisible, leaving no white residue on skin Dermatologist tested Ingredients: Cyclopentasiloxane, Aluminum Zirconium Tetrachorohydrex Gly, Stearyl Alcohol, C12-15 Alkyl […]

Flarin Joint and Muscular Pain Relief 200mg Ibuprofen – 16 Soft Capsules

$9.09

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

Syndol – 30 Tablets

$12.03

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