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 “Ferrous Fumarate 322mg – 28 Tablets”

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

More Products

Old Spice Classic After Shave 125ml

$9.11

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

AOR GLYCINE 500g

$28.63

AOR GLYCINE 500g AOR Glycine is the simplest of all amino acids involved in protein synthesis in the body. Research supports a role for glycine in supporting a wide range of healthy bodily functions, including normal cell growth and development. Benefits: An amino acid which provides multiple benefits for mind and body Enhances memory function, bone […]

Acnecide Face Gel Spot Treatment with 5% Benzoyl Peroxide – 15g

$11.97

You may occasionally receive a pharmacy pack of this product. Please be assured that the item has no therapeutic difference from the UK pack, but it may be presented in different packaging. What is Acnecide Face Gel? Acnecide Face Gel is a gel that helps to treat mild acne by attacking the bacteria that causes […]

Lip Smacker Coca Cola Cup Lip Balm

$4.00

Quench your thirst with a Lip Smacker Coke Cup Lip Balm! Twist open and open your senses to the world of Coke. The dome-shaped lip balm delivers the authentic taste of Coca- Cola while providing extended hydration to your lips. The iconic fountain cup design is sure to make an impression whenever you use it!

Movelat Cream – 80g

$10.80

Contains 80g of Movelat Relief Cream
Helps to ease muscle pain and stiffness
Read the patient information leaflet here

CANPREV COLD-PRO IMMUNE FORMULA 90vcaps

$21.18

A common cold is a viral infection of the upper respiratory tract that includes your nose and throat. Symptoms usually appear one to three days after exposure and include the typical sore throat, runny or congested nose, cough, sneezing, low-grade fever and mild body aches. A fever higher than 39.4 C distinguishes a cold from […]