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 “Ibuprofen 200mg – 84 Tablets”

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

More Products

Aussie Miracle Volume Shampoo 360ml

$5.47

Flat hair in need of a miraculous boost? We’ve got you covered! Our miracle Volume Shampoo gives big body volume to your hair while setting it up for more va-va-voom style. To Experience our little miracle: work this product into wet hair, indulge the yummy fragrance and rinse out thoroughly  Yay! Kakadu Plum & Bamboo […]

Clear Care Cleaning and Disinfecting Solution Triple Cleaning Action

$12.78

For soft (hydrophilic) lenses, including silicon hydrogel lenses: Cleaning; Disinfection; Daily Protein Removal; Storing after neutralization (up to 7 days). Directions: To ensure proper disinfection of your lenses you must follow the instructions completely.1. Only use special Clear Care lens case provided with neutralizing disc with each full Clear Care bottle.2. Always wash and dry […]

Tena Stretch Super Brief 28 Count

$35.78

28 Fully Breathable Stretch Briefs  Super Absorbency  Stretch Side Extended Wear Odor Control Size:  Medium/Regular: 33″- 52″ 84cm-132cm Large/X-Large: 41″- 64″ 104cm-163cm Odor Control technology – Locks away liquid to help reduce odor.InstaDri Skin-Caring System – Blue target absorption zone quickly wicks away moisture for nighttime security.Fully Breathable Technology – Helps maintain skin’s natural moisture balance. Scannable Bar-code – For State-of-the-art […]

Opticrom Allergy Eye Drops – 10ml

$7.21

Opticrom Allergy Eye Drops are designed to provide relief for symptoms for a number of different allergies. The active ingredient sodium cromoglicate is an antihistamine which works fast to reduce red, itching

Crest Pro-Health Antiseptic Oral Rinse Cool Wintergreen

$5.83

Kills millions of germs that cause plaque, gingivitis and bad breath. Directions: Adults and children 6 years and older: Use after brushing and flossing, rinse with water then rinse with 20mL of Crest Pro-Health Multi-Protection. Use for 30 seconds twice daily. Do not eat or drink anything for 30 minutes after use. Do not swallow. […]

Benylin Infant Cough Syrup – 125ml

$6.07

Buy Benylin Infant Cough Syrup   When your little one is struggling with a dry, tickly cough, Benylin Infant Cough Syrup provides gentle, soothing relief to help them feel better.  This specially formulated syrup contains glycerol, a gentle ingredient that coats and soothes your child’s irritated throat. By creating a protective layer, it calms the tickly […]