www.chemistwarehouse.com.au Open in urlscan Pro
2606:4700::6813:e86b  Public Scan

Submitted URL: http://www.chemistwarehouse.com.au/
Effective URL: https://www.chemistwarehouse.com.au/
Submission: On January 08 via manual — Scanned from DE

Form analysis 2 forms found in the DOM

POST ./?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:ee051b62-9cd6-49a5-87bb-93c07bc43d63:475a4ef5:effe2a26:7e63a579">
  <script src="/CMSScripts/Custom/controls/searchbox/search-box.js?v=2&amp;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 show_edm_collector = "";
    show_edm_collector = true;
    if (show_edm_collector == "") show_edm_collector = false;
    var cookieEnabled = (navigator.cookieEnabled) ? true : false;
    if (typeof navigator.cookieEnabled == "undefined" && !cookieEnabled) {
      document.cookie = "testcookie";
      cookieEnabled = (document.cookie.indexOf("testcookie") != -1) ? true : false;
    }
    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");
      if ($.cookie("pcf") && ($.cookie("pcf") == "true") && show_edm_collector) {
        show_edm_collector = true;
      } else {
        show_edm_collector = false;
      }
      if (show_edm_collector && cookieEnabled) {
        var allow_resize_email_popup = true;
        var popup_marketup = "emailPopup";
        var popup_div_width = 800;
        var popup_div_height = 460;
        var popup_closeBtn_style_override = "";
        var cookie_validity = 90 //in days
        var customer_country = "";
        if ($.cookie("CustomerCountry") == null) {
          //var uri = '/inc_reverse_geolocator_nocache.asp';
          //uri = encodeURI(uri);
          //$.ajax({
          //async: false,
          //url: uri,
          //cache: false,
          //timeout: 2000,
          //success: function (data) {customer_country=data},
          //error: function (data) {}
          //});
        } else customer_country = $.cookie("CustomerCountry");
        // INTERNATIONAL TARGETING PLACEHOLDER
        if (screen.width < 800) allow_resize_email_popup = false; //prevent auto centering for iOS devices.
        var photo_width = Math.min(790, $(window).width());
        if ($("#mobile-menu-btn").is(":visible")) {
          photo_width = $(window).width() - 15;
        }
        var photo_height = Math.min(480, $(window).height());
        //console.log("(width,height) = (" + [photo_width, photo_height] + ")");
        //initialising the popup links before anything else is fairly important ..
        $("a[rel^='prettyPhoto']").prettyPhoto({
          default_width: photo_width,
          default_height: photo_height,
          social_tools: false,
          animation_speed: '',
          opacity: 0.70,
          /* Value between 0 and 1 */
          theme: 'popup',
          deeplinking: false,
          allow_resize: allow_resize_email_popup,
          custom_markup: $("#" + popup_marketup).html(),
          changepicturecallback: function() {
            $(".ppt").css({
              width: photo_width - 10
            });
            $(".pp_pic_holder").css({
              left: Math.ceil(($(window).width() - photo_width) * 0.5),
              width: photo_width - 10,
              top: 10
            });
          }
        });
        if (getParameterByName('e').length == 0) {
          if ($.cookie("email_D_Displayed") == null) {
            if (screen.width > 760 && screen.height > 500 && $(window).width() > 800 && $(window).height() > 500) {
              //relies on the prettyphoto plugin being init'd before this fires
              //$("#email_collection_popup").click();              
              //$.cookie("email_D_Displayed", "Yes", { expires: cookie_validity, domain: '.'+currentdomain, path: '/' });
              // Update CSS if necessary
              if (popup_closeBtn_style_override.length > 0) $("a.pp_close").attr('style', popup_closeBtn_style_override);
              // For fixing z-index for YouTube clip + $ dialog
              /*
              $('iframe').each(function () {
                try {
                  var url = $(this).attr("src");
                  var char = "?";
                  if(url.indexOf("?") != -1){
                    var char = "&";
                  }
                  if(url.indexOf('special-pages') == -1)
                    $(this).attr("src", url + char + "wmode=transparent");
                  }
                catch (err) { }
              });
              */
            }
          }
        } else {
          if ($.cookie("email_D_Displayed") != null) $.removeCookie('email_D_Displayed');
          $.cookie("email_D_Displayed", "Yes", {
            expires: cookie_validity,
            domain: '.' + currentdomain,
            path: '/'
          });
        }
      }
    });
  </script>
  <style type="text/css">
    .ui-autocomplete {
      position: absolute;
      z-index: 4000 !important;
    }

    .ui-autocomplete-category {
      font-weight: bold;
      padding: .2em .4em;
      margin: .1em 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;
    }
  </style>
  <!-- FOR PREDICTIVE SEARCH - START -->
  <link rel="stylesheet" href="/cmsglobalfiles/js/jQuery_UI_1_9_2/jquery-ui.min.css">
  <script>
    !jQuery.ui && document.write(unescape('%3Cscript src="/cmsglobalfiles/js/jQuery_UI_1_9_2/jquery-ui.min.js"%3E%3C/script%3E'))
  </script>
  <script src="/cmsglobalfiles/js/jQuery_UI_1_9_2/jquery-ui.min.js"></script>
  <script type="text/javascript">
    $.widget("custom.catcomplete", $.ui.autocomplete, {
      _renderMenu: function(ul, items) {
        var self = this,
          currentCategory = "";
        $.each(items, function(index, item) {
          if (item.category != currentCategory) {
            ul.append("<li class='ui-autocomplete-category' style='clear:both'>" + item.category + "</li>");
            currentCategory = item.category;
          }
          self._renderItem(ul, item);
        });
      },
      _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")) {
            //imagePath = "<img src='https://static.chemistwarehouse.com.au/ams/media/productimages/" + item.id + "/50.jpg' style='float:left'>";
            // NEW - updated quick search image path 30/09/16
            //imagePath = "<img src='https://static.chemistwarehouse.com.au/ams/media/pi/" + item.id + "/hero_50.jpg' style='float:left; height: 50px; width: 50px;' alt='This: " + item.label + "' title='This product: " + item.label + "' onload=\"\" onerror=\"this.src='https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/NoImage.jpg';\">";
            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 {
            // NEW - updated quick search image path 30/09/16          
            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' width='350px'><tr><td style='padding:3px;'>" + imageHtml +
          "</td><td valign='middle'><div style='padding:5px; font-size:11px; float:left; overflow:hidden; width:250px;'>" + 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 style='border-top: 1px solid #d9d9d9'></li>").data("item.autocomplete", item).append(fullStr).appendTo(ul);
      }
    });

    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&amp;t=7c776dc1" type="text/javascript"></script>
  <script
    src="/CMSPages/PortalTemplate.aspx?_TSM_HiddenField_=manScript_HiddenField&amp;_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.60919.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-AU%3aee051b62-9cd6-49a5-87bb-93c07bc43d63%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>
  <!-- START: Email Sign Up -->
  <div class="email-sign-up-box">
    <div class="custom-inner-wrap">
      <p class="custom-title"><span class="custom-upper">Exclusive Offers And Big Savings</span> <span class="custom-subtitle custom-upper">Delivered to your inbox</span><span class="custom-exclaim">!</span></p>
      <div class="signup-form">
        <div class="form-wrap">
          <input type="email" name="email" placeholder="Enter your email" class="input-form"><a class="signup-button">sign up</a>
          <div id="signedupbtn" class="signup_loading signin-spinner">
            <img src="https://static.chemistwarehouse.com.au/app_themes/AMS-CWH/Images/metro-loading.gif" alt="Loading..." title="Loading...">
          </div>
          <p class="error-req">
            <img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/email-sign-up/warning.png">Required field.
          </p>
          <p class="custom-invalid">
            <img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/email-sign-up/warning.png">Invalid email address. Please try again.
          </p>
          <p class="custom-error">
            <img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/email-sign-up/warning.png">There was an issue. Please reload the page try again.
          </p>
        </div>
        <p class="custom-content">Chemist Warehouse respects your privacy. Your information is safe and will never be shared. <a href="/AboutUs/privacy" class="custom-privacy">Read our Privacy Policy</a></p>
      </div>
      <div class="container-cross">
        <img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/Images/email-sign-up/cross.png">
      </div>
    </div>
  </div>
  <!-- END: Email Sign Up -->
  <base href="/">
  <link rel="stylesheet" type="text/css" href="/CMSScripts/Custom/app/react/static/css/cwh_main_min.css?v=2&amp;amsv=202111291">
  <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">&nbsp;</i><div id="p_lt_ctl02_ShoppingCartTotals_totalViewer" class="TotalViewer">
    <div class="Label">
        
    </div>
    <div class="Value">
        <span id="p_lt_ctl02_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>
		-->
      <style>
        .smart__search {
          display: none;
        }
      </style>
      <!--[if lt IE 10]>
  <style>
  .smart__search{
    display:block;
    }
  .attraqt__search{
    display:none;
    }
  </style>
<![endif]-->
      <div class="attraqt__search">
        <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/159/oral-hygiene-and-dental-care"><span class="ct-title ct-light-blue">Dental Care</span> <img src="https://static.chemistwarehouse.com.au/App_Themes/AMS-CWH/images/header/tile-dental-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_ctl08_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

Exclusive Offers And Big Savings Delivered to your inbox!

sign up


Required field.

Invalid email address. Please try again.

There was an issue. Please reload the page try again.

Chemist Warehouse respects your privacy. Your information is safe and will never
be shared. Read our Privacy Policy


Stores
Catalogue
0
Cart


 * Baby Care Shop Now
 * Beauty Shop Now
 * Cosmetics Shop Now
 * Dental 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
 * Dental 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



 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 



FREE SHIPPING?
SIMPLY ADD - TO YOUR CART!






 

 

 

 

 

 

popup


 

Panadol Children 5-12 Years Suspension Fever ...
★★★★★ ★★★★★ 4.6 out of 5 stars. Read reviews for Panadol Children 5-12 Years
Suspension Fever & Pain Relief Strawberry Flavour 200mL (71)
$18.49

 

Swisse Ultiboost Vitamin D 400 Capsules
★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Swisse Ultiboost Vitamin D 400
Capsules (413)
$24.99 $10.00 Off RRP!

 

Nurofen Ibuprofen Pain Relief Tablets 200mg 9...
★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Nurofen Ibuprofen Pain Relief
Tablets 200mg 96 Pack (172)
$14.49

 

Centrum Advance 100 Tablets
★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Centrum Advance 100 Tablets
(107)
$19.99 $3.01 Off RRP!

 

Real Care Antibacterial Wipes 30 Pack
★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Real Care Antibacterial Wipes
30 Pack (65)
$0.99 $3.00 Off RRP!

 

Panamax 500mg 100 Tablets
★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Panamax 500mg 100 Tablets (678)
$2.99

 

Nurofen Zavance Fast Pain Relief Caplets 256m...
★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Nurofen Zavance Fast Pain
Relief Caplets 256mg Ibuprofen 96 Pack (43)
$16.99

 

Libra Extra Long Maternity Pads Wings 10 Pack
★★★★★ ★★★★★ 4.6 out of 5 stars. Read reviews for Libra Extra Long Maternity Pads
Wings 10 Pack (64)
$2.71 $2.71 Off RRP!

 

Swisse Ultiboost Calcium + Vitamin D 150 Tabl...
★★★★★ ★★★★★ 4.6 out of 5 stars. Read reviews for Swisse Ultiboost Calcium +
Vitamin D 150 Tablets (303)
$14.99 $15.00 Off RRP!

 

Optifast VLCD Shake Chocolate 18 x 53g
★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Optifast VLCD Shake Chocolate
18 x 53g (797)
$47.99 $31.96 Off RRP!

 

Blackmores Omega Triple Concentrated Fish Oil...
★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Blackmores Omega Triple
Concentrated Fish Oil 150 Capsules (188)
$33.99 $23.00 Off RRP!

 

Blackmores Probiotics+ Daily Health 90 Capsul...
★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Blackmores Probiotics+ Daily
Health 90 Capsules (343)
$36.99 $29.01 Off RRP!

 

Ostelin Calcium & Vitamin D3 - with Vitamin D...
★★★★★ ★★★★★ 4.8 out of 5 stars. Read reviews for Ostelin Calcium & Vitamin D3 -
with Vitamin D for Bone Health & Immunity - 300 Tablets Exclusive Size (315)
$25.99 $10.00 Off EDLP!

 

Swisse Ultiboost Liver Detox 200 Tablets
★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Swisse Ultiboost Liver Detox
200 Tablets (254)
$27.99 $25.00 Off RRP!

Free Shipping

RightSign COVID 19 Antigen Test (Nasal Swab) ...
★★★★★ ★★★★★ 4.5 out of 5 stars. Read reviews for RightSign COVID 19 Antigen Test
(Nasal Swab) Self Test 5 Pack (NOT For sale in WA) (171)
$49.99









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
 * |
 * Reviews
 * |

 * Gift Cards
 * |
 * Security
 * |
 * Scam Alerts
 * |
 * Returns Policy

 * Affiliate Program
 * |
 * Privacy
 * |
 * Careers
 * |
 * FAQ
 * |

 * Terms & Conditions
 * |
 * Remix Radio
 * |
 * Commercial
 * |
 * Product Recalls

--------------------------------------------------------------------------------

 * Phone 1300 367 283
 * |
 * Stores 1300 734 876
 * |
 * Fax 1300 363 879
 * |
 * 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.

*This product may not be right for you. Always read the label, warnings and
instructions for use, before purchase. Vitamin and Mineral supplements should
not replace a balanced diet.
Always read the label. Follow directions for use. If symptoms persist talk to
your healthcare professional. This medicine may not be right for you. Read the
warnings before purchase.
The Pharmacist reserves the right to not supply contrary to our professional and
ethical obligation.
Sunscreen is only used for one element of protection.

Open


We use cookies to enhance your experience.

We use cookies to enhance your experience when visiting our website and to serve
you with advertisements that might interest you. By selecting to continue, you
are agreeing to our use of cookies.

To learn more about our Cookies and Privacy Policy click here

CONTINUELearn more

x