www.chemistwarehouse.com.au
Open in
urlscan Pro
104.16.109.106
Public Scan
Submitted URL: http://www.chemistwarehouse.com.au/
Effective URL: https://www.chemistwarehouse.com.au/
Submission: On October 08 via api from AU — Scanned from AU
Effective URL: https://www.chemistwarehouse.com.au/
Submission: On October 08 via api from AU — Scanned from AU
Form analysis
2 forms found in the DOMPOST ./?aliaspath=%2fHome
<form method="post" action="./?aliaspath=%2fHome" id="form">
<input type="hidden" name="manScript_HiddenField" id="manScript_HiddenField" value=";;AjaxControlToolkit, Version=4.1.60919.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e:en-US:ab75ae50-1505-49da-acca-8b96b908cb1a:475a4ef5:effe2a26:7e63a579">
<script src="/CMSScripts/Custom/controls/searchbox/search-box.js?v=2&version=20191227" type="text/javascript"></script><input type="hidden" name="lng" id="lng" value="en-AU">
<script type="text/javascript">
//<![CDATA[
function PM_Postback(param) {
if (window.top.HideScreenLockWarningAndSync) {
window.top.HideScreenLockWarningAndSync(1080);
}
if (window.CMSContentManager) {
CMSContentManager.allowSubmit = true;
};
__doPostBack('m$am', param);
}
function PM_Callback(param, callback, ctx) {
if (window.top.HideScreenLockWarningAndSync) {
window.top.HideScreenLockWarningAndSync(1080);
}
if (window.CMSContentManager) {
CMSContentManager.storeContentChangedStatus();
};
WebForm_DoCallback('m$am', param, callback, ctx, null, true);
}
//]]>
</script>
<script type="text/javascript">
var shoppingCartURL = '/order/checkout/shoppingcart';
if ($.cookie("ssoGuid") != null) {
var domain = 'https://secure.chemistwarehouse.com.au';
if (window.location.host.indexOf('.hk') > 0) {
domain = 'https://www.chemistwarehouse.com.au';
}
var uri = domain + '/AMS/Handlers/SSO.ashx?g=' + $.cookie("ssoGuid") + '&callback=?';
//console.log(uri);
$.getJSON(uri, function(result) {
console.log('sso login done');
});
$.cookie("ssoGuid") = null;
}
var separate = window.location.hostname.split('.');
separate.shift();
var currentdomain = separate.join('.');
$(document).ready(function() {
//check if user update his cart then run proper cache updater
var PagePath = window.location.pathname;
console.info("Page path is " + PagePath);
if (PagePath == "/Checkout/Shopping-Cart" || PagePath == "/YourAccount" || PagePath == "/Checkout/Order-Summary" || $.cookie("CacheUpdater") == null) {
UpdateCoreCartSections();
} else {
UpdateCacheFromCookie();
}
//Update Catalogue viewer link
$("#catalogue_viewer_link").attr("href", "/catalogue");
});
</script>
<style type="text/css">
.ui-autocomplete {
position: absolute;
z-index: 4000 !important;
}
.ui-autocomplete-category {
font-weight: bold;
padding: 0.2em 0.4em;
margin: 0.1em 0 0.2em;
line-height: 1.5;
}
.ui-autocomplete-items {
font-size: 11px;
height: 50px;
vertical-align: middle;
width: 320px;
}
.ui-autocomplete-items-no-image {
font-size: 11px;
vertical-align: middle;
height: 25px;
width: 320px;
}
.ui-autocomplete-loading {
background-image: url('/cmsglobalfiles/images/small_circle_loading.gif') !important;
background-position: right center !important;
background-repeat: no-repeat !important;
}
.ui-catcomplete .ui-menu-item-wrapper {
padding: 0 !important;
display: block;
}
.ui-catcomplete .ui-menu-item-wrapper.ui-state-active,
.ui-catcomplete .ui-menu-item-wrapper.ui-state-hover,
.ui-catcomplete .ui-menu-item-wrapper.ui-state-focus {
color: inherit;
background: #f2f2f2;
border-color: #999;
}
</style>
<!-- FOR PREDICTIVE SEARCH - START -->
<link rel="stylesheet" href="/cmsglobalfiles/js/jquery-ui-1.13.2/jquery-ui.min.css">
<script src="/cmsglobalfiles/js/jquery-ui-1.13.2/jquery-ui.min.js"></script>
<script type="text/javascript">
$.widget('custom.catcomplete', $.ui.autocomplete, {
_renderItem: function(ul, item) {
var imageHtml = '';
var itemDesc = "<div style='clear:both'>" + item.label + '</div>';
var linkCSS = 'ui-autocomplete-items-no-image';
if (item.category == 'Product') {
linkCSS = 'ui-autocomplete-items';
if (
(item.image == '1' || item.image == 'True') && (item.IsScript == '0' || item.IsScript == 'False')) {
var imagePath = '';
var imageOnLoad = '';
var imageOnError = "this.src='https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/NoImage.jpg';";
if (item.ams_schedule > 2) {
imagePath = 'https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/NoImage.jpg';
} else if (item.ams_category == '884') {
imagePath = 'https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/adult_150.jpg';
imageOnLoad = 'checkForAdultConsent(this, ' + item.id + ');';
//imageOnError = "";
} else {
imagePath = 'https://static.chemistwarehouse.com.au/ams/media/pi/' + item.id + '/hero_150.jpg';
}
imageHtml = "<img src='" + imagePath + "' style='float:left; height: 50px; width: 50px;' alt='View Product' title='View Product' onload='" + imageOnLoad + '\' onerror="' + imageOnError + '">';
} else {
imageHtml = "<img src='https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/NoImage.jpg' alt='View Product' title='View Product' style='float:left; height: 50px; width: 50px;'>";
}
if (item.IsScript == '0' || item.IsScript == 'False') {
itemDesc = itemDesc + "<div style='clear:both; text-align:left'>";
itemDesc = itemDesc + "<div style='font-weight:bold; width:100px; float:left'>Price: $" + roundNumber(item.Price, 2) + '</div>';
if (Number(item.Savings) > 0) {
itemDesc = itemDesc + "<div style='font-weight:bold; width:110px; float:left'>Discount: $" + roundNumber(item.Savings, 2) + '</div>';
}
itemDesc = itemDesc + "</div><div style='clear:both'></div>";
}
}
var fullStr = "<a><table border='0' cellpadding='0' cellspacing='0' style='max-width: 350px;'><tr><td style='padding:3px;width:50px;'>" + imageHtml +
"</td><td valign='middle'><div style='padding:5px; font-size:11px; float:left; overflow:hidden; max-width:300px;'>" + itemDesc + '</div></td></tr></table></a>';
if (item.id == '0') {
var linkCSS = 'ui-autocomplete-items-no-image';
fullStr = "<a><div class='" + linkCSS + "'><div style='padding:5px; font-size:11px; float:left; overflow:hidden'>" + item.label + '</div></div></a>';
}
return $('<li data-value=' + item.value + " style='border-top: 1px solid #d9d9d9'></li>").data('item.autocomplete', item).append(fullStr).appendTo(ul);
},
_resizeMenu: function() {
if (this.element.hasClass("prescriptions-page-search__input")) {
this.menu.element.outerWidth(this.element.outerWidth());
}
},
_renderMenu: function(ul, items) {
let currentCategory = '';
$.each(items, (index, item) => {
if (item.category != currentCategory) {
const categoryTitle = $(`<li class="ui-autocomplete-category">${item.category}</li>`);
categoryTitle.data('ui-autocomplete-item', item);
ul.append(categoryTitle);
currentCategory = item.category;
}
this._renderItemData(ul, item);
});
$(ul).addClass('ui-catcomplete');
}
});
function roundNumber(num, dec) {
var result = Number(num).toFixed(2);
return result;
}
$(function() {
var searchTerm = '';
var cache = {},
lastXhr;
$(".SearchBox").catcomplete({
delay: 500,
minLength: 2,
source: function(request, response) {
// Skipped because of peak performance loads
//return;
//console.log("test");
var term = request.term;
searchTerm = term;
if (term in cache) {
response(cache[term]);
return;
}
lastXhr = $.getJSON("/cmsglobalfiles/handlers/predictive_search.ashx", request, function(data, status, xhr) {
cache[term] = data;
if (xhr === lastXhr) {
response(data);
}
});
},
select: function(event, ui) {
if (ui.item.category == "Product") {
if (ui.item.id == "0") window.location = '/search?searchtext=' + encodeURI(searchTerm) + "&searchmode=anyword";
else window.location = '/buy/' + ui.item.id + '/' + ui.item.value.replace(/[^a-zA-Z0-9]+/g, '-');
} else {
window.location = '/Shop-Online/' + ui.item.id + '/' + ui.item.value.replace(/[^a-zA-Z0-9]+/g, '-');
}
return false;
},
position: {
my: "left top",
at: "left bottom",
offset: "0 0"
}
});
});
</script>
<script type="text/javascript" src="/CMSScripts/Custom/jssor.core.js"></script>
<script type="text/javascript" src="/CMSScripts/Custom/jssor.slider.js"></script>
<script src="/ScriptResource.axd?d=h2lLFkOsb1rXE8rTGlw2GLJCaPIEK2EjbFQa-Hm8i30raYWBM8pr9PE5eFoU7aHdM9KmXADq5mZay9Lcpn3lpRZWVhbyMzZ2nOrVLEtc6dG-w1xCdn_QeAnc0rxCGLYG0&t=ffffffffa5177bee" type="text/javascript"></script>
<script
src="/CMSPages/PortalTemplate.aspx?_TSM_HiddenField_=manScript_HiddenField&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.60919.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-AU%3aab75ae50-1505-49da-acca-8b96b908cb1a%3a475a4ef5%3aeffe2a26%3a7e63a579"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var CMS = CMS || {};
CMS.Application = {
"isRTL": "false",
"isDebuggingEnabled": false,
"applicationUrl": "/",
"imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f",
"isDialog": false
};
//]]>
</script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A5343185">
<div id="ctxM">
</div>
<base href="/">
<style>
.contact-info li.footer-socials a {
margin: 0 3px;
display: inline-block;
vertical-align: middle;
}
.contact-info li.footer-socials a img {
width: 25px;
height: 25px;
}
.footer .contact-info {
padding: 17px 0 0;
}
.contact-info .ray-morgan {
vertical-align: middle;
}
.contact-info .ray-morgan__image {
width: 52px;
height: 64px;
vertical-align: top;
}
@media screen and (min-width: 668px) {
.footer .contact-info {
padding: 17px 0;
}
.contact-info .ray-morgan__image {
margin: 0 -16px 0 16px;
position: relative;
top: -4px;
}
}
</style>
<div class="mobile-only-container">
<div id="HdrMob">
<div class="logo-button">
<a href="/"><img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/Images/CWH_logo_2.png" id="header-logo" alt="Chemist Warehouse - Discount Chemist"></a>
</div>
<div class="button-items">
<div class="stores-button button-item">
<div><a href="/aboutus/store-locator"><img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/images/header/header-stores-icon.png" alt="Stores"></a></div>
<div><a href="/aboutus/store-locator">Stores</a></div>
</div>
<div class="catalogue-button button-item">
<div><a target="_blank" href="/catalogue"><img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/images/header/header-catalogue-icon.png" alt="Catalogue"></a></div>
<div><a target="_blank" href="/catalogue">Catalogue</a></div>
</div>
<div class="cart-button button-item">
<div><a href="/order/checkout/shoppingcart" class="checkout-link">
<img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/images/header/header-cart-icon.png" alt="Cart">
<div id="cart_num_items" class="CartUnits" style="display: none;">0</div>
</a></div>
<div><a href="/order/checkout/shoppingcart" class="checkout-link">Cart</a></div>
</div>
</div>
<div class="clearfix"></div>
<!--
<div class="cart-summary-container" style="top: 7px;outline: white solid 1px;">
<div class="totals" style="margin-left: 2px;"><i class="icon-cart"> </i><div id="p_lt_ctl01_ShoppingCartTotals_totalViewer" class="TotalViewer">
<div class="Label">
</div>
<div class="Value">
<span id="p_lt_ctl01_ShoppingCartTotals_lblValue">$0.00</span>
</div>
</div>
</div>
<!--<a href="/Checkout/Shopping-Cart" class="checkout-link"></a>-- >
<a href="/order/checkout/shoppingcart" class="checkout-link"></a>
</div>
<a href="/">
<img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/Images/CWH_logo_2.png" id="header-logo" alt="Chemist Warehouse - Discount Chemist Logo"
style="margin-left: 10px;margin-right: 10px;top: 3px;"/>
</a>
<a href="/" style="padding-left: 5px;">
<img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/Images/CWH_logo2.png" id="header-tagline" alt="Chemist Warehouse - Australia's Cheapest Chemist Logo"
style="transform: scale(1.2);top: -4px;"/>
</a>
<div class="freeshipping" style="padding-left: 12px; display:none">
FREE SHIPPING OVER $50*<i class="icon icon-freeshipping"></i>
</div>
-->
</div>
<div id="HdrMenuMob" class="mob-row">
<div class="mobile-menu-burger">
<input class="menu-btn" type="checkbox" id="mob-menu-btn">
<label class="menu-icon" for="mob-menu-btn"><span class="navicon"></span></label>
</div>
<!--
<div class="search-panel sli_searchbox">
<button type="button" class="amsbtn sli_searchbox_go_button" id="mobile-btn-search-sli" value="Search" onclick="javascript:return MobileAspSearch(event);">
<img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/images/header/search-icon.png" alt="Search">
</button>
<input id="sli_search_mobile" type="search" name="w" placeholder="Search for Products / Brands" class="SearchBox_SLI sli_searchbox_textfield sli_input_mobile" value="" data-provide="rac" autocomplete="off" onkeydown="javascript:return MobileAspSearch(event);">
</div>
-->
<div class="header-searchbox-kentico">
<script type="text/javascript">
</script>
<div id="p_lt_ctl02_SmartSearchBox_CDN_pnlSearch" class="searchBox">
<label for="p_lt_ctl02_SmartSearchBox_CDN_txtWord" id="p_lt_ctl02_SmartSearchBox_CDN_lblSearch" style="display:none;">Search for:</label>
<input type="hidden" name="p$lt$ctl02$SmartSearchBox_CDN$txtWord_exWatermark_ClientState" id="p_lt_ctl02_SmartSearchBox_CDN_txtWord_exWatermark_ClientState"><input name="p$lt$ctl02$SmartSearchBox_CDN$txtWord" type="text" maxlength="1000"
id="p_lt_ctl02_SmartSearchBox_CDN_txtWord" class="SearchBox HeaderSearchBox Search-WaterMark ui-autocomplete-input" autocomplete="off">
<input type="image" name="p$lt$ctl02$SmartSearchBox_CDN$btnImageButton" id="p_lt_ctl02_SmartSearchBox_CDN_btnImageButton" class="SearchBTN" src="/App_Themes/AMS-CWH/Images/Search_BTN.png" alt="Search"
onclick="perform_search($(this).parent().find('.SearchBox')); return false;">
<div id="p_lt_ctl02_SmartSearchBox_CDN_pnlPredictiveResultsHolder" class="predictiveSearchHolder">
</div>
</div>
</div>
<div class="attraqt__search">
<link href="/static/styles/fredHopper/searchBox.css" rel="stylesheet">
<div class="cwh__search__box">
<div class="search-component--theme-default search-component"><input class="search-box__input" type="text" placeholder="Search products or brands"><input type="submit" class="search-box__submit" value="Search">
<div class="search-results"></div>
</div>
</div>
</div>
</div>
<ul class="menu-items inline category-tiles">
<li><a href="/shop-online/20/baby-care"><span class="ct-title ct-mauve">Baby Care</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/header/tile-baby-care.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/257/beauty"><span class="ct-title ct-pink">Beauty</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-beauty.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/648/cosmetics"><span class="ct-title ct-salmon">Cosmetics</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-cosmetics.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/129/hair-care"><span class="ct-title ct-light-blue">Hair Care</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-hair-care.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/542/fragrances"><span class="ct-title ct-pink">Fragrance</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-fragrances.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/prescriptions"><span class="ct-title ct-mauve">Prescriptions</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-prescriptions.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/258/medicines"><span class="ct-title ct-blue">Medicines</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-medicines.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/89/sexual-health"><span class="ct-title ct-purple">Sexual Health</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-sexual-health.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/665/skin-care"><span class="ct-title ct-salmon">Skin Care</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-skin-care.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/81/vitamins"><span class="ct-title ct-green">Vitamins</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-vitamins.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/shop-online/517/weight-loss"><span class="ct-title ct-purple">Weight Loss</span>
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-weight-loss.png" alt="">
<span class="cta-wire">Shop Now</span></a></li>
<li><a href="/competitions">
<img class="ct-tile" src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-competitions.png" alt=""></a></li>
<li class="mob-only mobile-menu-myaccount"><a href="/YourAccount">
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/menu-login-icon.png" alt="">
<span class="ct-label">My account</span></a></li>
<li class="mob-only mobile-menu-login"><a href="/login">
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/menu-login-icon.png" alt="">
<span class="ct-label">Login / Register</span></a></li>
<li class="mob-only"><a href="https://cn.chemistwarehouse.com.au/">
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/menu-world-icon.png" alt="">
<span class="ct-label">中国网站</span></a></li>
<li class="mob-only"><a href="/contactus">
<img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/menu-contact-icon.png" alt="">
<span class="ct-label">Contact Us</span></a></li>
<li id="p_lt_ctl07_MenuUserControl_userControlElem_logoutItem" class="mob-only mobile-menu-logout">
<button type="button" class="mobile-menu-logout__button">Logout</button>
</li>
</ul>
</div>
</form>
<form class="search-box"><input class="search-box__input" type="text" placeholder="Search products or brands"><input type="submit" class="search-box__submit" value="Search"></form>
Text Content
Stores Catalogue 0 Cart Search for: * Baby Care Shop Now * Beauty Shop Now * Cosmetics Shop Now * Hair Care Shop Now * Fragrance Shop Now * Prescriptions Shop Now * Medicines Shop Now * Sexual Health Shop Now * Skin Care Shop Now * Vitamins Shop Now * Weight Loss Shop Now * * My account * Login / Register * 中国网站 * Contact Us * Logout Store Details 中文网站 Login / Register Your Account Logout $0.00 0 Search for: * Fragrances * Vitamins * Beauty * Cosmetics * Prescriptions * Clearance * Latest Catalogue ALL CATEGORIES * Baby Care Shop Now * Beauty Shop Now * Cosmetics Shop Now * Hair Care Shop Now * Fragrance Shop Now * Prescriptions Shop Now * Medicines Shop Now * Sexual Health Shop Now * Skin Care Shop Now * Vitamins Shop Now * Weight Loss Shop Now * * My account * Login / Register * 中国网站 * Contact Us * Logout Store Locator 3 Hour Fast Delivery Order by 3pm for same day delivery Free Click and Collect Typically ready to collect within 4 hours Track your Order Instantly locate your parcel online * * * * * * * * SAVE ON VITAMINS Shop All Vitamins Swisse Ultiboost Calcium + Vitamin D 150 Tablets (517) $17.99 $17.00 Off RRP! Buy now Elevit Pre-conception & Pregnancy 100 Tablets (41) $62.99 Buy now Blackmores Bio C 1000 180 Tablets Exclusive Size (20) $26.99 $10.00 Off EDLP! Buy now Blackmores Probiotics+ Immune Defence 30 Capsules (64) $24.99 $8.00 Off RRP! Buy now Shop All Vitamins SAVE ON MEDICINES Shop All Medicines Claratyne Allergy & Hayfever Relief Antihistamine Tablets 110 Pack (42) $39.99 Buy now Nicorette Quit Smoking QuickMist Nicotine Mouth Spray Cool Berry 3 x 150 Pack (239) $74.99 $24.00 Off EDLP! Buy now Shop All Medicines SAVE ON BEAUTY Shop All Beauty Maybelline Instant Perfector Glow Light (119) $20.99 $14.00 Off RRP! Buy now L'Oreal Paris Panorama Mascara Black (598) $16.49 $16.50 Off RRP! Buy now Garnier Skin Active Vitamin C Brightening Serum 30ml (1297) $18.49 $18.50 Off RRP! Buy now Maybelline The Falsies Surreal Extensions Washable Mascara (221) $16.69 $11.30 Off RRP! Buy now L'Oreal Paris Bright Reveal Niacinamide Dark Spot Serum 30ml (527) $35.99 $24.00 Off RRP! Buy now L'Oreal Paris Revitalift Filler Hyaluronic Acid Anti Wrinkle Serum 30ml (747) $35.99 $24.00 Off RRP! Buy now Shop All Beauty SAVE ON PERSONAL CARE Shop All Personal Care Garnier Fructis Hair Drink Pineapple 200ml (3) $8.99 $9.00 Off RRP! Buy now L'Oreal Excellence Creme 5 Natural Brown Hair Colour (188) $22.99 $4.00 Off RRP! Buy now Oral B Power Toothbrush iO 6 Series White (59) $399.99 $129.01 Off RRP! Buy now Shop All Personal Care FREE SHIPPING? SIMPLY ADD - TO YOUR CART! popup Musashi Protein Wafer Chocolate 40g ★★★★★ ★★★★★ 4.6 out of 5 stars. Read reviews for Musashi Protein Wafer Chocolate 40g (46) $2.99 $1.00 Off RRP! Disposable Syringe 5ML Luer Slip ★★★★★ ★★★★★ 4.2 out of 5 stars. Read reviews for (37) $0.49 $0.20 Off RRP! Musashi High Protein Bar Rocky Road 90g ★★★★★ ★★★★★ 4.4 out of 5 stars. Read reviews for Musashi High Protein Bar Rocky Road 90g (46) $3.99 $2.00 Off RRP! Huggies Ultra Dry Nappy Pants Size 5 12-17kg ... ★★★★★ ★★★★★ 4.6 out of 5 stars. Read reviews for Huggies Ultra Dry Nappy Pants Size 5 12-17kg Boy 26 Pack (1159) $21.99 $0.01 Off RRP! Healthy Care Ginkgo Biloba 2000 100 Capsules ★★★★★ ★★★★★ 4.6 out of 5 stars. Read reviews for Healthy Care Ginkgo Biloba 2000 100 Capsules (74) $12.99 $2.00 Off EDLP! CeraVe Moisturising Cream 454g ★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for CeraVe Moisturising Cream 454g (1459) $20.69 $5.30 Off EDLP! Blackmores Probiotics+ Daily Health 90 Capsul... ★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Blackmores Probiotics+ Daily Health 90 Capsules (611) $41.99 $28.00 Off RRP! Ostelin Vitamin D3 1000IU 300 Capsules Exclus... ★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Ostelin Vitamin D3 1000IU 300 Capsules Exclusive Size (1346) $27.99 $9.00 Off EDLP! Tena Men Pads Level 3 8 Pack ★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Tena Men Pads Level 3 8 Pack (397) $8.99 $1.50 Off RRP! Musashi High Protein Bar Peanut Butter 90g ★★★★★ ★★★★★ 4.5 out of 5 stars. Read reviews for Musashi High Protein Bar Peanut Butter 90g (56) $3.99 $2.00 Off RRP! Blackmores Omega Triple Super Strength Fish O... ★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Blackmores Omega Super Strength Fish Oil 150 Capsules (365) $53.99 $31.00 Off RRP! Centrum For Women 50+ 90 Tablets Exclusive Si... ★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Centrum For Women 50+ 90 Tablets Exclusive Size (318) $28.99 Maxine's Burn Bar Choc Caramel Crunch 40g ★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Maxines Burn Bar Choc Caramel Crunch 40g (33) $2.09 $1.41 Off RRP! Libra Extra Long Maternity Pads Wings 10 Pack ★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Libra Extra Long Maternity Pads Wings 10 Pack (110) $5.99 $0.41 Off RRP! Musashi Protein Crisp White Choc Cookies & Cr... ★★★★★ ★★★★★ 5 out of 5 stars. Read reviews for Musashi Protein Crisp White Choc Cookies & Cream 60g (2) $3.49 $1.00 Off RRP! SIGN UP FOR HOT OFFERS AND HUGE SAVINGS! Sign up View our privacy policy Thank You For Joining Our Email Newsletter! -------------------------------------------------------------------------------- * Store Details * | * Contact Us * | * Shipping * | * Gift Cards * | * Security * | * Scam Alerts * | * Returns Policy * | * Privacy * | * Careers * | * FAQ * | * Terms & Conditions * | * Remix Radio * | * Commercial * | * Product Recalls * Store Details * | * Contact Us * | * Shipping * | * Gift Cards * | * Security * | * Scam Alerts * | * Returns Policy * Privacy * | * Careers * | * FAQ * | * Terms & Conditions * | * Remix Radio * | * Commercial * | * Product Recalls -------------------------------------------------------------------------------- * Phone 1300 367 283 * | * Stores 1300 734 876 * | * Contact Us: Click Here * | * Social: * QCPP accreditation details: Chemist Warehouse Virginia. 1806 Sandgate Rd, Virginia Qld 4014. Proprietors: Sam Gance and Jeffrey Wasley. Pharmacist available - Monday to Friday 8:30am to 5:30pm (AEST) Saturday 9am to 1pm (Pharmacist Only) (AEST) **Please note that not all products available online are available in the stores. The RRP against which any savings comparisons we make to the listed sale price for products displayed on this website is: the supplier's recommended retail price for the product, provided that this is a price at or above which at least 5% of Australian Pharmacy Transactions~ have occurred for that product within the previous 2 months; or if at least 5% of Australian Pharmacy Transactions~ for that product in the previous two months did not occur at or above the supplier's recommended retail price, the RRP will be the price at or above which at least 5% of Australian Pharmacy Transactions~ occurred within the last 2 months. All prices displayed on this website are in AUD unless otherwise indicated. Actual product or product packaging delivered may vary slightly from product image shown. Feedback We’d love your feedback How likely are you to recommend the website to a friend or colleague? 012345678910 What was the purpose for today’s visit? - Select an option Purchase a product online Purchase a product for Click and Collect Order my prescription online (Pharmacy) /* OPT-154974 START */ Browse for a product Manage my account Other /* OPT-154974 END */ Were you able to complete your primary purpose for today’s visit? Yes No I’m not done yet Please share any additional feedback (optional) Please fill in the required fields. SUBMIT Your responses will be used in accordance with our Privacy Policy Thank you! Your feedback is very valuable in helping us improve our online experience. CLOSE Your responses will be used in accordance with our Privacy Policy