skip to main content
Please Select Your Country
Sign in
Register
0
Ordering help and supportWays to order
Please use your email to sign in or create an account.
Invalid Login
Please enter your password to sign in
To simplify sign up, a web account associated with this email address has already been created. To activate that account please use the link below to set up a password. We’ll send an email for setting up your password, then an email to confirm the change. Use this to access your account every time you sign in.
Click here to set up a new password.
Please enter your e-mail address below. A message containing instructions for resetting your password will be sent to that address.
An email has been sent to your primary email address to reset your password
Unable to update your password
';questionBlob += '
';questionBlob += '
';radioCount++;});questionBlob += '
';questionBlob += '
' + chooseQuestion + '
');}}$(document).ready(function() {initializeDropdowns();if($(document.body).find("#tester-div").width() <= 10) {if(!($(document.body).find("#security-question-one").length)) {//transformSecurityQuestion(); }}$(document.body).find(".radio-set .radio-item").on("click",function() {$(this).closest(".radio-set").find(".radio-item").each(function() {$(this).removeAttr("selected-item");});$(this).attr("selected-item","");$(document.body).find(formContext).find("#security-question-1").attr("value",$(this).attr("value"));$(document.body).find(formContext).find(".radio-set .radio-item").css("display","none");$(this).css("display","block");});$(document.body).find(".registration-form input").on("blur",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {syncBillingShippingValues();}});$(document.body).find(".billing-country-id").on("change", function() { initializeDropdowns(); });$(document.body).find(formContext).find(".check-business-builder").on("change",function() {if(questionsDisplayed == 1) {questionsDisplayed = 3;showQuestionsAcross3();$(document.body).find(formContext).find(".business-builder-row").show('fast');} else {questionsDisplayed = 1;showAllQuestionsIn1();$(document.body).find(formContext).find(".business-builder-row").hide('fast');}});$(document.body).find(formContext).find(".security-question").on("change",function() {var $sq1 = $(document.body).find(formContext).find("#sq1");var $sq2 = $(document.body).find(formContext).find("#sq2");var $sq3 = $(document.body).find(formContext).find("#sq3");if(questionsDisplayed == 1) {val1 = $sq1.val();} else {val1 = $sq1.val();val2 = $sq2.val();val3 = $sq3.val();showQuestionsAcross3();}});$(document.body).find('.form-field').each( function () {$(this).val($(this).attr('data-hint'));//$(this).css({color:'#999'});});$(document.body).find('.form-field').on("focus",function(){if ( $(this).val() == $(this).attr('data-hint') ){$(this).val('');$(this).css({color:'#000'});}});$(document.body).find('.form-field').on("blur",function(){if ($(this).val() == '' ){$(this).val($(this).attr('data-hint'));//$(this).css({color:'#999'});}});$(document.body).find(".email-input").on("blur",function(e) {$this = $(this);var valToTrim = $(this).val();$(this).val(valToTrim.trim());var errorLocation = $(this).closest("form");if($this.val()) {$.ajax({url: '/ajax.php/email-check/' + encodeURIComponent($this.val()),success: function(data) {//console.log("data: " + data);if(typeof data['ResultMsg'] != "undefined") {//console.log("resultmsg: " + data['ResultMsg']);if(data['ResultMsg'] == "Email Address is Available") {$this.css("background-color","transparent");$(errorLocation).find("#e-mail-used-error").hide('slow');} else {$this.css("background-color","255,170,187");$(errorLocation).find("#e-mail-used-error").show('slow');//$this.val("");}}else if(data == 1) {$this.css("background-color","255,170,187");$(errorLocation).find("#e-mail-invalid-chars").show('slow');$this.val("");} else {$this.css("background-color","transparent");$(errorLocation).find("#e-mail-invalid-chars").hide('slow');}}});} else {$this.css("background-color","transparent");$(errorLocation).find("#e-mail-used-error").hide('slow');}});$(document.body).find(".login-continue-button").off().on("click",function() {var valToTrim = $(this).closest("form").find(".email").val();$(this).closest("form").find(".email").val(valToTrim.trim());var emailAddress = $(this).closest("form").find(".email").val();if(emailAddress != "") {//console.log("e-mail being sent to email-check: ");//console.log(encodeURIComponent(emailAddress));$.ajax({url: '/ajax.php/email-check/' + encodeURIComponent(emailAddress),dataType: "json",success: function(data) {//console.log("Data returned from email-check:");//console.log(data);if(data['Result'] == 1) { //the e-mail address is new and contains valid characters//console.log("e-mail address: " + emailAddress);$(document.body).find(".email-input").val(emailAddress);if(typeof nextStep == "undefined" || nextStep == "") {nextStep = "register";}//console.log("nextStep: " + nextStep);showLoginWindow(nextStep);}else if(data['Value'] == true) { //user needs to reset password//console.log("user needs to reset password");typedEmail = emailAddress;showLoginWindow("create-password");}else if(data == 1) { //the e-mail address contains invalid characters//console.log("the e-mail address contains invalid characters");showLoginWindow("correct-email");}else {setSiteLoginState(2); //shows the visitor the password field}}});} else {//$(errorLocation).find("#e-mail-used-error").hide('slow');}});/*$(document.body).find(".sponsor-input").on("blur",function(e) {$this = $(this);if($this.val().length) {$(document.body).find(formContext).find("#pin-input-required-field").hide();//$("#pin-input").attr("data-validate", "not-required");} else {$(document.body).find(formContext).find("#pin-input-required-field").show();//$("#pin-input").attr("data-validate", "string");}});*/$(document.body).find(".pin-input").on("blur",function(e) {$this = $(this);if($this.attr('name') === 'pin' && $this.val()) {$.ajax({url: '/ajax.php/account-available/' + $this.val(),success: function(data) {if(data == 0) {$(document.body).find(formContext).find("#pin-used-error").hide('slow');} else {$(document.body).find(formContext).find("#pin-used-error").show('slow');}}});$.ajax({url: '/ajax.php/check-family-line/' + $this.val(),success: function(data) {if(data == 1) {$(document.body).find(formContext).find("#family-pin-error").hide('slow');} else {$(document.body).find(formContext).find("#family-pin-error").show('slow');}}});} else {$(document.body).find(formContext).find("#pin-used-error").hide('slow');$(document.body).find(formContext).find("#family-pin-error").hide('slow');}});//don't allow a shopper PIN to be entered as a sponsor PIN/*$(document.body).find(formContext).find("#sponsor-id").on("blur", function(){var pinUrl = '/ajax.php/check-shopper/' + $(this).val();//console.log("got to the listener. pinUrl: " + pinUrl);if(pinUrl != "/ajax.php/check-shopper/") {$.ajax({url: pinUrl,success: function(data) {//console.log("ajax call was successful--data: " + data);//6561588if(data == 1) {$(document.body).find(formContext).find("#pin-cannot-be-sponsor").hide('slow');} else {$(document.body).find(formContext).find("#pin-cannot-be-sponsor").show('slow');}}});}});*///jquery from upgrade_account.php:$(document.body).find(".shipping-country-input select").on("change",function() {$this = $(this);var states = getStates($this.val());if(states.length) {$(document.body).find(formContext).find(".shipping-state-input, #shipping-is-in-city-check").show('slow');populateStates($this, states);} else {$(document.body).find(formContext).find(".shipping-state-input, #shipping-is-in-city-check").hide('slow');depopulateStates($this);}});$(document.body).find(".is-shipping-same").on("click",function() {if($(this).is(':checked')) {$(this).closest("form").find("#shipping-address-table").hide('slow');$(this).closest("form").find("#billing-is-in-city-check .options-container").show("slow");syncBillingShippingValues();} else {$(this).closest("form").find("#shipping-address-table").show('slow');$(this).closest("form").find("#billing-is-in-city-check .options-container").hide("slow");}});$(document.body).find(".billing-is-in-city").on("click",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-is-in-city").prop('checked', $(this).prop('checked'));}});$(document.body).find(".first-name, .last-name").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-name").val($(document.body).find(formContext).find("#first-name").val() + ' ' + $(document.body).find(formContext).find("#last-name").val());}});$(document.body).find(".street-1").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-street1").val($(this).val());}});$(document.body).find(".street-2").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-street2").val($(this).val());}});$(document.body).find(".city").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-city").val($(this).val());}});$(document.body).find(".billing-postal-code").on("change",function() {var $this = $(this);var val = $this.val()if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-postal-code").val(val);var countryId = $(document.body).find(formContext).find("#shipping-country-id").val();if(countryId == 254 || countryId == 44 || countryId == 297) {$.ajax("https://ww1.lifeplus.com/js/ajax/store/get_geocodes_for_zip.php?secSessionId=0&zip=" + val).done(function(data) {if(data && data.GetGeocodesForZipResult && data.GetGeocodesForZipResult.GeoInfoResponse) {var r = data.GetGeocodesForZipResult.GeoInfoResponse;if(Object.prototype.toString.call(r) !== '[object Array]') {r = [r];}if(r && r[0]) {var zipState = r[0].State.trim().toLowerCase();var selectedState = $(document.body).find(formContext).find("#shipping-state").val().trim().toLowerCase();var countryId = $(document.body).find(formContext).find("#shipping-country-id").val(); if (countryId == 297) { selectedState = 'california'; }var statesMatch = zipState == selectedState;if(!statesMatch) {$(document.body).find(formContext).find(".state-does-not-match-notice").show();} else {$(document.body).find(formContext).find(".state-does-not-match-notice").hide();}}var opts = renderGeoCodeOptions(r);$(document.body).find(formContext).find("#shipping-is-in-city-check").find(".option-list").show('slow').html(opts);$(document.body).find(formContext).find("#billing-is-in-city-check").find(".option-list").show('slow').html(opts);$(document.body).find(formContext).find(".options-container").show("slow");}});}}});$(document.body).find(".shipping-postal-code").on("change",function() {var $this = $(this);var val = $this.val();var countryId = $("#shipping-country-id").val();if(countryId == 254 || countryId == 44 || countryId == 297) {$.ajax("https://ww1.lifeplus.com/js/ajax/store/get_geocodes_for_zip.php?secSessionId=0&zip=" + val).done(function(data) {if(data && data.GetGeocodesForZipResult && data.GetGeocodesForZipResult.GeoInfoResponse) {var r = data.GetGeocodesForZipResult.GeoInfoResponse;if(Object.prototype.toString.call(r) !== '[object Array]') {r = [r];}if(r && r[0]) {var zipState = r[0].State.trim().toLowerCase();var selectedState = $(document.body).find(formContext).find("#shipping-state").val().trim().toLowerCase();var countryId = $(document.body).find(formContext).find("#shipping-country-id").val(); if (countryId == 297) { selectedState = 'california'; }var statesMatch = zipState == selectedState;if(!statesMatch) {$(document.body).find(formContext).find(".state-does-not-match-notice").show();} else {$(document.body).find(formContext).find(".state-does-not-match-notice").hide();}}var opts = renderGeoCodeOptions(r);$(document.body).find(formContext).find("#billing-is-in-city-check").find(".option-list").html(opts);$(document.body).find(formContext).find("#shipping-is-in-city-check").find(".option-list").html(opts);$(document.body).find(formContext).find(".options-container").show("slow");}});}});$(document.body).find(".billing-state").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-state").val($(this).val());}});$(document.body).find(".billing-country-id").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-country-id").val($(this).val());}});/*$(document.body).find(".registration-form").find("input[type='password']").on("blur", function(e) {var password = $(this).val(); var hasUpperCase = /[A-Z]/.test(password); var hasLowerCase = /[a-z]/.test(password); var hasNumbers = /\d/.test(password); var hasNonalphas = /\W/.test(password); var isComplextEnough = (hasUpperCase + hasLowerCase + hasNumbers + hasNonalphas) == 4; if(isComplextEnough) { $(document.body).find("#password-complexity-description").removeClass("highlight-policy"); } else { $(document.body).find("#password-complexity-description").addClass("highlight-policy"); }});*/$(document.body).find(".registration-form").on("submit",function(e) {var $this = $(this);//enable/disable submit button based on acceptance of terms of service:if(!$(document.body).find(formContext).find("#confirm-terms").is(':checked')) {$(document.body).find(formContext).find("#confirm-terms").closest("div").addClass("error");e.preventDefault();//console.log("login instance A");showLoginWindow("login");return;} else {$(document.body).find(formContext).find("#confirm-terms").closest("div").removeClass("error");}if($this.find("input[type='submit']").hasClass("disabled")) {e.preventDefault();//console.log("login instance B");showLoginWindow("login");return;}var zip;var billingCountry = $(document.body).find(formContext).find(formContext).find("#billing-country-id").val();var shippingCountry = $(document.body).find(formContext).find("#shipping-country-id").val();if(billingCountry == 116) {zip = $(document.body).find(formContext).find("#billing-postal-code").val();if(isNumber(zip)) {zip = zip.toString().splice(3, 0, '-');$(document.body).find(formContext).find("#billing-postal-code").val(zip);}}if(shippingCountry == 116) {zip = $(document.body).find(formContext).find("#shipping-postal-code").val();if(isNumber(zip)) {zip = zip.toString().splice(3, 0, '-');$(document.body).find(formContext).find("#shipping-postal-code").val(zip);}}});$(document.body).find(".confirm-terms").on("click",function() {$this = $(this);$submit = $this.closest("form").find("input[type='submit']");if($this.is(':checked')) {$submit.removeClass("disabled");$(document.body).find(formContext).find("#confirm-terms").closest("div").removeClass("error");} else {$submit.addClass("disabled");}});});Copied
Cart link successfully saved.
The address you entered could not be validated. Would you prefer to edit and resubmit it, or submit it as is?
Keep as is
Edit
The system found a suggested address, based on the address you entered. Please click on the address that you would like to use:
Cancel
In creating an ASAP, you’re opting to automatically order this product each month. You’ll receive a saving on all products added to your ASAP. We’ll fulfil your order on, or as close to your chosen date as possible.
Familiarise yourself with how our Automatic Shipping Advantage Programme works on our ordering page.
By selecting “I agree” you’re confirming you’ve read and understood our .
I agree
I disagree
Are you sure you would like to delete this item? This action is not undoable.
Yes
Cancel
Are you sure you would like to delete this item? This action is not undoable.
Yes
Cancel
In creating an ASAP, you’re opting to automatically order this product each month. You’ll receive a saving on all products added to your ASAP. We’ll fulfil your order on, or as close to your chosen date as possible.
Familiarise yourself with how our Automatic Shipping Advantage Programme works on our ordering page.
By selecting “I agree” you’re confirming you’ve read and understood our .
I agree
I disagree
An error occurred while saving your payment. Please try again.
OK
Error inserting shipping address
OK
OK
The account number you entered is invalid. Please try again.
OK
Your online account has been created
Your order is being processed.
Adding your payment method to your order.
Adding your shipping address to your order.
Recalculating Shipping costs.
Your order is being finalised.
Sign in / Create an accountSign inCreate an accountPassword setupReset password
X
Please use your email to sign in or create an account.
Invalid Login
Please enter your password to sign in
To simplify sign up, a web account associated with this email address has already been created. To activate that account please use the link below to set up a password. We’ll send an email for setting up your password, then an email to confirm the change. Use this to access your account every time you sign in.
Click here to set up a new password.
Please enter your e-mail address below. A message containing instructions for resetting your password will be sent to that address.
An email has been sent to your primary email address to reset your password
Unable to update your password
';questionBlob += '
';questionBlob += '
' + chooseQuestion + '
');}}$(document).ready(function() {initializeDropdowns();if($(document.body).find("#tester-div").width() <= 10) {if(!($(document.body).find("#security-question-one").length)) {//transformSecurityQuestion(); }}$(document.body).find(".radio-set .radio-item").on("click",function() {$(this).closest(".radio-set").find(".radio-item").each(function() {$(this).removeAttr("selected-item");});$(this).attr("selected-item","");$(document.body).find(formContext).find("#security-question-1").attr("value",$(this).attr("value"));$(document.body).find(formContext).find(".radio-set .radio-item").css("display","none");$(this).css("display","block");});$(document.body).find(".registration-form input").on("blur",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {syncBillingShippingValues();}});$(document.body).find(".billing-country-id").on("change", function() { initializeDropdowns(); });$(document.body).find(formContext).find(".check-business-builder").on("change",function() {if(questionsDisplayed == 1) {questionsDisplayed = 3;showQuestionsAcross3();$(document.body).find(formContext).find(".business-builder-row").show('fast');} else {questionsDisplayed = 1;showAllQuestionsIn1();$(document.body).find(formContext).find(".business-builder-row").hide('fast');}});$(document.body).find(formContext).find(".security-question").on("change",function() {var $sq1 = $(document.body).find(formContext).find("#sq1");var $sq2 = $(document.body).find(formContext).find("#sq2");var $sq3 = $(document.body).find(formContext).find("#sq3");if(questionsDisplayed == 1) {val1 = $sq1.val();} else {val1 = $sq1.val();val2 = $sq2.val();val3 = $sq3.val();showQuestionsAcross3();}});$(document.body).find('.form-field').each( function () {$(this).val($(this).attr('data-hint'));//$(this).css({color:'#999'});});$(document.body).find('.form-field').on("focus",function(){if ( $(this).val() == $(this).attr('data-hint') ){$(this).val('');$(this).css({color:'#000'});}});$(document.body).find('.form-field').on("blur",function(){if ($(this).val() == '' ){$(this).val($(this).attr('data-hint'));//$(this).css({color:'#999'});}});$(document.body).find(".email-input").on("blur",function(e) {$this = $(this);var valToTrim = $(this).val();$(this).val(valToTrim.trim());var errorLocation = $(this).closest("form");if($this.val()) {$.ajax({url: '/ajax.php/email-check/' + encodeURIComponent($this.val()),success: function(data) {//console.log("data: " + data);if(typeof data['ResultMsg'] != "undefined") {//console.log("resultmsg: " + data['ResultMsg']);if(data['ResultMsg'] == "Email Address is Available") {$this.css("background-color","transparent");$(errorLocation).find("#e-mail-used-error").hide('slow');} else {$this.css("background-color","255,170,187");$(errorLocation).find("#e-mail-used-error").show('slow');//$this.val("");}}else if(data == 1) {$this.css("background-color","255,170,187");$(errorLocation).find("#e-mail-invalid-chars").show('slow');$this.val("");} else {$this.css("background-color","transparent");$(errorLocation).find("#e-mail-invalid-chars").hide('slow');}}});} else {$this.css("background-color","transparent");$(errorLocation).find("#e-mail-used-error").hide('slow');}});$(document.body).find(".login-continue-button").off().on("click",function() {var valToTrim = $(this).closest("form").find(".email").val();$(this).closest("form").find(".email").val(valToTrim.trim());var emailAddress = $(this).closest("form").find(".email").val();if(emailAddress != "") {//console.log("e-mail being sent to email-check: ");//console.log(encodeURIComponent(emailAddress));$.ajax({url: '/ajax.php/email-check/' + encodeURIComponent(emailAddress),dataType: "json",success: function(data) {//console.log("Data returned from email-check:");//console.log(data);if(data['Result'] == 1) { //the e-mail address is new and contains valid characters//console.log("e-mail address: " + emailAddress);$(document.body).find(".email-input").val(emailAddress);if(typeof nextStep == "undefined" || nextStep == "") {nextStep = "register";}//console.log("nextStep: " + nextStep);showLoginWindow(nextStep);}else if(data['Value'] == true) { //user needs to reset password//console.log("user needs to reset password");typedEmail = emailAddress;showLoginWindow("create-password");}else if(data == 1) { //the e-mail address contains invalid characters//console.log("the e-mail address contains invalid characters");showLoginWindow("correct-email");}else {setSiteLoginState(2); //shows the visitor the password field}}});} else {//$(errorLocation).find("#e-mail-used-error").hide('slow');}});/*$(document.body).find(".sponsor-input").on("blur",function(e) {$this = $(this);if($this.val().length) {$(document.body).find(formContext).find("#pin-input-required-field").hide();//$("#pin-input").attr("data-validate", "not-required");} else {$(document.body).find(formContext).find("#pin-input-required-field").show();//$("#pin-input").attr("data-validate", "string");}});*/$(document.body).find(".pin-input").on("blur",function(e) {$this = $(this);if($this.attr('name') === 'pin' && $this.val()) {$.ajax({url: '/ajax.php/account-available/' + $this.val(),success: function(data) {if(data == 0) {$(document.body).find(formContext).find("#pin-used-error").hide('slow');} else {$(document.body).find(formContext).find("#pin-used-error").show('slow');}}});$.ajax({url: '/ajax.php/check-family-line/' + $this.val(),success: function(data) {if(data == 1) {$(document.body).find(formContext).find("#family-pin-error").hide('slow');} else {$(document.body).find(formContext).find("#family-pin-error").show('slow');}}});} else {$(document.body).find(formContext).find("#pin-used-error").hide('slow');$(document.body).find(formContext).find("#family-pin-error").hide('slow');}});//don't allow a shopper PIN to be entered as a sponsor PIN/*$(document.body).find(formContext).find("#sponsor-id").on("blur", function(){var pinUrl = '/ajax.php/check-shopper/' + $(this).val();//console.log("got to the listener. pinUrl: " + pinUrl);if(pinUrl != "/ajax.php/check-shopper/") {$.ajax({url: pinUrl,success: function(data) {//console.log("ajax call was successful--data: " + data);//6561588if(data == 1) {$(document.body).find(formContext).find("#pin-cannot-be-sponsor").hide('slow');} else {$(document.body).find(formContext).find("#pin-cannot-be-sponsor").show('slow');}}});}});*///jquery from upgrade_account.php:$(document.body).find(".shipping-country-input select").on("change",function() {$this = $(this);var states = getStates($this.val());if(states.length) {$(document.body).find(formContext).find(".shipping-state-input, #shipping-is-in-city-check").show('slow');populateStates($this, states);} else {$(document.body).find(formContext).find(".shipping-state-input, #shipping-is-in-city-check").hide('slow');depopulateStates($this);}});$(document.body).find(".is-shipping-same").on("click",function() {if($(this).is(':checked')) {$(this).closest("form").find("#shipping-address-table").hide('slow');$(this).closest("form").find("#billing-is-in-city-check .options-container").show("slow");syncBillingShippingValues();} else {$(this).closest("form").find("#shipping-address-table").show('slow');$(this).closest("form").find("#billing-is-in-city-check .options-container").hide("slow");}});$(document.body).find(".billing-is-in-city").on("click",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-is-in-city").prop('checked', $(this).prop('checked'));}});$(document.body).find(".first-name, .last-name").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-name").val($(document.body).find(formContext).find("#first-name").val() + ' ' + $(document.body).find(formContext).find("#last-name").val());}});$(document.body).find(".street-1").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-street1").val($(this).val());}});$(document.body).find(".street-2").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-street2").val($(this).val());}});$(document.body).find(".city").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-city").val($(this).val());}});$(document.body).find(".billing-postal-code").on("change",function() {var $this = $(this);var val = $this.val()if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-postal-code").val(val);var countryId = $(document.body).find(formContext).find("#shipping-country-id").val();if(countryId == 254 || countryId == 44 || countryId == 297) {$.ajax("https://ww1.lifeplus.com/js/ajax/store/get_geocodes_for_zip.php?secSessionId=0&zip=" + val).done(function(data) {if(data && data.GetGeocodesForZipResult && data.GetGeocodesForZipResult.GeoInfoResponse) {var r = data.GetGeocodesForZipResult.GeoInfoResponse;if(Object.prototype.toString.call(r) !== '[object Array]') {r = [r];}if(r && r[0]) {var zipState = r[0].State.trim().toLowerCase();var selectedState = $(document.body).find(formContext).find("#shipping-state").val().trim().toLowerCase();var countryId = $(document.body).find(formContext).find("#shipping-country-id").val(); if (countryId == 297) { selectedState = 'california'; }var statesMatch = zipState == selectedState;if(!statesMatch) {$(document.body).find(formContext).find(".state-does-not-match-notice").show();} else {$(document.body).find(formContext).find(".state-does-not-match-notice").hide();}}var opts = renderGeoCodeOptions(r);$(document.body).find(formContext).find("#shipping-is-in-city-check").find(".option-list").show('slow').html(opts);$(document.body).find(formContext).find("#billing-is-in-city-check").find(".option-list").show('slow').html(opts);$(document.body).find(formContext).find(".options-container").show("slow");}});}}});$(document.body).find(".shipping-postal-code").on("change",function() {var $this = $(this);var val = $this.val();var countryId = $("#shipping-country-id").val();if(countryId == 254 || countryId == 44 || countryId == 297) {$.ajax("https://ww1.lifeplus.com/js/ajax/store/get_geocodes_for_zip.php?secSessionId=0&zip=" + val).done(function(data) {if(data && data.GetGeocodesForZipResult && data.GetGeocodesForZipResult.GeoInfoResponse) {var r = data.GetGeocodesForZipResult.GeoInfoResponse;if(Object.prototype.toString.call(r) !== '[object Array]') {r = [r];}if(r && r[0]) {var zipState = r[0].State.trim().toLowerCase();var selectedState = $(document.body).find(formContext).find("#shipping-state").val().trim().toLowerCase();var countryId = $(document.body).find(formContext).find("#shipping-country-id").val(); if (countryId == 297) { selectedState = 'california'; }var statesMatch = zipState == selectedState;if(!statesMatch) {$(document.body).find(formContext).find(".state-does-not-match-notice").show();} else {$(document.body).find(formContext).find(".state-does-not-match-notice").hide();}}var opts = renderGeoCodeOptions(r);$(document.body).find(formContext).find("#billing-is-in-city-check").find(".option-list").html(opts);$(document.body).find(formContext).find("#shipping-is-in-city-check").find(".option-list").html(opts);$(document.body).find(formContext).find(".options-container").show("slow");}});}});$(document.body).find(".billing-state").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-state").val($(this).val());}});$(document.body).find(".billing-country-id").on("change",function() {if($(document.body).find(formContext).find("#is-shipping-same").is(':checked')) {$(document.body).find(formContext).find("#shipping-country-id").val($(this).val());}});/*$(document.body).find(".registration-form").find("input[type='password']").on("blur", function(e) {var password = $(this).val(); var hasUpperCase = /[A-Z]/.test(password); var hasLowerCase = /[a-z]/.test(password); var hasNumbers = /\d/.test(password); var hasNonalphas = /\W/.test(password); var isComplextEnough = (hasUpperCase + hasLowerCase + hasNumbers + hasNonalphas) == 4; if(isComplextEnough) { $(document.body).find("#password-complexity-description").removeClass("highlight-policy"); } else { $(document.body).find("#password-complexity-description").addClass("highlight-policy"); }});*/$(document.body).find(".registration-form").on("submit",function(e) {var $this = $(this);//enable/disable submit button based on acceptance of terms of service:if(!$(document.body).find(formContext).find("#confirm-terms").is(':checked')) {$(document.body).find(formContext).find("#confirm-terms").closest("div").addClass("error");e.preventDefault();//console.log("login instance A");showLoginWindow("login");return;} else {$(document.body).find(formContext).find("#confirm-terms").closest("div").removeClass("error");}if($this.find("input[type='submit']").hasClass("disabled")) {e.preventDefault();//console.log("login instance B");showLoginWindow("login");return;}var zip;var billingCountry = $(document.body).find(formContext).find(formContext).find("#billing-country-id").val();var shippingCountry = $(document.body).find(formContext).find("#shipping-country-id").val();if(billingCountry == 116) {zip = $(document.body).find(formContext).find("#billing-postal-code").val();if(isNumber(zip)) {zip = zip.toString().splice(3, 0, '-');$(document.body).find(formContext).find("#billing-postal-code").val(zip);}}if(shippingCountry == 116) {zip = $(document.body).find(formContext).find("#shipping-postal-code").val();if(isNumber(zip)) {zip = zip.toString().splice(3, 0, '-');$(document.body).find(formContext).find("#shipping-postal-code").val(zip);}}});$(document.body).find(".confirm-terms").on("click",function() {$this = $(this);$submit = $this.closest("form").find("input[type='submit']");if($this.is(':checked')) {$submit.removeClass("disabled");$(document.body).find(formContext).find("#confirm-terms").closest("div").removeClass("error");} else {$submit.addClass("disabled");}});});Please complete all required fields.
OK
To add a new payment method, please be advised you will be required to provide the following:
- Registered billing address of the card
- Full name of card holder
- Full card number
- Expiration date
- CVV number
- You may be required to verify this transaction by your card issuer
ok
To add a new payment method, please be advised you will be required to provide the following:
- Full name of registered account holder
- Full IBAN
ok
Are you sure you wish to delete this cart?
Yes
Cancel
Please provide a name for your cart:
OK
Cancel
Download
ok
Convert Direct Downline to Shopper
Cancel
Email QR Code
Shop Is Active Help
We need some help text copy for this section.
ok
Onboard Site Is Active Help
We need some help text copy for this section.
ok
Join the community
Your Sponsor is the Lifeplus Member who referred you to Lifeplus. In turn, when others you refer to Lifeplus enroll as Members, you’ll become their Sponsor. Sponsorship can’t happen accidentally – new Members always have the choice of who to sign up with. If no one referred you to Lifeplus, we can help you find a Sponsor; simply leave this field blank to let us know you’d like our help.
Cancel
Join the community
Success! You are now part of the Lifeplus Community
You can start building a business with us and creating your own Shop that you can share with others
Close
Sponsor ID is invalid.
Close
Oops, something went wrong. Your request has not been submitted, please try again in 30 minutes.
Close
Your associate account is pending verification by our Customer Care team, which normally takes one working day to process.
Close
This is the name customers who place orders in your Shop will see.
ok
X
Are you sure you want to delete your cart link?
X
Cart link deleted successfully
X
OK
Manage cookie preferences
X
We value your privacy
Lifeplus and certain third parties use cookies on lifeplus.com. The details concerning the types of cookies, their purpose, and the third parties involved are listed below and described in our cookie policy. Please click on “Allow All” to consent to your usage of cookies in order to have the best possible experience on our website. You can also set your preferences or reject cookies (except for required cookies).
Required
These cookies are required for the website to function.
On
Origin | Name | Purpose |
---|---|---|
Lifeplus.com | PHPSESSID | The PHPSESSID cookie is native to PHP and enables websites to store serialised state data. On the Action website it is used to establish a user session and to pass state data via a temporary cookie, which is commonly referred to as a session cookie. As the PHPSESSID cookie has no timed expiry, it disappears when the client is closed. |
Lifeplus.com | SecGUID | The SecGUID cookie is a persistent cookie added by Lifeplus.com to store additional security context during the login process to the secured portion of the website. This cookie utilizes a unique ID that aids in the customer identification and simplifies the customer’s login process. If the cookie is deleted, the customer will be required to provide additional security context in order to gain access to the secured pages of the website. |
Lifeplus.com | ASAP | The ASAP cookie is a session cookie used to save ASAP order information. The ASAP cookie is deleted once the user reaches the order confirmation page, or leaves the ASAP system. |
Lifeplus.com | cookieNotice | The cookieNotice cookie is used to store a visitor’s cookie preferences, and to indicate whether the visitor has dismissed the cookie notice. |
Lifeplus.com | wpCategory | wpCategory contains the currently-selected category on pages that contain categorized links to Lifeplus website content. |
Lifeplus.com | user_country | The user_country cookie is a persistent cookie added byLifeplus.com to enable the website to store the user’s mostrecent country selection based on previous visits to thewebsite, so that the user is automatically taken to thatcountry’s specific webpage when they next visit. This cookie canonly be disabled if all other cookies are disabled. |
Lifeplus.com | localStorage | Lifeplus.com uses localStorage to temporarily store customers’selections in ASAP Online as they move from the initial orderpage to the review page so that they are able to return to theprevious page via their browsers’ back button. |
Optional
These cookies are optional and are not required for the website to function.
On
Off
AuDigent
AuDigent provides digital advertising technology that tracks user activity for marketing purposes. AuDigent's privacy policy can be found here.
On
Off
Google Analytics 4
We use Google Analytics 4 on our website. The cookies placed by Google Analytics 4 are used to collect information about how our visitors use our site. This gives us a chance to improve our website for you. The Google Analytics 4 cookies collect information in an anonymous form. Google's cookie policy can be found here.
On
Off
Meta Pixel
Meta Pixel allows organizations to implement JavaScript code on their sites to track and dynamically provide content to site visitors. Site visitors are matched to their respective Facebook accounts and identified by the Facebook cookies on their devices. The Meta cookie policy can be found here.
On
Off
Confirm my choices
Reject all
Allow all
What is IP?
Short for International Points, IP serves as our customer loyalty program. Virtually every product is assigned an IP value, so each time you purchase our products, you’ll accumulate IP. In turn, you can use your earned IP on product purchases and other goodies. This is a new program, so look out for more details coming soon.
OK
What is ASAP?
ASAP stands for Automatic Shipment Advantage Program, but it’s usually referred to simply as ASAP. Once you join, you can save by bundling your products into a single monthly order. Since many of our products are packaged in one-month supplies, ASAP works for most Lifeplus customers. Of course, you can place other orders throughout the month, but the more you bundle, the more you’ll save.
It helps you
When you participate in ASAP, you’ll get access to discounted product pricing. Plus, since you’ll automatically receive your ASAP order every month, you’ll never run out of your favorite wellness products. Easy to cancel, easy to change.
It helps us
It doesn’t just benefit customers – ASAP orders help us predict and manage inventory levels and reduce our shipping costs.
It helps the planet
Because it ultimately reduces the number of shipments we make, choosing ASAP is good for the planet too.
How does it work?
When you sign up for ASAP, your selected products will be automatically shipped each month on the date you choose. When the order is dispatched, we’ll charge your preferred payment method. ASAP participants can change or cancel automated orders up to three business days before the order is scheduled to ship.
How do I sign up?
To sign up when ordering through our online shopping cart, check “Make this ASAP” for each product you’d like to automatically receive every month. We’ll enroll you in the program so you can start enjoying the benefits immediately.
You can also participate by placing an order through our ASAP Management tool.
Managing ASAP orders
Once you receive delivery of your first ASAP order, you’ll be able to manage all your ASAP orders online. From there, you can add or remove products, change your preferred dispatch date, and update your payment information. Simply submit your changes and we’ll take care of the rest.
OK
How it works
As a Lifeplus Community Member, you can earn money in a variety of ways.But first, let’s cover a few important terms to know:
Members and Shoppers: When you join the Lifeplus Community network, you become a Member. Whensomeone shops with us but doesn’t join our Community, we refer to themas Shoppers.
Sponsor: All Lifeplus Members are referred by other Members. The referring Memberbecomes your Sponsor. In turn, when you help others join, you becometheir Sponsor. This referral system lets us compensate you for buildingyour network.
IP: Short for International Points, IP is our form of standardizedinternational “currency.” Virtually every Lifeplus product is assignedan IP value. When you make purchases, you accumulate IP. These pointsare tracked and used to both reward customer loyalty and pay ourMembers.
Ways to earn
Manage your own personalized Lifeplus Shop. When you introduce Lifeplus products to non-Members and they buy throughyour Shop, we’ll compensate you monthly for these purchases. When youactivate your Shop, you’ll be assigned a Shop number. Your Shoppers canenter this number to find your Shop, or you can provide them with a QRcode or link to route them directly. Also, if they order over the phone,they’ll be asked if they have a Shop number. The next time they shopwith us, we’ll automatically default them to the last Shop they orderedthrough.
Additionally, when your monthly purchases exceed 150 IP, you’ll be eligible for a discount.
Build a network of Shops. When you help others become Members and set up their Lifeplus Shops,they’ll become part of your network. You can increase your income basedon their sales and the sales of Members they enroll.
Lifeplus Sharing Program. When someone purchases from the global Lifeplus Shop without a referralor enrolling as a Member, we pool the bonuses that accumulate anddistribute them to qualifying Members throughout our community.
Rewards. In addition to commissions, Lifeplus offers rewards as Members reach various levels of success.
More Information. Detailed information about Lifeplus compensation and rewards is published in the Members area.
OK
Shipping cost
X
EU Member States
Estimated delivery is in working days (Monday - Friday). Shipping rates include VAT.
Country | Courier | Standard Rate | 80 IP and over rate | Estimated delivery (days) |
---|---|---|---|---|
Austria | DHL | 8,40 € | 0,00 € | 3-5 |
Belgium | DHL | 8,47 € | 0,00 € | 2-5 |
Bulgaria | DHL | 8,40 € | 0,00 € | 4-5 |
Canary Islands | Evri | 10,00 € | 0,00 € | 7-10 |
Croatia | DHL | 8,75 € | 0,00 € | 2-5 |
Cyprus | DHL | 11,90 € | 0,00 € | 9-11 |
Czech Republic | DHL | 8,47 € | 0,00 € | 2-5 |
Denmark | DHL | 12,50 € | 0,00 € | 2-5 |
Estonia | DHL | 12,20 € | 0,00 € | 3-5 |
Finland | DHL | 12,55 € | 0,00 € | 3-5 |
France | DHL | 8,40 € | 0,00 € | 3-5 |
Germany | DHL | 4,17 € | 0,00 € | 3-5 |
Greece | DHL | 12,40 € | 0,00 € | 6-8 |
Hungary | DHL | 8,89 € | 0,00 € | 3-5 |
Ireland (Republic) | DHL | € 8,61 | € 0,00 | 3-5 |
Italy | DHL | 8,54 € | 0,00 € | 3-5 |
Latvia | DHL | 12,10 € | 0,00 € | 3-5 |
Lithuania | DHL | 12,10 € | 0,00 € | 3-5 |
Luxembourg | DHL | 8,19 € | 0,00 € | 2-5 |
Malta | DHL | 23,60 € | 11,80 € | 4-6 |
Poland | DHL | 8,61 € | 0,00 € | 2-5 |
Portugal | DHL | 12,30 € | 0,00 € | 4-5 |
Romania | DHL | 11,90 € | 0,00 € | 4-5 |
Slovakia | DHL | 8,61 € | 0,00 € | 3-5 |
Slovenia | DHL | 8,54 € | 0,00 € | 3-5 |
Spain (mainland) | DHL | 8,47 € | 0,00 € | 4-5 |
Spain (Balearic Islands) | DHL | 8,47 € | 0,00 € | 5-8 |
Sweden | DHL | 12,50 € | 0,00 € | 3-5 |
The Netherlands | DHL | 8,47 € | 0,00 € | 2-5 |
Other European countries
Estimated delivery is in working days (Monday – Friday). Shipping rates include VAT.
Country | Courier | Standard Rate | 80 IP and over rate | Estimated delivery (days) |
---|---|---|---|---|
Andorra | DHL | 10,00 € | 0,00 € | 4-7 |
Channel Islands | DHL | £ 8,20 | £ 0,00 | 3-5 |
Gibraltar | DHL | £ 12,30 | £ 0,00 | 3-5 |
Great Britain | Evri | £ 4,80 | £ 0,00 | 3-5 |
Liechtenstein | DHL Express | CHF 7,56 | CHF 0,00 | 3-5 |
Monaco | DHL | 12,00 € | 0,00 € | 3-5 |
N. Ireland | DHL | £14.75 | £0.00 | 3-5 |
Norway | DHL | 25,00 € | 15,00 € | 4-5 |
Switzerland | DHL Express | CHF 7,56 | CHF 0,00 | 3-5 |
How did you hear about Lifeplus?
Submit
Thank you for your feedback
Close
Are you sure you would like to delete this recipe?
Yes
Cancel
Recipe saved
Please complete all required fields.
OK
X
';//console.log("htmlBlob: " + htmlBlob);$(document.body).find(".flex-container-links").append(htmlBlob);});});
Recipes
Natural Hand & Body Lotion
Item #: 2630
Experience silky-soft skin from head to toe with our luxurious Natural Hand & Body Lotion, lovingly crafted in Switzerland with over 98% naturally derived ingredients. Formulated with an exclusive blend of botanical extracts and nutrient-rich seed oils, this lotion deeply nourishes, hydrates, and rejuvenates your skin, leaving it smooth, healthy, and protected.
Why Choose Our Hand & Body Lotion?
- Clean Ingredients: Free from harsh chemicals and artificial fragrances, making it perfect for daily use and gentle enough for sensitive skin.
- Skin Rejuvenation: A unique blend of oat bran extract and holy basil supports skin renewal, protecting against environmental stress and signs of aging.
- Botanical Hydration: Infused with nourishing seed oils including poppy seed, sweet almond, sesame, and jojoba to provide intensive hydration, softness, and a natural glow.
- Ethically Conscious: Proudly vegetarian, vegan, and cruelty-free, with testing conducted exclusively on humans.
Botanical Ingredients for Skin Renewal
- Oat Bran Extract: Conditions and smooths the skin, helping improve texture and supporting defense against photoageing and oxidative stress.
- Holy Basil: Calms and protects your skin, helping to reduce visible signs of aging and shield against pollution.
Luxurious Hydration with Natural Oils
- Poppy Seed Oil: Moisturises deeply while smoothing and softening skin, restoring its natural barrier for enhanced shine and resilience.
- Sweet Almond & Sesame Seed Oils: Deliver rich nourishment, helping to condition skin and maintain its natural softness.
- Jojoba Oil: Mimics the skin’s natural oils, providing balanced hydration and a beautifully emollient finish.
Application and Benefits
Apply our Natural Hand & Body Lotion generously to clean skin, gently massaging until fully absorbed. Ideal for daily use, especially after bathing or exposure to the elements. Formulated to support hydration and skin nourishment, helping maintain a soft and healthy appearance throughout the day.
Enjoy Lifeplus Natural Hand & Body Lotion for botanical skincare excellence that blends the finest Swiss craftsmanship with nature’s best ingredients.
Contains 300 ml / 10.1 fl oz
Ingredients
Company policies
Associate Terms and Conditions
Cookie policy
Privacy Notice
Customer Rights policy
Data Retention Policy
Terms of Website Use
Terms of Sale
Here to help
Our price list
ASAP Terms and Conditions
Contact Us
Ordering
Company information
Gender Pay Gap Report
Modern Slavery Act Statement
Anti-Slavery Policy
Copyright © 2025 Lifeplus International