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 “HistaHive 180mg – 30 Tablets”

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

More Products

Chloraseptic Sore Throat Lozenges Cherry Flavour 15 Lozenges

$5.47

Use to temporarily relieve pain of sore throat and coughs. Helps ease/relieve nasal congestion, makes nasal passages feel clearer. Directions: Adults and children 6 years of age and over: Take 1 lozenge every 2 hours as needed. Allow lozenges to dissolve slowly in the mouth. Children under 6 years of age: consult a doctor. Caution: […]

Enfamil A+ Powder 2x496g

$54.07

Enfamil A+ is a great place to start and is inspired by breast milk. Enfamil A+: Is our closest formula to breast milk Contains a clinically proven level of DHA, an important building block of your baby’s developing brain Contains a blend of 2 dietary fibres, GOS and polydextrose, shown to soften stools Easy to-digest

Jamieson Vitamin D 1000IU 100 Chewable Tablets Rich Natural Chocolate Flavour

$9.13

Supports a healthy immune system and bone health. Directions: Adults: Chew 1 tablet daily. Store between 15°C and 25°C, away from children. Each tablet contains:Vitamin D3 (Cholecalciferol) – 25mcg/1000IU Also contains: Cellulose, vegetable stearic acid, natural chocolate flavour, vegetable magnesium stearate, silica, dextrose, sucralose. SKU: 06464205253

PASCOE PASCALLERG 100tabs

$27.03

Homeopathic remedy to relieve symptoms of hay fever and other allergies such as sneezing, wheezing, dyspnea and itching of the skin and eye.Allergies? Use the power of nature to feel better quickly! What is Pascallerg®?Pascallerg® is a non-drowsy homeopathic remedy to relieve symptoms of hay fever, and other allergies including spring allergies. Made with a […]

Gaviscon Infant – 30 Sachets

$17.30

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

GlucoRx Nexus Blood Glucose Test Strips (50pcs)

$20.27

What is the GlucoRx Nexus Blood Glucose Test Strips (50pcs)? GlucoRx Nexus Blood Glucose Test Strips utilise advanced GDH-FAD enzyme technology. These test strips are compatible with the following blood glucose meters: GlucoRx Nexus, GlucoRx Nexus Mini Ultra, GlucoRx Nexus Voice, GlucoRx Nexus Mini and the GlucoRx Go.   How can I test my blood […]