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 “Corsodyl Dental Gel – 50g”

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

More Products

NATRACARE PANTY LINERS BREATHABLE 30pcs

$4.52

NATRACARE PANTY LINERS BREATHABLE 30 pcs Description Mini breathable panty liners made with certified organic cotton, plant cellulose, and free from plastics and chlorine. Soft, absorbent, and discreet — ideal for daily use or as backup protection when using tampons or prescriptive creams. Over 99% biodegradable and compostable, supporting both personal health and environmental sustainability. Advice […]

Benylin All-In-One Cold And Flu Extra Strength Plus Mucus & Phlegm

$14.24

Fast relief of: pain, fever, headache, mucus & phlegm, nasal congestion, dry cough, chills, sore throat pain. Dosage: Adults (12 years and over): 2 tbsp. (30mL) every 6 hours. Maximum 8tbsp. (120mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Keep out of reach of children. This package contains enough medicine to […]

Buckley’s Complete Mucus Relief Extra Strength

$15.34

Fast Relief of: Cough, Mucus & Phlegm, Sore Throat Pain, Nasal & Sinus Congestion, Fever & Chills, Minor Body Aches & Pains, Headache Indications: Fast relief of cold and flu symptoms such as wet cough, nasal and sinus congestion, fever and chills, headache, sore throat pain, minor body aches and pains, and chest congestion. Helps to […]

SISU ENERGY BOOST LEMON LIME 30pack

$19.49

SISU ENERGY BOOST LEMON LIME 30pack Description Rehydrating daily multivitamin and mineral drink mix with 1,000 mg Ester-C® for immune, energy, and collagen support Includes electrolytes and B vitamins to support hydration, energy metabolism, and nervous system function Naturally flavoured lemon-lime formula with no artificial sweeteners, colours, or dairy Advice to use Adults: Mix one […]

Ban Roll-On Antiperspirant Deodorant 100mL

$5.11

Invisible Protection Start your day by gliding on Ban Roll-On Antiperspirants and be confident that you’ll stay protected from underarm odor and wetness for 24 hours. With odor-fighting ingredients and Kihada extract, the formula eliminates odor caused by bacteria breaking down sweat on your skin’s surface, plus helps to significantly reduce perspiration, so you’ll feel […]

Vagisil Regular Strength Anti-Itch Creme 30g

$6.57

Works on contact to relieve everyday itch.Last relief with Odour Control TechnologySkin soothing formula infused with Vitamins A, D, E & Aloe Vagisil medication has been formulated to give fast, temporary relief from the discomforts of minor itching and burning of the external vaginal area. With Aloe plus A, D & E. Indications: For the […]