ga naar hoofdinhoud
Kies uw land
Aanmelden
Registreren
0
Ordering help and supportWays to order
Gebruik uw e-mailadres om u aan te melden of een account aan te maken.
Ongeldige Login
Voer uw paswoord in om u aan te melden
Om het aanmelden zo eenvoudig mogelijk te maken, is er al een webaccount gemaakt die aan dit e-mailadres is gekoppeld. Gebruik de link hieronder om een wachtwoord in te stellen en het account te activeren. We sturen u een e-mail voor het instellen van uw wachtwoord en vervolgens een e-mail om de wijziging te bevestigen. Gebruik deze optie om toegang te krijgen tot uw account elke keer dat u zich aanmeldt.
Klik hier om een nieuw wachtwoord in te stellen.
Vul hieronder uw e-mailadres in. Er wordt een bericht met instructies voor het resetten van uw wachtwoord naar dat e-mailadres gestuurd.
Een email is naar uw emailadres verzonden om het wachtwoord opnieuw in te stellen
Niet mogelijk uw paswoord te veranderen
';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");}});});Gekopieerd
Link naar winkelmandje is succesvol opgeslagen.
Het ingevoerde adres kan niet worden gevalideerd. Wilt u het bewerken en opnieuw indienen, of wilt u het ongewijzigd indienen?
Ongewijzigd laten
Verander
Het systeem heeft een voorgesteld adres gevonden op basis van het ingevoerde adres. Klik op het adres dat u wilt gebruiken:
Annuleren
Door een ASAP te maken, kiest u ervoor om dit product elke maand automatisch te bestellen. U ontvangt een korting op alle producten die aan uw ASAP zijn toegevoegd. Wij zullen uw bestelling op of zo dicht mogelijk bij de door u gekozen datum leveren.
Maak uzelf vertrouwd met de werking van ons Automatic Shipping Advantage Program op onze bestelpagina.
Door 'Ik ga akkoord' te selecteren, bevestigt u dat u onze Algemene voorwaarden van ASAP hebt gelezen en begrepen.
Ik ga akkoord
Ik ga niet akkoord
Weet u zeker dat u dit item wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.
Ja
Annuleren
Weet u zeker dat u dit item wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.
Ja
Annuleren
Door een ASAP te maken, kiest u ervoor om dit product elke maand automatisch te bestellen. U ontvangt een korting op alle producten die aan uw ASAP zijn toegevoegd. Wij zullen uw bestelling op of zo dicht mogelijk bij de door u gekozen datum leveren.
Maak uzelf vertrouwd met de werking van ons Automatic Shipping Advantage Program op onze bestelpagina.
Door 'Ik ga akkoord' te selecteren, bevestigt u dat u onze Algemene voorwaarden van ASAP hebt gelezen en begrepen.
Ik ga akkoord
Ik ga niet akkoord
Er is een fout opgetreden tijdens het opslaan van uw betaling. Probeer het opnieuw.
OK
Fout bij verzendadres
OK
OK
Het accountnummer dat u hebt ingevoerd, is ongeldig. Probeer het opnieuw.
OK
popup_webuser_account_created
Uw bestelling wordt verwerkt.
Uw betalingswijze toevoegen aan de bestelling.
Uw verzendadres toevoegen aan de bestelling.
Verzendkosten opnieuw berekenen.
Uw bestelling wordt voltooid.
Aanmelden / Een account aanmakenAanmeldenEen account aanmakenWachtwoord instellenReset wachtwoord
X
Gebruik uw e-mailadres om u aan te melden of een account aan te maken.
Ongeldige Login
Voer uw paswoord in om u aan te melden
Om het aanmelden zo eenvoudig mogelijk te maken, is er al een webaccount gemaakt die aan dit e-mailadres is gekoppeld. Gebruik de link hieronder om een wachtwoord in te stellen en het account te activeren. We sturen u een e-mail voor het instellen van uw wachtwoord en vervolgens een e-mail om de wijziging te bevestigen. Gebruik deze optie om toegang te krijgen tot uw account elke keer dat u zich aanmeldt.
Klik hier om een nieuw wachtwoord in te stellen.
Vul hieronder uw e-mailadres in. Er wordt een bericht met instructies voor het resetten van uw wachtwoord naar dat e-mailadres gestuurd.
Een email is naar uw emailadres verzonden om het wachtwoord opnieuw in te stellen
Niet mogelijk uw paswoord te veranderen
';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");}});});Vul alle verplichte velden in.
OK
Als u een nieuwe betaalmethode wilt toevoegen, moet u het volgende opgeven:
- Geregistreerd factuuradres van de kaart
- Volledige naam van de kaarthouder
- Volledige kaartnummer
- Vervaldatum
- CVV-nummer
- Mogelijk moet de uitgever van uw kaart deze transactie verifiëren
ok
Als u een nieuwe betaalmethode wilt toevoegen, moet u het volgende opgeven:
- Volledige naam van de geregistreerde rekeninghouder
- Volledige IBAN
ok
Weet u zeker dat u dit winkelmandje wilt legen?
Ja
Annuleren
Downloaden
ok
Directe Downline omzetten naar Shopper
Annuleren
QR-code e-mailen
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
Sluit U Aan Bij De Gemeenschap
Uw sponsor is het Lifeplus-Member dat u heeft doorverwezen naar Lifeplus. Wanneer iemand die u verwijst naar Lifeplus zich inschrijft als Member, wordt u hun sponsor. Sponsoring kan niet per ongeluk gebeuren – nieuwe Members hebben altijd de keuze bij wie ze zich willen aanmelden. Als niemand u heeft doorverwezen naar Lifeplus, kunnen wij u helpen een sponsor te vinden. Laat dit veld leeg zodat wij weten dat u onze hulp nodig hebt.
Annuleren
Sluit U Aan Bij De Gemeenschap
Gelukt! U maakt nu deel uit van de Lifeplus-gemeenschap
U kunt beginnen met ons een bedrijf op te bouwen en uw eigen Shop te maken die u met anderen kunt delen
Sluiten
Sponsor-ID is ongeldig.
Sluiten
popup_join_community_failure
Sluiten
Uw associate-account wordt nog geverifieerd door ons Customer Care-team. Dit duurt doorgaans één werkdag.
Sluiten
Dit is de naam die klanten die bestellingen plaatsen in uw Shop zullen zien.
ok
X
Weet u zeker dat u uw winkelmandlink wilt verwijderen?
X
Winkelmandlink verwijderd
X
OK
Cookie-voorkeuren beheren
X
Uw privacy staat voorop
Lifeplus en bepaalde derde partijen gebruiken cookies op lifeplus.com. De details over de soorten cookies, hun doel en de betrokken derden worden hieronder vermeld en beschreven in ons cookie-beleid. Klik op Alles toestaan om het gebruik van cookies toe te staan voor de best mogelijke ervaring op onze website. U kunt ook uw voorkeuren instellen of cookies weigeren (behalve de vereiste cookies).
Vereist
Deze cookies zijn vereist om de website te laten functioneren.
Aan
Oorsprong | Naam | Doeleinde |
---|---|---|
Lifeplus.com | PHPSESSID | De PHPSESSID-cookie is native voor PHP en laat websites geserialiseerde statusgegevens opslaan. Op de Action-website wordt deze cookie gebruikt om een gebruikerssessie te registreren en gegevens door te geven via een tijdelijke cookie, die gewoonlijk wordt aangeduid als een sessiecookie. Omdat de cookie PHPSESSID geen afsluitdatum of -tijd heeft, verdwijnt deze automatisch wanneer de sessie of het bezoek wordt afgesloten. |
Lifeplus.com | SecGUID | De SecGUID-cookie is een blijvende cookie die door Lifeplus.com is toegevoegd om tijdens het aanmeldingsproces extra beveiligingscontext op te slaan in het beveiligde gedeelte van de website. Deze cookie maakt gebruik van een unieke ID die helpt bij de identificatie van de bezoeker en het aanmeldproces vereenvoudigt. Als deze cookie wordt verwijderd, moet de bezoeker extra identificatiegegevens invoeren om toegang tot de beveiligde pagina's van de website te krijgen. |
Lifeplus.com | ASAP | De ASAP-cookie is een sessiecookie die wordt gebruikt om ASAP-bestelinformatie op te slaan. De ASAP-cookie wordt verwijderd zodra de gebruiker de bestelbevestigingspagina bereikt of het ASAP-systeem verlaat. |
Lifeplus.com | cookieNotice | De cookie cookieNotice wordt gebruikt om de cookievoorkeuren van een bezoeker op te slaan en om aan te geven of de bezoeker de cookiemelding heeft genegeerd. |
Lifeplus.com | wpCategory | wpCategory bevat de huidige geselecteerde categorie op pagina's die gecategoriseerde links naar websitecontent van Lifeplus bevatten. |
Lifeplus.com | user_country | De cookie user_country is een blijvende cookie die doorLifeplus.com wordt toegevoegd om de meest recentelandselectie van de gebruiker op te slaan, op basis van eerderebezoeken aan de website, zodat de gebruiker bij elk volgendbezoek aan de website naar de specifieke webpagina van dat land wordt geleid. Deze cookie kanalleen worden uitgeschakeld als alle andere cookies ook zijn uitgeschakeld. |
Lifeplus.com | localStorage | Lifeplus.com gebruikt localStorage voor het tijdelijk opslaan vanselecties van klanten in ASAP Online wanneer ze van de eerstebestelpagina naar de beoordelingspagina gaan, zodat ze via debrowserknop Vorige kunnen terugkeren naar de vorige pagina. |
Optioneel
Deze cookies zijn optioneel en zijn niet vereist om de website te laten functioneren.
Aan
Uit
AuDigent
AuDigent biedt digitale advertentietechnologie die gebruikersactiviteiten voor marketingdoeleinden bijhoudt. Het privacybeleid van AuDigent staat hier.
Aan
Uit
Google Analytics 4
We gebruiken Google Analytics 4 op onze website. De cookies die door Google Analytics 4 worden gebruikt, geven ons informatie over de manier waarop bezoekers onze site gebruiken. Dit geeft ons dan weer de kans om onze site te verbeteren. De informatie die door de Google Analytics 4-cookies wordt verzameld, is anoniem. Het cookiebeleid van Google staat hier.
Aan
Uit
Meta-pixel
Met de Meta-pixel kunnen organisaties JavaScript-code op hun sites implementeren om inhoud te volgen en dynamisch aan bezoekers van de site te leveren. Bezoekers van de site worden gekoppeld aan hun respectievelijke Facebook-accounts en geïdentificeerd door de Facebook-cookies op hun apparaten. Het cookie-beleid van Meta staat hier.
Aan
Uit
Mijn keuzes bevestigen
Alles weigeren
Alles toestaan
Wat is IP?
Kort voor International Points, dient IP als ons klantenbindingsprogramma. Aan vrijwel elk product wordt een IP-waarde toegekend, dus telkens wanneer u onze producten koopt, verzamelt u IP. Op uw beurt kunt u uw verdiende IP gebruiken voor productaankopen en andere goodies. Dit is een nieuw programma, dus kijk uit naar meer details binnenkort.
OK
Wat is ASAP?
ASAP staat voor Automatic Shipment Advantage Program, maar wordt meestal gewoon ASAP genoemd. Zodra u lid wordt, kunt u besparen door uw producten te bundelen in één maandelijkse bestelling. Aangezien veelvan onze producten zijn verpakt in leveringen van een maand, werkt ASAP voor de meeste Lifeplus-klanten . Natuurlijk kunt u de hele maand door andere bestellingen plaatsen, maar hoe meer u bundelt,hoe meer u bespaart.
Het helpt u
Wanneer u deelneemt aan ASAP, krijgt u toegang tot gereduceerde productprijzen. Bovendien ontvangt u elke maand automatisch uw ASAP-bestelling, zodat u nooit zonder uw favoriete wellnessproducten komt te zitten. Makkelijk te annuleren, makkelijk te veranderen.
Het helpt ons
Niet alleen klanten profiteren ervan - ASAP-bestellingen helpen ons de voorraadniveaus te voorspellen en te beheren en onze verzendkosten te verlagen.
Het helpt de planeet
Omdat het uiteindelijk het aantal zendingen vermindert, is kiezen voor ASAP ook goed voor de planeet.
Hoe werkt het?
Wanneer u zich inschrijft voor ASAP, worden de door u geselecteerde producten elke maand automatisch verzonden op de door u gekozen datum. Wanneer de bestelling wordt verzonden, brengen wij de door u gekozen betaalmethode in rekening. ASAP-deelnemers kunnen geautomatiseerde bestellingen wijzigen of annuleren tot drie werkdagen voordat de bestelling moet worden verzonden.
Hoe schrijf ik me in?
Om u aan te melden wanneer u via onze online winkelwagen bestelt, vinkt u "Maak ASAP aan" aan voor elk product dat u elke maand automatisch wilt ontvangen. Wij schrijven u in het programma in, zodat u meteen van de voordelen kunt profiteren.
U kunt ook deelnemen door een bestelling te plaatsen via onze ASAP Management tool.
Beheer van ASAP-bestellingen
Zodra u uw eerste ASAP-bestelling hebt ontvangen, kunt u al uw ASAP-bestellingen online beheren. Van daaruit kunt u producten toevoegen of verwijderen, de gewenste verzenddatum wijzigen en uw betalingsgegevens bijwerken. Dien gewoon uw wijzigingen in en wij zorgen voor de rest.
OK
Hoe het werkt
Als lid van de Lifeplus Community kunt u op verschillende manieren geld verdienen. Maar laten we eerst een paar belangrijke termen bespreken:
Leden en Shoppers: Als toetreedt tot het Lifeplus Community netwerk, wordt u Lid. Wanneer iemand bij ons winkelt, maar geen lid wordt van onze Community, noemen we hen Shoppers.
Sponsor: Alle Lifeplus-leden worden doorverwezen door andere leden. Het verwijzende Lid wordt uw Sponsor. Als u op uw beurt anderen helpt lid te worden, wordt u hun sponsor. Dit verwijzingssysteem laat ons u compenseren voor het opbouwen van uw netwerk.
IP: IP, kort voor International Points, is onze vorm van gestandaardiseerde internationale "valuta" Aan vrijwel elk Lifeplus-product wordt een IP-waarde toegekend. Als u aankopen doet, verzamelt u IP. Deze punten worden bijgehouden en gebruikt om klantentrouw te belonen en onze leden te betalen.
Manieren om te verdienen
Beheer uw eigen gepersonaliseerde Lifeplus-Shop. Als u Lifeplus-producten introduceert bij niet-ledenen zij kopen via uw shop, krijgtu maandelijks een vergoeding voor deze aankopen. Wanneer u uw Shop activeert,krijgtu een Shopnummer toegewezen. Uw Shoppers kunnen dit nummer invoeren om uw Shop te vinden, of u kunt hen voorzien van een QR-code of link om hen rechtstreeks te leiden. Als ze via de telefoon bestellen, wordt hen ookgevraagd of ze een Shopnummer hebben. De volgende keer dat ze bij ons Shop, gaanze automatisch terug naar de laatste Shop waar ze besteld hebben.
Wanneer uw maandelijkse aankopen meer dan 150 IP bedragen, krijgt u bovendien korting.
Bouw een netwerk van Shops op. WAls u anderen helpt om lid te worden en hun Lifeplus-Shop op te zetten, worden ze deel van uw netwerk. U kunt uw inkomen verhogen op basis van hun verkoop en de verkoop van leden die zij inschrijven.
Lifeplus Sharing Program. Wanneer iemand in de wereldwijde Lifeplus-Shop koopt zonder verwijzing of inschrijving als lid, bundelen we de bonussen die zich ophopen en verdelen we ze onder de gekwalificeerde leden in onze gemeenschap.
Beloningen. Naast commissies biedt Lifeplus beloningen als leden verschillende succesniveaus bereiken.
Meer informatie. Gedetailleerde informatie over Lifeplus compensatie en beloningen wordt gepubliceerd in het Ledengedeelte.
OK
Verzendkosten
X
EU-lidstaten
Geschatte leveringstijd is in werkdagen (maandag t/m vrijdag). Verzendkosten zijn inclusief btw.
Land | Bezorg-dienst | Standaard-tarief | IP van 80 en meer | Geschatte leverings-tijd (dagen) |
---|---|---|---|---|
België | DHL | 8,47 € | 0,00 € | 2-5 |
Bulgarije | DHL | 8,40 € | 0,00 € | 4-5 |
Canarische Eilanden | Evri | 10,00 € | 0,00 € | 7-10 |
Cyprus | DHL | 11,90 € | 0,00 € | 9-11 |
Denemarken | DHL | 12,50 € | 0,00 € | 2-5 |
Duitsland | DHL | 4,17 € | 0,00 € | 3-5 |
Estland | DHL | 12,20 € | 0,00 € | 3-5 |
Finland | DHL | 12,55 € | 0,00 € | 3-5 |
Frankrijk | DHL | 8,40 € | 0,00 € | 3-5 |
Griekenland | DHL | 12,40 € | 0,00 € | 6-8 |
Hongarije | DHL | 8,89 € | 0,00 € | 3-5 |
Ierland (Republiek) | DHL | € 8,61 | € 0,00 | 3-5 |
Italië | DHL | 8,54 € | 0,00 € | 3-5 |
Kroatië | DHL | 8,75 € | 0,00 € | 2-5 |
Letland | DHL | 12,10 € | 0,00 € | 3-5 |
Litouwen | DHL | 12,10 € | 0,00 € | 3-5 |
Luxemburg | DHL | 8,19 € | 0,00 € | 2-5 |
Malta | DHL | 23,60 € | 11,80 € | 4-6 |
Nederland | DHL | 8,47 € | 0,00 € | 2-5 |
Oostenrijk | DHL | 8,40 € | 0,00 € | 3-5 |
Polen | DHL | 8,61 € | 0,00 € | 2-5 |
Portugal | DHL | 12,30 € | 0,00 € | 4-5 |
Roemenië | DHL | 11,90 € | 0,00 € | 4-5 |
Slovenië | DHL | 8,54 € | 0,00 € | 3-5 |
Slowakije | DHL | 8,40 € | 0,00 € | 3-5 |
Spanje (Balearen) | DHL | 8,47 € | 0,00 € | 5-8 |
Spanje (vasteland) | DHL | 8,47 € | 0,00 € | 4-5 |
Tsjechië | DHL | 8,47 € | 0,00 € | 2-5 |
Zweden | DHL | 12,50 € | 0,00 € | 3-5 |
Andere Europese landen
Geschatte leveringstijd is in werkdagen (maandag t/m vrijdag). Verzendkosten zijn inclusief btw.
Land | Bezorg-dienst | Standaard-tarief | IP van 80 en meer | Geschatte leverings-tijd (dagen) |
---|---|---|---|---|
Andorra | DHL | 10,00 € | 0,00 € | 4-7 |
Gibraltar | DHL | £ 12,30 | £ 0,00 | 3-5 |
Groot-Brittannië | Evri | £ 4,80 | £ 0,00 | 3-5 |
Kanaaleilanden | DHL | £ 8,20 | £ 0,00 | 3-5 |
Liechtenstein | DHL Express | CHF 7,56 | CHF 0,00 | 3-5 |
Monaco | DHL | 12,00 € | 0,00 € | 3-5 |
Noord-Ierland | DHL | £ 14,75 | £ 0,00 | 3-5 |
Noorwegen | DHL | 25,00 € | 15,00 € | 4-5 |
Zwitserland | DHL Express | CHF 7,56 | CHF 0,00 | 3-5 |
Hoe hebt u over Lifeplus gehoord?
Geef door
Bedankt voor uw feedback
Sluiten
Are you sure you would like to delete this recipe?
Yes
Cancel
Recipe saved
Please complete all required fields.
OK
X
- Mijn Account
- Beheer ASAP
Bedrijfsbeleid
Algemene voorwaarden voor partners
Cookiebeleid
Privacyverklaring
Klantrechtenbeleid
Beleid inzake gegevensbewaring
Voorwaarden gebruik van website
Algemene Verkoopvoorwaarden
Wij zijn er om u te helpen
Onze prijslijst
ASAP Algemene voorwaarden
Neem contact met ons op
Bestellen
Trustpilot
Copyright © 2024 Lifeplus International