www.chemistwarehouse.com.au
Open in
urlscan Pro
104.16.108.106
Public Scan
URL:
https://www.chemistwarehouse.com.au/shop-online/1272/metamucil
Submission: On November 05 via api from AU — Scanned from AU
Submission: On November 05 via api from AU — Scanned from AU
Form analysis
2 forms found in the DOMPOST ./metamucil?CategoryID=1272&CategoryName=metamucil&aliaspath=%2fProduct-List-v2
<form method="post" action="./metamucil?CategoryID=1272&CategoryName=metamucil&aliaspath=%2fProduct-List-v2" onsubmit="javascript:return WebForm_OnSubmit();" id="form">
<div class="aspNetHidden">
<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">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form'];
if (!theForm) {
theForm = document.form;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=5NmjH3f0JaZZ2gUecv4v4K9jBG3W6_dqp02MtYQFFTCvNuPubjYNmFSqlL97OK08baB5jxWFpTi2VkZZRUeHaXtj6zPUjNlaaQ2SV_naip01&t=637103742965614113" type="text/javascript"></script>
<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=UNfch9rgkHl3p9iNmVsl3YdPiDq-yk7Vf4SqSRzHSw2W9kpMVHWyyEZjyXqqn7yoauHfghbUY8Pa9oq8FmxEtF6qyhwnfbe2d9zzqnbomftFpoFC-8ZB47RnXVluJAou0&t=ffffffffa5177bee" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=JMV349hWKDi6RU3yZLFMiJ_H3Y1_yNcYuiHdYCBB2WHZyvA2WFO8EDEJfLkHtS9Ss9lARahsDVY_wxmjB-cIGykZcArYCrW7p0ktgTtaV5t2vCzHZfyXjuBoE1CIJtYrMqzER6aePtaWQh5I_6PogQ2&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>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
null;
return true;
}
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A5343185">
<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0">
<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0">
</div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('manScript', 'form', ['tp$lt$ctl05$wCartPreview$upnlAjax', '', 'tctxM', ''], [], [], 90, '');
//]]>
</script>
<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" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'p_lt_ctl02_SmartSearchBox_CDN_btnImageButton')">
<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 Home / Medicines / Fibre Supplements / Metamucil METAMUCIL Buy Metamucil online at Chemist Warehouse and enjoy huge discounts across the entire range. Shop products online, in store or via click and collect today. Showing 19 Results Sort by Most Popular Metamucil Capsules Value Bundle 300 Capsules + 100 Capsules (274) $56.99$22.91 Off RRP! Buy now Metamucil Fibre Supplement Smooth Orange 180 Dose (833) $42.99 Buy now Metamucil Fibre Supplement Smooth Orange 114 Dose 673g (505) $32.99$6.51 Off RRP! Buy now Metamucil Fibre Gummies 120 Pack (76) $52.99$2.00 Off RRP! Buy now Metamucil Daily Fibre Supplement Fibre Caps 300 Capsules (402) $54.99$15.91 Off RRP! Buy now Metamucil Fibre Supplement Capsules 100 (149) $28.99$2.91 Off RRP! Buy now Metamucil Smooth Orange 30 Dose (326) $12.99$2.00 Off RRP! Buy now Metamucil Fibre Supplement Wild Berry Smooth 114 Doses (96) $32.99$6.51 Off RRP! Buy now Metamucil Fibre Supplement Natural Granular 114 Doses (81) $32.99$6.51 Off RRP! Buy now Metamucil Fibre Supplement Smooth Orange 72 Dose 425g (318) $27.99$1.91 Off RRP! Buy now Metamucil Fibre Gummies 72 Pack (66) $37.99$2.00 Off RRP! Buy now Metamucil Fibre Supplement FibreCaps 160 Capsules (164) $39.99$5.91 Off RRP! Buy now Metamucil Fibre Supplement Lemon Lime Smooth 114 Doses (104) $32.99$6.51 Off RRP! Buy now Metamucil Fibre Supplement Regular 72 Dose 504g (22) $27.99$1.91 Off RRP! Buy now Metamucil Fibre Supplement Smooth Orange 48 Dose 283g (297) $20.99$0.91 Off RRP! Buy now Metamucil Fibre Supplement Smooth Wild Berry 72 Doses (34) $27.99$1.91 Off RRP! Buy now Metamucil Fibre Supplement Orange 48 Dose 528g (30) $20.99$0.91 Off RRP! Buy now Metamucil Fibre Supplement Smooth Texture Lemon-Lime Flavour 72 doses 425g (19) $27.99$1.91 Off RRP! Buy now Metamucil FibreCaps 300+300 Bundle Pack (0) $75.99 Buy now 19 Results 1 ADULT CONTENT WARNING You are about to enter a section of our website that may contain content of an adult nature. This section of our website is designed for adults only and may include pictures and materials that some viewers may find offensive. This section of our website does not contain any nudity or obscene pictures only products of an adult nature. If you are under the age of 18, if such material offends you or if it is illegal to view such material in your State, Country or Community please do not continue. Entering the section of our site via the link below will constitute your consent to view these products of an adult nature and your agreement to the following terms and conditions: * We do not accept any returns: Due to the nature of the products sold within this section. If the product demonstrates a manufacturers fault, please contact our Customer Service team to enquire about the possibility of a return. * I am 18 years of age or older. * I accept all responsibility for my own actions and agree that I am legally bound to these terms and conditions. We value your privacy: We always ship purchases in plain everyday packaging. More details can be found on our Privacy Policy DECLINE & GO TO HOME PAGE I ACCEPT 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