Your Cart
Experience Real Results
with Authentic Onecare Products
As a pioneer in the supplement industry, Onecare is committed to delivering safe, effective solutions using only premium ingredients and adhering to the highest GMP-certified standards. Fake products may appear cheaper, but true wellness is priceless. Choose authentic Onecare products and experience the quality and safety you deserve— after all, wellness is luxury.
Fake Onecare products do not meet safety standards and often contain harmful ingredients that compromise your health. These imitation products are poorly made and often contaminated. Lab tests on fake AG-FACTOR™ & CelloFIT™ have found toxic heavy metals like lead and mercury, which can cause serious health risks. Using fake products is unsafe and may lead to life-threatening issues including:-

To protect your health, always buy from the official Onecare Store.
Expect a securely sealed package with our Authenticity Sticker.
Verify Your Purchase Worldwide

-
Scan the QR Code
Use your phone’s camera to scan the QR code on the sticker. Each sticker can be scanned only once.
-
Check Verification
Look for the "Authenticity Verified" message to ensure the product is genuine.
-
Report Fakes
If a "Counterfeit Alert" appears, select "Report Now" to help us fight fake products.
To ensure you purchase authentic Onecare products, please purchase only from our official stores:
Onecare does not take responsibility for any side effects or health consequences caused by counterfeit products of Onecare.
Onecare does not offer a refund for counterfeit products that may have been purchased, but rest assured we will try our best to provide support to customers who have purchased counterfeit products of Onecare.





- ';
if( json.error.length > 0 ) for( i=0;i
' + json.success.content + '
' ); setTimeout(function(){ wdtFeedback.modal('hide'); $infoModal.modal('show'); }, 1000); } else { // frmFeedbackNotification.html(''); closeDialog( divNotificationDialog ); closeDialog( divLoadingDialog ); info_modal(json.success.title,json.success.content); } } }, error: function(jqXHR, textStatus, errorThrown) { alert(jqXHR.responseText) } }); } function change_country(country,language) { if(country != "") { var _url = "//img.onecare.store/ajax/ajax_set_country.php?uRedirect=0&uCountry=" + country; if( language.length > 0 ) _url += '&uLang=' + language; $.ajax({ url: _url, dataType: 'text', xhrFields: { withCredentials: true }, crossDomain: true, success: function(data) { if(data == "true") { var curUrl = document.location.href; var urldata, location; if( curUrl ) urldata = curUrl.split('?'); if( urldata ) { location = urldata[0]; //location += ( (urldata[1]) ? '?'+urldata[1]+'&' : '?' ) + 'uCountry=' + country; var params = new URLSearchParams(window.location.search); if( params.has('uCountry') ) params.set('uCountry',country); else params.append('uCountry',country); location += '?' + params.toString(); } else location = 'https://img.onecare.store'; if( language!=null && language!='' && language!='en' && !$.isNumeric(language) ) window.location = location + "#googtrans(en|"+ language +")"; else window.location = location; } else if(data == "false") { // SET country failed } } }); } } /* login ---------------------------------------------------------------------------- */ var wdtLogin = $('#wdtLogin-modal'); function login( frm ) { frm = (frm==undefined||frm=='') ? 'login-form' : frm; var frmLogin = $('#' + frm); var content = '

- ';
if( json.error.length > 0 ) for( i=0;i
- ';
if( json.error.length > 0 ) for( i=0;i
[Click to Expand]' }); $(strAdsNotId + ' .ads-notifier').on('shown.bs.popover', function () { var top = $(strAdsNotId + '').parent().find('.popover').css('top'); top = top.replace('px'); top = parseInt(top) - 40; $(strAdsNotId + '').parent().find('.popover').css({'top':top}); $(strAdsNotId + '').parent().find('.popover-content').css({'white-space':'pre-wrap'}); }); $(strAdsNotId + ' .ads-notifier').popover('show'); } } $(strAdsNotId + ' .ads-notifier').bind('mouseover',function(){ popup_ads_notifier_desc(); }); $(strAdsNotId + ' .ads-notifier .overlay-image').bind('click',function(){ maximize_ads_notifier(); }); $(strAdsNotId + ' .ads-notifier .close').bind('click',function(){ minimize_ads_notifier(); }); minimize_ads_notifier(); setTimeout(function(){ maximize_ads_notifier(); setTimeout(function(){ minimize_ads_notifier(); },8000); },5000); } // } end // Cross-Browser HTML5 Placeholder Text if(!Modernizr.input.placeholder){ $('[placeholder]').focus(function() { var input = $(this); if (input.val() == input.attr('placeholder')) { input.val(''); input.removeClass('placeholder'); } }).blur(function() { var input = $(this); if (input.val() == '' || input.val() == input.attr('placeholder')) { input.addClass('placeholder'); input.val(input.attr('placeholder')); } }).blur(); $('[placeholder]').parents('form').submit(function() { $(this).find('[placeholder]').each(function() { var input = $(this); if (input.val() == input.attr('placeholder')) { input.val(''); } }) }); } $("#divAnnoBxslider").modernTicker({ effect: "scroll", scrollType: "discontinuous", scrollInterval: 20, transitionTime: 500, autoplay: true, marginLeft: '1120px' }); // Set datepiker setting $.datepicker.setDefaults( $.datepicker.regional[ "" ] ); // Cross-Browser CCS3 Seletor $('select').each(function() { if( !$(this).hasClass('nowrap') ) $(this).wrap(''); }); // READ cookie cookieOrderList = getCookie('orderList'); cookieRedeemList = getCookie('redeemList'); ///. Updated on 20241127 Jun Jie - Subscription // End on 20241127 Jun Jie - Subscription if( cookieOrderList!='' && cookieOrderList!=undefined && cookieOrderList!=null ) { cookieOrderList = JSON.parse( cookieOrderList ); for( i in cookieOrderList ) { if( !cookieOrderList[i].qty ) { cookieOrderList[i] = {"cod":cookieOrderList[i],"qty":1}; } } } else cookieOrderList = {}; if( cookieRedeemList!='' && cookieRedeemList!=undefined && cookieRedeemList!=null ) { cookieRedeemList = JSON.parse( cookieRedeemList ); for( i in cookieRedeemList ) { if( !cookieRedeemList[i].qty ) { cookieRedeemList[i] = {"cod":cookieRedeemList[i].cod,"qty":1,"mode":cookieRedeemList[i].mode}; } } } else cookieRedeemList = {}; // Updated on 20241128 Jun Jie - Subscription // UPDATE order list orderList = cookieOrderList; redeemList = cookieRedeemList; finalList = customMerge({},cookieOrderList,cookieRedeemList); update_cart_counter( finalList ); update_estimate_discount_total( cookieOrderList ); update_estimate_cashback_total( cookieRedeemList ); // LOGIN DROPDOWN { var loginToggle = $('#login-toggle'); var loginBox = $('#login-box'); var loginForm = $('#login-form'); loginToggle.bind('click',function() { loginBox.removeClass('hidden'); loginToggle.addClass('active'); }); $(this).mouseover(function(elem) { if(!($(elem.target).parents().hasClass('login-wrapper'))) { loginToggle.removeClass('active'); loginBox.addClass('hidden'); } }); // } LOGIN DROPDOWN // NOTIFICATION DIALOG // -- a workaround for a flaw in the demo system (//dev.jqueryui.com/ticket/4375), ignore! $( "#notification-dialog:ui-dialog" ).dialog( "destroy" ); divNotificationDialog.dialog({ autoOpen: false, // set this to false so we can manually open it modal: true, width: 450, buttons: { Close: function() { $( this ).dialog( "close" ); } }, open: function() { // scrollbar fix for IE $('body').css('overflow','hidden'); $( this ).removeClass('hidden'); }, close: function() { // reset overflow $('body').css('overflow','auto'); $( this ).addClass('hidden'); } }); // end of dialog // LOADING DIALOG // -- a workaround for a flaw in the demo system (//dev.jqueryui.com/ticket/4375), ignore! $( "#loading-dialog:ui-dialog" ).dialog( "destroy" ); // create the loading window and set autoOpen to false divLoadingDialog.dialog({ autoOpen: false, // set this to false so we can manually open it dialogClass: "loading-dialog", closeOnEscape: false, draggable: false, width: 460, minHeight: 50, modal: true, buttons: {}, resizable: false, open: function() { // scrollbar fix for IE $('body').css('overflow','hidden'); $( this ).removeClass('hidden'); }, close: function() { // reset overflow $('body').css('overflow','auto'); $( this ).addClass('hidden'); } }); // end of dialog // -- a workaround for a flaw in the demo system (//dev.jqueryui.com/ticket/4375), ignore! $( "#login-dialog:ui-dialog" ).dialog( "destroy" ); // create the loading window and set autoOpen to false divLoginDialog.dialog({ autoOpen: false, // set this to false so we can manually open it dialogClass: "login-dialog", closeOnEscape: false, draggable: false, width: 460, minHeight: 50, modal: true, buttons: { "Log In" : function(){ var bValid = true; allFields.removeClass( "ui-state-error" ); bValid = bValid && checkLength( email, "email", 6, 80 ); bValid = bValid && checkEmpty( password, "Password" ); // From jquery.validate.js (by joern), contributed by Scott Gonzalez: //projects.scottsplayground.com/email_address_validation/ bValid = bValid && checkRegexp( email, /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i, "eg. ui@jquery.com" ); if ( bValid ) { $( this ).dialog( "close" ); login( 'frmLoginDialog' ); } }, Cancel: function() { $( this ).dialog( "close" ); } }, resizable: false, open: function() { // scrollbar fix for IE $('body').css('overflow','hidden'); $( this ).removeClass('hidden'); }, close: function() { // reset overflow $('body').css('overflow','auto'); $( this ).addClass('hidden'); allFields.val( "" ).removeClass( "ui-state-error" ); } }); // end of dialog $('div.ui-dialog button.ui-button').each(function() { $(this).children('.ui-button-text').html($(this).attr('text')); }); // READ cookie cookieOrderList = getCookie('orderList'); if( cookieOrderList!='' && cookieOrderList!=undefined && cookieOrderList!=null ) { cookieOrderList = JSON.parse( cookieOrderList ); for( i in cookieOrderList ) { if( !cookieOrderList[i].qty ) { cookieOrderList[i] = {"cod":cookieOrderList[i],"qty":1}; } } } else cookieOrderList = {}; ///. Updated on 20250218 Jun Jie - Subscription // READ cookie cookieSubList = getCookie('subList'); if( cookieSubList!='' && cookieSubList!=undefined && cookieSubList!=null ) { cookieSubList = JSON.parse( cookieSubList ); for( i in cookieSubList ) { if( !cookieSubList[i].qty ) { cookieSubList[i] = {"cod":cookieSubList[i],"qty":1}; } } } else cookieSubList = {} // End on 20250218 Jun Jie - Subscription // remove any inactive items if( false && false ) { if( ! $.isEmptyObject(cookieOrderList) ) for( orderKey in cookieOrderList) { if( orderKey==201 ) delete cookieOrderList[orderKey]; } } // if( console && console.log ) console.log(cookieOrderList); finalList = customMerge({},cookieRedeemList,cookieOrderList) update_cart_counter( finalList ); // header animation $('.animate-item1').fadeIn('slow',function(){ w = $('.animate-item2').width(); $('.animate-item2').width(0).show().delay(500).animate({width:w},'slow',function(){ $('.animate-item3').fadeIn('slow'); }); }); setInterval( function(){ $('body').removeAttr('style'); $('.goog-te-banner-frame.skiptranslate').hide(); $('.goog-te-gadget-simple').css({backgroundColor:'#F1F3F4',font:'700 13px CorisandeRegular',letterSpacing:'-1px'}); $('.goog-te-gadget-simple > img').hide(); },3000) TweenLite.to( $('.page-body'),.5,{autoAlpha:1} ); // $('.selectpicker [name!=optChangeCountry]').selectpicker('mobile'); // $('.selectpicker [name=optChangeCountry]').selectpicker(); $('.page-onload').removeClass('page-onload'); });// end of document ready //Add reward to cart - 20231122 - fong function reward_add_to_cart(id,name,type,cCode,code,val,btn) { $('.'+btn+'-wrapper').html('Redeemded'); var data = { 'hidProdId': id, 'hidProdName' : name, 'prod_cat_type' : type, 'prod_cat_code' : cCode, 'prod_code' : code, 'prod_value' : val } reward_ctrl('frmAddToCart',data); } ///. Updated on 20250218 Wong Jun Jie - Subscription // reset all subMode to normal when add item to cart function sub_mode_change_alert(action) { // clear uSubFromOrder and uCombineFromSub cookies setCookie('uSubFromOrder','', -1); setCookie('uCombineFromSub','', -1); // action if (action == 'delete') { actionStr = 'Deleted item from cart, '; titleStr = 'Remove item from Cart'; } else { actionStr = 'Added item to cart, '; titleStr = 'Add to Cart'; } if (subList) { var first = false; for (const [key, value] of Object.entries(subList)) { if (!first && subList[key]['sub_mode'] !== 'normal') { info_modal(titleStr + ' while Combine/Convert',actionStr + 'your other subscription items have also been converted to normal. Subscription item quantities have been set to 1.'); first = true; } subList[key]['sub_mode'] = 'normal'; if (true) { subList[key]['qty'] = 1; } } setCookie('subList', JSON.stringify(subList), 1); } } // End 20250218 Wong Jun Jie - Subscription -->