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 “Benylin Chesty Coughs Original – 150ml”

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

More Products

Black Cohosh Extract 80 mg Veg Capsules (Now Foods) – Pharmacy 24

$16.28

Dairy Free | Egg Free | No Gluten | Non GMO | Nut Free | Soy Free | Vegan 90 Capsules

Option+ Vitamin C 500mg Timed Release 120 Caplets

$10.20

Helps in the development and maintenance of bones, cartilage, teeth and gums. Helps inwound healing and with immune function. Directions for use: Adults: 1 – 2 caplets daily or as recommended by a physician.  Each caplet contains:Vitamin C (ascorbic acid) 500 mg Non-medicinal ingredients (in descending order): Microcrystalline cellulose, carbohydrate gum, stearic acid, magnesium stearate, […]

Mobility Tape for Her Menthol Infused

$29.21

Mobility Tape gives muscles and joints the stability they need and gives you the comfort and confidence you want to take your game to the next level. Featuring unique tri-directional stretch, Mobility Tape is designed to provide strength and long-lasting support, through all environments and conditions, for up to 7 days. Why you’ll love it Natural ingredients Drug […]

Option+ Anti-Itch Cream Hydrocortisone 1% 30g

$8.02

For the temporary relief of minor skin irritations, rashes, itching and redness due to eczema, insect bites, poison ivy, poison oak, poison sumac, contact dermatitis (e.g.; caused by soaps, detergents, cosmetics and jewelry), seborrheic dermatitis, psoriasis, feminine genital itching and anal itching (due to hemorrhoids). Provides fast relief of itch symptoms. Moisturizes to restore visibly […]

Trojan Premium Lubricated 3 Latex Condoms

$3.64

Trojan Lubricated Condoms feature our classic design with a reservoir tip.Silky smooth lubricant – for enhanced comfort and sensitivityMade from premium quality latex – to help reduce the riskSpecial reservoir end – for extra safetyEach condom is electronically tested – to help ensure reliability For Contraception Plus STI ProtectionLatex condoms are intended to prevent pregnancy, HIV/AIDS, […]

Savlon Antiseptic Cream – 100g

$7.56

What is Savlon Antiseptic Cream? Savlon Antiseptic Cream can help to prevent infection, provide relief and aid the natural healing of minor wounds, burns and skin reactions. This caring formula helps to cleanse cuts, grazes and minor wounds to prevent infection. It can also be used as a first aid treatment for superficial burns and […]