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 “Chlorphenamine 4mg – 168 Tablets”

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

More Products

MAR-FLUCONAZOLE-150

$9.49

Starts to relieve itching, burning and discharge associated with vaginal yeast infection within 1 day. Active Ingredients in each capsule:  Fluconazole 150 mg Inactive Ingredients: Colloidal anhydrous silica, gelatin, lactose monohydrate, magnesium stearate, pregelatinized starch, sodium lauryl sulfate and titanium dioxide. Directions: Adults (>12 years old): swallow one capsule any time of day with or […]

Biofreeze Pain Relief Spray – 118ml

$14.04

What is Biofreeze Spray? Biofreeze Spray is a pain-relieving spray that gets to work wherever you need it on the body. It uses cryotherapy to soothe sore muscles and joints, easing your pain so you can get back to doing the things that matter most. It’s ideal for those suffering with pain caused by exercise […]

Bayer Microlet Coloured Lancets -100 Lancets

$8.37

What are Bayer Microlet Lancets? Bayer Microlet Lancets are brightly coloured, single use lancets which can be used with some Microlet lancing devices. They’re perfect for those who need to test their blood sugar levels regularly, giving you an easy, gentle way to draw the drop of blood needed so you can test effectively.   […]

Complan Shake Chocolate Flavour Sachets – 16 x 57g

$18.05

Buy Complan Shake Chocolate Flavour Sachets Complan Shake Chocolate Flavour Sachets is a high-energy nutritional supplement for those struggling to meet their nutritional needs with a regular diet.  They are gluten-free and can be made up quickly and easily using water or milk.    Directions You will need 200ml of whole milk or water to […]

CURELLE RICH CONDITIONER 500ml

$18.26

100% Plant Sourced (Vegan) â–ª Biodegradable â–ª Salon tested Riche is an exceptionally mild, concentrated conditioner that softens hair, enhances manageability and adds body, bounce and elasticity. Improves wet combing, detangles. Essential proteins and amino acids control hair’s moisture content, self adjusting to relative humidity (reducing frizziness in low humidity and increasing body in high). […]

Astroglide Silicone Lube (74 mL), X Premium Personal Lubricant, Extra Long-Lasting Silky Sex Lube, Travel-Friendly Size

$8.20$9.11

PREMIUM SILICONE LUBE – Hyper-slick, premium silicone personal lube made with a unique blend of high-quality ingredients. Extremely long-lasting personal lubricant means less reapplication. WATERPROOF – Advanced personal lubricant formula is great for water play GREAT FOR SENSITIVE SKIN – Non-irritating, hypoallergenic and not made with Parabens or Glycerin. CONDOM COMPATIBLE – Safe to use […]