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 “Estradot Patches”

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

More Products

Algesal Local Analgesic Cream – 50g

$4.45

Contains 50g tube of Algesal Diethylamine Salicylate Cream.
Helps to relieve minor muscular or rheumatic pain.
Ideal for those who suffer with muscle stiffness, aches, and pains.

BACH HORNBEAM 20ml

$13.15

BACH HORNBEAM 20ml Description A flower essence remedy for mental fatigue and the feeling of not being ready to face daily tasks Helps restore vitality, clarity, and confidence in your ability to take on the day Promotes mental alertness and motivation, especially when feeling overwhelmed or unprepared Advice to use Adults: Add 2 drops in […]

Benylin Dry & Tickly Cough Syrup – 300ml

$12.70

Buy Benylin Dry & Tickly Cough Syrup Benylin Dry & Tickly Cough Syrup treats dry and tickly cough symptoms, making you feel like yourself in no time.   How Benylin Dry & Tickly Cough Syrup works Benylin Dry & Tickly Cough Syrup contains the active ingredients glycerol and sucrose. They work together to lubricate the […]

Option+ Extra Strength Cold Medication Nighttime Relief Chill Burst 24 Caplets

$8.02

Relieves headache, fever, minor aches and pains, dry cough, nasal congestion, runny nose, sneezing so you can rest. Directions: Adults and children 12 years and older: take 1 caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. Do not take more than 8 caplets in 24 hours. Do not […]

Crystacide 1% Cream – 25g

$18.92

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

Colgate Total Whole Mouth Health Clean Mint 120ml

$4.74

Medicinal Ingredients:
 Sodium Fluoride 0.32% w/w, Zinc (Zinc Oxide, Zinc Citrate) 0.96% w/w, Silicon Dioxide Hydrate 5% w/wÂ