Find ZO - ZO Skin Health (2025)

Sign Up Log In

Sign Up Log In


  • Home
    • -CLEANSERS
    • -EXFOLIATORS
    • -TONERS
    • -RETINOLS
    • -TARGETED TREATMENTS
    • -PEELS AND MASQUES
    • -SUNSCREEN
    • -EYE CARE
    • -HYDRATORS
    • -BODY CARE
    • -PROFESSIONAL TREATMENTS
    • -PROGRAM AND KITS
    • -BRIGHTENING
    • -HYDRATION
    • -ACNE
    • -ANTI-AGEING
    • -REDNESS
    • -SENSITIVE SKIN
    • -SUN PROTECTION
  • Clinical Proof
  • About
  • Blog
  • Log in
  • Register

Forgot your password?

By continuing you agree to
ZO SKIN HEALTH's Terms of Service ,
Privacy Policy and Cookie Use

  • Log in
  • Register

Would you like to register as an expert or a patient?

Or Continue With

By continuing you agree to
ZO SKIN HEALTH's Terms of Service ,
Privacy Policy and Cookie Use

You are alredy logged in with User. Please click on continue to view logged in user details.

Find ZO - ZO Skin Health (5)
ZO Skin Health Consent

Your ZO Skin Health Consent needs to be completed prior to your consultation. This information will be solely used for the evaluation of your health and readiness to continue with procedures and treatments.

Note: All information will be kept private & confidential and needs to be filled only once. For future consultations, option to review/modify will be provided.

Find ZO - ZO Skin Health (6)
ZO Skin Health Consent

You have previously filled in your ZO Skin Health Consent. A copy of this willl be made available to your expert/consultant

Do you wish to review/amend any of the exisitng assessment details?

Note: All information will be kept private & confidential and needs to be filled only once. For future consultations, option to review/modify will be provided.

  • Home
  • Find Zo

Find the closest ZO stockist to you

ZO Skin Health has developed a wide spectrum of advanced skincare protocols and products. They include therapeutic treatment protocols, highly effective products and daily skincare solutions that create and maintain healthy skin. Based on the latest scientific advances in skin therapy technologies, these products and protocols help physicians to provide continuous skin health for all skin types, genders and ages.

' + ExpertsandPractices[index].BussinessName + '

' + ExpertsandPractices[index].ProfessionalTitle + '

' + ''); if (items > currentitems) { break; } } } } }); Experts = $('#txtExperts'), Practices = $('#txtPractices'), Treatments = $('#txtTreatments'), Speciality = $('#txtSpeciality'), closeDropdowns = function () { Experts.autocomplete('close'); Practices.autocomplete('close'); Treatments.autocomplete('close'); Speciality.autocomplete('close'); }; var treatmentID = $('#hdnSelectedTreatValue').val(); //$('[name="txtExperts"]').keyup(function (e) { $('[name="txtExperts"]').on('keyup', debounce(function () { $('#ddlExpertSet').css('display', 'block'); $('#mega-ddl').css('display', 'block'); $("#ddlExperts").css('display', 'block'); $("#ddlPractices").css('display', 'block'); $('#ddlExperts').empty(); $('#ddlPractices').empty(); var val = $.trim($(this).val()).replace(/ +/g, ' ').toLowerCase(); if (!(val == "" || val == undefined || val == "undefined")) { var _url = '/findanexpert/GetExpertAndPracticeNamesForSearch'; var url = $(location).attr('href'); var method = url.split('/'); if (method[4] != null) { var str1 = method[4]; var str2 = "westham"; if (str1.indexOf(str2) != -1) { _url = '/findanexpert/GetExpertAndPracticeNamesForSearch1'; } } $.ajax({ url: _url, type: "GET", dataType: "json", data: { search: val, treatmentID: currentTreatmentId }, success: function (data) { ExpertsandPractices = data; $('#ddlExperts').empty(); $('#ddlPractices').empty(); //ExpertsandPractices = data; expertitems = 1; practiceitems = 1; var items = 1; for (var index = 0; index < data.length; index++) { expertitems++; if (data[index].PracticeExpertFlag == "Expert" && data[index].ApprovedStatus == true) { items++; var experts = ExpertsandPractices[index].Slug + "_" + ExpertsandPractices[index].BusinessSlug + "_" + ExpertsandPractices[index].BusinessLocSlug; $('#ddlExperts').append('

  • ' + '

    Find ZO - ZO Skin Health (7)

    ' + ExpertsandPractices[index].BussinessName + '

    ' + ExpertsandPractices[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } } }); } else { var _url = '/findanexpert/GetExpertAndPracticeNames'; var url = $(location).attr('href'); var method = url.split('/'); if (method[4] != null) { var str1 = method[4]; var str2 = "westham"; if (str1.indexOf(str2) != -1) { _url = '/findanexpert/GetExpertAndPracticeNames1'; } } $.ajax({ url: _url, type: "GET", dataType: "json", data: { search: "", treatmentID: currentTreatmentId }, success: function (data) { $('#ddlExperts').empty(); $('#ddlPractices').empty(); ExpertsandPractices = data; expertitems = 1; practiceitems = 1; var items = 1; for (var index = 0; index < data.length; index++) { expertitems++; if (data[index].PracticeExpertFlag == "Expert" && data[index].ApprovedStatus == true) { items++; var experts = ExpertsandPractices[index].Slug + "_" + ExpertsandPractices[index].BusinessSlug + "_" + ExpertsandPractices[index].BusinessLocSlug; $('#ddlExperts').append('

  • ' + '

    Find ZO - ZO Skin Health (8)

    ' + ExpertsandPractices[index].BussinessName + '

    ' + ExpertsandPractices[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } } }); } }, 300)); $('[name="txtTreatments"]').keyup(function (e) { //debugger; e.stopPropagation(); var isEntryAvailable = false; $('#ddlTreatmentSet').css('display', 'block'); $('#mega-ddlTreatment').css('display', 'block'); // $('#mega-ddl').css('display', 'block'); $("#ddlTreatment").css('display', 'block'); $("#ddlSpeciality").css('display', 'block'); var code = e.keyCode || e.which; if (code == '9') return; if (code == '27') $(this).val(null); var $rows = $('.dual-listtreatment').find('.list-group li'); var val = $.trim($(this).val()).replace(/ +/g, ' ').toLowerCase(); $rows.show().filter(function () { var text = $(this).text().replace(/\s+/g, ' ').toLowerCase(); //var value = text.startsWith(val); // by rakesh var value = text.includes(val); // by rakesh if (value) { isEntryAvailable = true; } //return !text.startsWith(val); // by rakesh return !text.includes(val); // by rakesh }).hide(); if (!isEntryAvailable) { $('#ddlTreatment').append('

  • No record found
  • '); $('#ddlSpeciality').append('

  • No record found
  • '); } }); $("#txtExperts").on("click", function () { //alert("Treatments") // by rakesh IsExpertClickd = true; $('#ddlExpertSet').css('display', 'block'); $('#mega-ddl').css('display', 'block'); $("#ddlExperts").css('display', 'block'); $("#ddlPractices").css('display', 'block'); $('#ddlTreatmentSet').css('display', 'none'); $('#mega-ddlTreatment').css('display', 'none'); $("#ddlTreatment").css('display', 'none'); $("#ddlSpeciality").css('display', 'none'); }); $("#txtTreatments").on("click", function () { //debugger; IsTreatmentClickd = true; $('#ddlTreatmentSet').css('display', 'block'); $('#mega-ddlTreatment').css('display', 'block'); $("#ddlTreatment").css('display', 'block'); $("#ddlSpeciality").css('display', 'block'); $('#ddlExpertSet').css('display', 'none'); $('#mega-ddl').css('display', 'none'); $("#ddlExperts").css('display', 'none'); $("#ddlPractices").css('display', 'none'); }); var treatmentValue = $("#hdnSelectedTreatValue").val(); var _url = '/findanexpert/GetExpertAndPracticeNames'; var url = $(location).attr('href'); var method = url.split('/'); if (method[4] != null) { var str1 = method[4]; var str2 = "westham"; if (str1.indexOf(str2) != -1) { _url = '/findanexpert/GetExpertAndPracticeNames1'; } } if (treatmentValue != "") { $.ajax({ url: _url, type: "GET", dataType: "json", data: { search: "", treatmentID: treatmentValue }, success: function (data) { ExpertsandPractices = data; $('#ddlExperts').empty(); $('#ddlPractices').empty(); var items = 1; for (var index = 0; index < data.length; index++) { expertitems++; if (data[index].PracticeExpertFlag == "Expert" && data[index].ApprovedStatus == true) { items++; var experts = ExpertsandPractices[index].Slug + "_" + ExpertsandPractices[index].BusinessSlug + "_" + ExpertsandPractices[index].BusinessLocSlug; $('#ddlExperts').append('

  • ' + '

    Find ZO - ZO Skin Health (9)

    ' + ExpertsandPractices[index].BussinessName + '

    ' + ExpertsandPractices[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } } }); } else { Experts.autocomplete({ // source: expertList, source: $.ajax({ url: _url, type: "GET", dataType: "json", data: { search: "", treatmentID: treatmentID }, success: function (data) { ExpertsandPractices = data; $('#ddlExperts').empty(); $('#ddlPractices').empty(); var items = 1; for (var index = 0; index < data.length; index++) { expertitems++; if (data[index].PracticeExpertFlag == "Expert" && data[index].ApprovedStatus == true) { items++; var experts = ExpertsandPractices[index].Slug + "_" + ExpertsandPractices[index].BusinessSlug + "_" + ExpertsandPractices[index].BusinessLocSlug; $('#ddlExperts').append('

  • ' + '

    Find ZO - ZO Skin Health (10)

    ' + ExpertsandPractices[index].BussinessName + '

    ' + ExpertsandPractices[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } } }), select: function () { closeDropdowns(); }, close: function () { closeDropdowns(); } }); } // by rakesh Treatments.autocomplete({ source: $.ajax({ url: '/findanexpert/GetSkinconditionSpecialistInterests', type: "GET", dataType: "json", data: { search: "" }, success: function (data) { $('#ddlTreatment').empty(); $.each(data, function (index) { if (data.length > 0) { var experts = data[index].SpecialistInterestId + "_" + data[index].Speciality + "_" + data[index].SpecialistInterestsName; $('#ddlTreatment').append('

  • ' + data[index].SpecialistInterestsName + '
  • '); } }); } }), select: function () { closeDropdowns(); }, close: function () { closeDropdowns(); } }); Speciality.autocomplete({ source: $.ajax({ url: '/findanexpert/GetTreaments', type: "GET", dataType: "json", data: { search: "" }, success: function (data) { $('#ddlSpeciality').empty(); $.each(data, function (index) { if (data[index].Category == "Treatment") { var experts = data[index].Value + "_" + data[index].Category + "_" + data[index].Label; $('#ddlSpeciality').append('

  • ' + data[index].Label + '
  • '); } }); } }), select: function () { closeDropdowns(); }, close: function () { closeDropdowns(); } }); }); const debounce = (func, delay) => { let debounceTimer return function () { const context = this const args = arguments clearTimeout(debounceTimer) debounceTimer = setTimeout(() => func.apply(context, args), delay) } } function GetPracticeDetails(id) { console.log("id", id); var value = id.getAttribute('value'); var str_array = value.split('_'); window.location.href = window.location.origin + "/practices/" + str_array[1] + "/" + str_array[2]; } function GetExpertDetails(id) { debugger console.log("id", id); var value = id.getAttribute('value'); var str_array = value.split('_'); var bussinessName, userId, practiceExpertFlag; bussinessName = str_array[2]; userId = str_array[0]; practiceExpertFlag = str_array[1]; window.location.href = window.location.origin + "/experts/" + str_array[1] + "/" + str_array[2] + "/" + str_array[0]; return; $("#expertselected *").prop('disabled', true); $('#expertselected').fadeTo('slow', .4); $("#treatmentexpertselected *").prop('disabled', true); $('#treatmentexpertselected').fadeTo('slow', .4); $("#chk-virtual-consultation").prop('checked', false); $("#chk-ev-certified").prop('checked', false); $('input:checkbox.filterByBodyArea').each(function () { if (this.checked) { this.checked = false; } }); $('input:checkbox.filterByTreatType').each(function () { if (this.checked) { this.checked = false; } }); $('input:checkbox.filterByProduct').each(function () { if (this.checked) { this.checked = false; } }); var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); pageNoTreaType = 1; pageNoBodyArea = 1; pageNoBrand = 1; pageNoProduct = 1; getBodyArea(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoBodyArea); getTreatmentType(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoTreaType); getBrands(false, 1); ResetExpertPractice(); ResetTreatmentSpeciality(); // by rakesh if (practiceExpertFlag == "Expert") { $("#rdoExpert").prop('checked', true); $("#rdoPractice").prop('checked', false); } else if (practiceExpertFlag == "Practice") { $("#rdoPractice").prop('checked', true); $("#rdoExpert").prop('checked', false); } // by rakesh $("#txtExperts").val(bussinessName); $("#hidUserId").val(userId); $("#hidUserType").val(practiceExpertFlag); $("#ddlExperts").css('display', 'none'); $("#ddlExperts").css('display', 'none'); $('#ddlExpertSet').css('display', 'none'); $('#mega-ddl').css('display', 'none'); $("#ddlPractices").css('display', 'none'); $('#frmPrationerSearch').trigger('submit'); // by rakesh $.ajax({ url: '/findanexpert/GetTreatmentandSpeciality', type: "GET", dataType: "json", data: { Id: userId }, success: function (data) { $('#ddlTreatment').empty(); $('#ddlSpeciality').empty(); //$("#ddlExperts").css('display', 'block'); $.each(data, function (index) { if (data[index].Category == "Treatment") { var experts = data[index].Value + "_" + data[index].Category + "_" + data[index].Label; $('#ddlTreatment').append('

  • ' + data[index].Label + '
  • '); } if (data[index].Category == "Speciality") { var experts = data[index].Value + "_" + data[index].Category + "_" + data[index].Label; if (data[index].SpecialityIcon != null) { $('#ddlSpeciality').append('

  • ' + 'Find ZO - ZO Skin Health (11)' + data[index].Label + '
  • '); } else { $('#ddlSpeciality').append('

  • ' + data[index].Label + '
  • '); } // $('#ddlSpeciality').append('

  • ' + 'Find ZO - ZO Skin Health (12)' + data[index].Label + '
  • '); } }); }, }); // by rakesh } function GetTreatmentDetails(id) { console.log("id", id); $("#treatmentexpertselected *").prop('disabled', true); $('#treatmentexpertselected').fadeTo('slow', .4); $('input:checkbox.filterByBodyArea').each(function () { if (this.checked) { this.checked = false; } }); $('input:checkbox.filterByTreatType').each(function () { if (this.checked) { this.checked = false; } }); $('input:checkbox.filterByProduct').each(function () { if (this.checked) { this.checked = false; } }); var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); pageNoTreaType = 1; pageNoBodyArea = 1; pageNoBrand = 1; pageNoProduct = 1; getBodyArea(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoBodyArea); getTreatmentType(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoTreaType); getBrands(false, 1); ResetExpertPractice(); ResetTreatmentSpeciality(); var value = id.getAttribute('value'); var str_array = value.split('_'); var label, value, category; label = str_array[2]; value = str_array[0]; category = str_array[1]; currentTreatmentId = value; $("#txtTreatments").val(label); $("#hdnSelectedTreatValue").val(value); $("#hdnSelectedCategoryValue").val(category); $("#ddlSpeciality").css('display', 'none'); $('#ddlTreatmentSet').css('display', 'none'); $('#mega-ddlTreatment').css('display', 'none'); $("#ddlTreatment").css('display', 'none'); // by rakesh var _url = '/findanexpert/GetExpertAndPracticeNames'; var url = $(location).attr('href'); var method = url.split('/'); if (method[4] != null) { var str1 = method[4]; var str2 = "westham"; if (str1.indexOf(str2) != -1) { _url = '/findanexpert/GetExpertAndPracticeNames1'; } } $.ajax({ url: _url, type: "GET", dataType: "json", data: { search: "", treatmentID: value }, success: function (data) { $('#ddlExperts').empty(); $('#ddlPractices').empty(); ExpertsandPractices = data; expertitems = 1; practiceitems = 1; var items = 1; for (var index = 0; index < data.length; index++) { expertitems++; if (data[index].PracticeExpertFlag == "Expert" && data[index].ApprovedStatus == true) { items++; var experts = data[index].Slug + "_" + data[index].BusinessSlug + "_" + data[index].BusinessLocSlug; $('#ddlExperts').append('

  • ' + '

    Find ZO - ZO Skin Health (13)

    ' + ExpertsandPractices[index].BussinessName + '

    ' + ExpertsandPractices[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } } }); } function GetSkinConditionDetails(id) { //debugger; //window.location.href = 'skinconditiondetails?skinconditionname=' + SlugName; console.log("id", id); var value = id.getAttribute('value'); var str_array = value.split('_'); var label, value, category; label = str_array[2]; value = str_array[0]; category = str_array[1]; currentTreatmentId = value; $("#txtTreatments").val(label); $("#hdnSelectedTreatValue").val(value); $("#hdnSelectedCategoryValue").val(category); $("#hdnSelectedTreatName").val(label); $("#ddlSpeciality").css('display', 'none'); $('#mega-ddlTreatment').css('display', 'none'); $("#ddlTreatment").css('display', 'none'); // by rakesh var _url = '/findanexpert/GetExpertAndPracticeNames'; var url = $(location).attr('href'); var method = url.split('/'); if (method[4] != null) { var str1 = method[4]; var str2 = "westham"; if (str1.indexOf(str2) != -1) { _url = '/findanexpert/GetExpertAndPracticeNames1'; } } $.ajax({ url: _url, type: "GET", dataType: "json", data: { search: "", treatmentID: value }, success: function (data) { $('#ddlExperts').empty(); $('#ddlPractices').empty(); ExpertsandPractices = data; expertitems = 1; practiceitems = 1; var items = 1; for (var index = 0; index < data.length; index++) { expertitems++; if (data[index].PracticeExpertFlag == "Expert" && data[index].ApprovedStatus == true) { items++; var experts = data[index].Slug + "_" + data[index].BusinessSlug + "_" + data[index].BusinessLocSlug; $('#ddlExperts').append('

  • ' + '

    Find ZO - ZO Skin Health (14)

    ' + ExpertsandPractices[index].BussinessName + '

    ' + ExpertsandPractices[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } } }); // by rakesh } var pgSize = 10; var pgNo = 1; function ClearAll() { //debugger; var practiceExpertFlag = ""; $("#txtTreatments").val(""); $("#txtExperts").val(""); $("#txtLocation").val(""); var frmValues = $("#frmPrationerSearch").serialize(); pgNo = 1; //if ($('#rdoExpert').is(':checked')) { // practiceExpertFlag = 'Expert'; // toggleClick = "true"; //} //else if ($('#rdoPractice').is(':checked')) { // practiceExpertFlag = 'Practice'; // toggleClick = "true"; //} if ($('#tabExpertPractice').is(':checked')) { practiceExpertFlag = 'Practice'; toggleClick = "true"; } else { practiceExpertFlag = 'Expert'; toggleClick = "true"; } var additionalData = { PracticeExpertFlag: practiceExpertFlag, PageSize: pgSize, PageNo: pgNo, UserId:null, toggleClick: toggleClick, ClearAll:true, }; $("#hidUserId").val(""); $("#hdnSelectedTreatValue").val(""); // by rakesh var postData = frmValues + '&' + $.param(additionalData); post('/findanexpert/SearchResult', postData, function (result) { }); $("#txtTreatments").val(""); $("#txtExperts").val(""); $("#txtLocation").val(""); ResetExpertPractice(); // by rakesh $('#frmPrationerSearch').trigger('submit'); //$(".rdoPractice").removeClass('active'); //$(".rdoExpert").addClass('active'); } // by rakesh function ResetExpertPractice() { var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); setTimeout(function () { if ($("#txtTreatments").val() == "") { currentTreatmentId = ""; var _url = '/findanexpert/GetExpertAndPracticeNames'; var url = $(location).attr('href'); var method = url.split('/'); if (method[4] != null) { var str1 = method[4]; var str2 = "westham"; if (str1.indexOf(str2) != -1) { _url = '/findanexpert/GetExpertAndPracticeNames1'; } } if (filterByTreatmentTypeId.length == 0 && filterByProducts.length == 0 && filterByBodyArea.length == 0) {$.ajax({ url: _url, type: "GET", dataType: "json", data: { search: "", treatmentID: "" }, success: function (data) { $('#ddlExperts').empty(); $('#ddlPractices').empty(); ExpertsandPractices = data; expertitems = 1; practiceitems = 1; var items = 1; for (var index = 0; index < data.length; index++) { expertitems++; if (data[index].PracticeExpertFlag == "Expert" && data[index].ApprovedStatus == true) { items++; var experts = ExpertsandPractices[index].Slug + "_" + ExpertsandPractices[index].BusinessSlug + "_" + ExpertsandPractices[index].BusinessLocSlug; $('#ddlExperts').append('

  • ' + '

    Find ZO - ZO Skin Health (15)

    ' + ExpertsandPractices[index].BussinessName + '

    ' + ExpertsandPractices[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } } }); } } }, 500); var expert = $("#txtExperts").val(); if (expert == "") { $("#expertselected *").prop('disabled', false); $('#expertselected').css({ opacity: 1 }); var treatment = $("#txtTreatments").val(); if (treatment == "") { $("#treatmentexpertselected *").prop('disabled', false); $('#treatmentexpertselected').css({ opacity: 1 }); } } } // by rakesh // by rakesh function ResetTreatmentSpeciality() { setTimeout(function(){ if ($("#txtExperts").val() == "") { $.ajax({ url: '/findanexpert/GetSkinconditionSpecialistInterests', type: "GET", dataType: "json", data: { search: "", treatmentID: "" }, success: function (data) { $('#ddlTreatment').empty(); $.each(data, function (index) { if (data.length > 0) { //var experts = data[index].Slug + "_" + data[index].Category + "_" + data[index].SkinConditionName; var experts = data[index].SpecialistInterestId + "_" + data[index].Speciality + "_" + data[index].SpecialistInterestsName; $('#ddlTreatment').append('

  • ' + data[index].SpecialistInterestsName + '
  • '); } }); } }); $.ajax({ url: '/findanexpert/GetTreaments', type: "GET", dataType: "json", data: { search: "", treatmentID: "" }, success: function (data) { $('#ddlSpeciality').empty(); $.each(data, function (index) { if (data[index].Category == "Treatment") { var experts = data[index].Value + "_" + data[index].Category + "_" + data[index].Label; $('#ddlSpeciality').append('

  • ' + data[index].Label + '
  • '); } }); } }); } }, 500); }

    100 nearest ZO stockists displayed for

    Expert profile not available

    Find ZO - ZO Skin Health (16) Find ZO - ZO Skin Health (17) Find ZO - ZO Skin Health (18)

    ' + ''); if (items > 8) { break; } } else if (result.expertorpractice[index].PracticeExpertFlag == "Expert") { items++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (19)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } var currentpracticeitems = 1; for (var index = 0; index < result.expertorpractice.length; index++) { practiceitems++; if (result.expertorpractice[index].PracticeExpertFlag == "Practice") { currentpracticeitems++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlPractices').append('
  • ' + 'Find ZO - ZO Skin Health (20)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].Address + '

    ' + '
  • '); if (currentpracticeitems > 8) { break; } } } //$('#ddlExperts').empty(); //$('#ddlPractices').empty(); ////$("#ddlExperts").css('display', 'block'); //$.each(result.expertorpractice, function (index) { // if (result.expertorpractice[index].PracticeExpertFlag == "Expert") { // var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; // $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (21)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); // } // if (result.expertorpractice[index].PracticeExpertFlag == "Practice") { // if (result.expertorpractice[index].Address == null) { // result.expertorpractice[index].Address = ""; // } // var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; // $('#ddlPractices').append('
  • ' + 'Find ZO - ZO Skin Health (22)

    ' + result.expertorpractice[index].BussinessName + "

    " + result.expertorpractice[index].Address + '

  • '); // } //}); //if (result.moreRecords == false) { //$("#btnShowMoreTreatType").hide(); $("#btnShowMoreBodyArea").hide(); $("#btnShowMoreProductBrands").hide(); // $("#btnShowMoreTreatType").removeClass("cursor-pointer"); //} }, function (err) { console.log(err); }); } $('#frmPrationerSearch').trigger('submit'); }); $(document).on("click", "#btnFilterByBodyArea", function () { var pageNo = 1; var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); if (filterByBodyArea.length == 0) { if (filterByTreatmentTypeId.length == 0) { if (filterByProducts.length == 0) { pageNoTreaType = 1; pageNoBodyArea = 1; pageNoBrand = 1; pageNoProduct = 1; getBodyArea(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoBodyArea); getTreatmentType(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoTreaType); getBrands(false, 1); ResetExpertPractice(); ResetTreatmentSpeciality(); } else { $("#btnFilterByBrand").click(); } } else { $("#btnFilterByTreatType").click(); } } else { var requestModel = { Treatment: null, FilterByTreatmentTypeId: filterByTreatmentTypeId, FilterByBodyArea: filterByBodyArea, FilterByBrands: filterByProducts, PageNo: pageNo, PageSize: filterPanelPageSize }; post('/findanexpert/GetAllFilterDatabyBodyAreas', requestModel, function (result) { //debugger; $("#div-filter-treat-type").html(result.mastertreatmenttypeHtml); $("#div-filter-brand").html(result.masterbrandHtml); $('#ddlTreatment').empty(); $('#ddlSpeciality').empty(); //$("#ddlExperts").css('display', 'block'); //$.each(result.treatmentorspeciality, function (index) { for (index = 0; index < result.treatmentorspeciality.length; index++) { if (result.treatmentorspeciality[index].Category == "Treatment") { var experts = result.treatmentorspeciality[index].Value + "_" + result.treatmentorspeciality[index].Category + "_" + result.treatmentorspeciality[index].Label; $('#ddlTreatment').append('
  • ' + result.treatmentorspeciality[index].Label + '
  • '); } if (result.treatmentorspeciality[index].Category == "Speciality") { var experts = result.treatmentorspeciality[index].Value + "_" + result.treatmentorspeciality[index].Category + "_" + result.treatmentorspeciality[index].Label; if (result.treatmentorspeciality[index].SpecialityIcon != null) { $('#ddlSpeciality').append('
  • ' + 'Find ZO - ZO Skin Health (23)' + result.treatmentorspeciality[index].Label + '
  • '); } else { $('#ddlSpeciality').append('
  • ' + result.treatmentorspeciality[index].Label + '
  • '); } // $('#ddlSpeciality').append('
  • ' + 'Find ZO - ZO Skin Health (24)' + data[index].Label + '
  • '); } } //}); //$('#ddlExperts').empty(); //$('#ddlPractices').empty(); ////$("#ddlExperts").css('display', 'block'); //$.each(result.expertorpractice, function (index) { // if (result.expertorpractice[index].PracticeExpertFlag == "Expert") { // var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; // $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (25)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); // } // if (result.expertorpractice[index].PracticeExpertFlag == "Practice") { // if (result.expertorpractice[index].Address == null) { // result.expertorpractice[index].Address = ""; // } // var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; // $('#ddlPractices').append('
  • ' + 'Find ZO - ZO Skin Health (26)

    ' + result.expertorpractice[index].BussinessName + "

    " + result.expertorpractice[index].Address + '

  • '); // } //}); $('#ddlExperts').empty(); $('#ddlPractices').empty(); ExpertsandPractices = result.expertorpractice; expertitems = 1; practiceitems = 1; var items = 1; for (var index = 0; index < result.expertorpractice.length; index++) { expertitems++; if (result.expertorpractice[index].PracticeExpertFlag == "Expert" && result.expertorpractice[index].ApprovedStatus == true) { items++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (27)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } else if (result.expertorpractice[index].PracticeExpertFlag == "Expert") { items++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (28)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } var currentpracticeitems = 1; for (var index = 0; index < result.expertorpractice.length; index++) { practiceitems++; if (result.expertorpractice[index].PracticeExpertFlag == "Practice") { currentpracticeitems++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlPractices').append('
  • ' + 'Find ZO - ZO Skin Health (29)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].Address + '

    ' + '
  • '); if (currentpracticeitems > 8) { break; } } } //if (result.moreRecords == false) { // $("#btnShowMoreTreatType").prop('disabled', true); // $("#btnShowMoreTreatType").removeClass("cursor-pointer"); //} $("#btnShowMoreTreatType").hide(); $("#btnShowMoreProductBrands").hide(); //$("#btnShowMoreBodyArea").hide(); }, function (err) { console.log(err); }); } $('#frmPrationerSearch').trigger('submit'); }); $(document).on("click", "#btnFilterByBrand", function () { var pageNo = 1; var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); if (filterByProducts.length == 0) { if (filterByTreatmentTypeId.length == 0) { if (filterByBodyArea.length == 0) { pageNoTreaType = 1; pageNoBodyArea = 1; pageNoBrand = 1; pageNoProduct = 1; getBodyArea(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoBodyArea); getTreatmentType(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoTreaType); getBrands(false, 1); ResetExpertPractice(); ResetTreatmentSpeciality(); } else { $("#btnFilterByBodyArea").click(); } } else { $("#btnFilterByTreatType").click(); } } else { var requestModel = { Treatment: null, FilterByTreatmentTypeId: filterByTreatmentTypeId, FilterByBodyArea: filterByBodyArea, FilterByBrands: filterByProducts, PageNo: pageNo, PageSize: filterPanelPageSize }; post('/findanexpert/GetAllFilterDatabyProductBrands', requestModel, function (result) { //debugger; $("#div-filter-treat-type").html(result.mastertreatmenttypeHtml); $("#div-filter-bodyarea").html(result.masterbodyareaHtml); $('#ddlTreatment').empty(); $('#ddlSpeciality').empty(); //$("#ddlExperts").css('display', 'block'); //$.each(result.treatmentorspeciality, function (index) { for (index = 0; index < result.treatmentorspeciality.length; index++) { if (result.treatmentorspeciality[index].Category == "Treatment") { var experts = result.treatmentorspeciality[index].Value + "_" + result.treatmentorspeciality[index].Category + "_" + result.treatmentorspeciality[index].Label; $('#ddlTreatment').append('
  • ' + result.treatmentorspeciality[index].Label + '
  • '); } if (result.treatmentorspeciality[index].Category == "Speciality") { var experts = result.treatmentorspeciality[index].Value + "_" + result.treatmentorspeciality[index].Category + "_" + result.treatmentorspeciality[index].Label; if (result.treatmentorspeciality[index].SpecialityIcon != null) { $('#ddlSpeciality').append('
  • ' + 'Find ZO - ZO Skin Health (30)' + result.treatmentorspeciality[index].Label + '
  • '); } else { $('#ddlSpeciality').append('
  • ' + result.treatmentorspeciality[index].Label + '
  • '); } // $('#ddlSpeciality').append('
  • ' + 'Find ZO - ZO Skin Health (31)' + data[index].Label + '
  • '); } } //}); //$('#ddlExperts').empty(); //$('#ddlPractices').empty(); ////$("#ddlExperts").css('display', 'block'); //$.each(result.expertorpractice, function (index) { // if (result.expertorpractice[index].PracticeExpertFlag == "Expert") { // var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; // $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (32)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); // } // if (result.expertorpractice[index].PracticeExpertFlag == "Practice") { // if (result.expertorpractice[index].Address == null) { // result.expertorpractice[index].Address = ""; // } // var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; // $('#ddlPractices').append('
  • ' + 'Find ZO - ZO Skin Health (33)

    ' + result.expertorpractice[index].BussinessName + "

    " + result.expertorpractice[index].Address + '

  • '); // } //}); $('#ddlExperts').empty(); $('#ddlPractices').empty(); ExpertsandPractices = result.expertorpractice; expertitems = 1; practiceitems = 1; var items = 1; for (var index = 0; index < result.expertorpractice.length; index++) { expertitems++; if (result.expertorpractice[index].PracticeExpertFlag == "Expert" && result.expertorpractice[index].ApprovedStatus == true) { items++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (34)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } else if (result.expertorpractice[index].PracticeExpertFlag == "Expert") { items++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlExperts').append('
  • ' + 'Find ZO - ZO Skin Health (35)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].ProfessionalTitle + '

    ' + '
  • '); if (items > 8) { break; } } } var currentpracticeitems = 1; for (var index = 0; index < result.expertorpractice.length; index++) { practiceitems++; if (result.expertorpractice[index].PracticeExpertFlag == "Practice") { currentpracticeitems++; var experts = result.expertorpractice[index].UserId + "_" + result.expertorpractice[index].PracticeExpertFlag + "_" + result.expertorpractice[index].BussinessName; $('#ddlPractices').append('
  • ' + 'Find ZO - ZO Skin Health (36)

    ' + result.expertorpractice[index].BussinessName + '

    ' + result.expertorpractice[index].Address + '

    ' + '
  • '); if (currentpracticeitems > 8) { break; } } } //if (result.moreRecords == false) { // $("#btnShowMoreTreatType").prop('disabled', true); // $("#btnShowMoreTreatType").removeClass("cursor-pointer"); //} $("#btnShowMoreTreatType").hide(); $("#btnShowMoreBodyArea").hide(); }, function (err) { console.log(err); }); } $('#frmPrationerSearch').trigger('submit'); }); $(document).on("click", "#btnClearBodyFilter", function () { $('input:checkbox.filterByBodyArea').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { this.checked = false; } }); $("#btnFilterByBodyArea").click(); }); $(document).on("click", "#btnClearTreatFilter", function () { $('input:checkbox.filterByTreatType').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { this.checked = false; } }); $("#btnFilterByTreatType").click(); }); $(document).on("click", "#btnClearBrandFilter", function () { $('input:checkbox.filterByProduct').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { this.checked = false; } }); $("#btnFilterByBrand").click(); }); var FilterReset = false; $(document).on("click", "#btnExpertFinderSearchReset", function () { FilterReset = true; }); //$("#rdoPractice").on("change", function (event) { // $('#frmPrationerSearch').trigger('submit'); // // submit(); //}); function ExpertOrpracticechange() { pgNo = 1; $('#frmPrationerSearch').trigger('submit'); } //$("#rdoExpert").on("change", function (event) { // $('#frmPrationerSearch').trigger('submit'); // // submit(); //}); function submit() { //debugger; event.preventDefault(); var serachString = "", practiceExpertFlag = "", nearByLocation, a = ""; var $this = $(this); var frmValues = $this.serialize(); var toggleClick = $("#hdnToggle").val();; var filterByRating = [], filterBybodyArea = [], filterByTreatment = [], filterByBrand = []; var filterByEVCertified = false, isVirtualConsultation = false, sortFlag = null; $('input:checkbox.filterByRating').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { filterByRating.push($(this).val()); } }); $('input:checkbox.filterByBodyArea').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { filterBybodyArea.push($(this).data("id")); } }); if ($("#chk-virtual-consultation").is(":checked")) { isVirtualConsultation = true; } if ($("#chk-ev-certified").is(":checked")) { filterByEVCertified = true; } $('input:checkbox.filterByTreatType').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { filterByTreatment.push($(this).data("id")); } }); $('input:checkbox.filterByBrand').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { filterByBrand.push($(this).data("id")); } }); $('input:checkbox.filterByNearCities').each(function () { //var sThisVal = (this.checked ? $(this).val() : ""); if (this.checked) { nearByLocation = $(this).val(); } }); // taB EXPERT /PRACTICE if ($('#tabExpertPractice').is(':checked')) { practiceExpertFlag = 'Practice'; toggleClick = "true"; } else { practiceExpertFlag = 'Expert'; toggleClick = 'true'; } sortFlag = $("#ddlSortFlag").val(); var additionalData = { FilterByDistance: $("#ddlDistance").val(), PageSize: pgSize,//pgSize, PageNo: 1,//pgNo FilterByRating: filterByRating, FilterByBodyArea: filterBybodyArea, IsShowMap: isShowMap, FilterByVirtualConsultation: isVirtualConsultation, FilterByTreatmentTypeId: filterByTreatment, SortFlag: sortFlag, FilterByEVCertified: filterByEVCertified, FilterByBrands: filterByBrand, PracticeExpertFlag: practiceExpertFlag, NearByLocation: nearByLocation, toggleClick: toggleClick }; var postData = frmValues + '&' + $.param(additionalData); $.ajax({ type: $this.attr('method'), url: $this.attr('action'), data: postData }) .done(function (result) { isUpdate = true; if (result.mapModel != null) { $("#hdnCenterLatitude").val(result.mapModel.CenterLatitude); $("#hdnCenterLongitude").val(result.mapModel.CenterLongitude); $("#hdnCenterLocation").val(result.mapModel.CenterLocation); } if (isShowMap) { //debugger $("#infoPanelMap").html(result.data); /////Need to check with kirti if (result.searchList != null && result.searchList.length > 0) { if ($('#rdbSearchByPractioner').is(':checked') == true) { ShowFinderExpert(result.searchList, result.mapModel); } else { ShowFinderExpert(result.searchList, result.mapModel); } } else { if ($('#rdbSearchByPractioner').is(':checked') == true) { ShowFinderExpert(result.searchList, result.mapModel); } else { ShowFinderExpert(result.searchList, result.mapModel); } } //////////////////////// } else { $("#search-result").html(result.data); } healthFinderSearchLabel(); }) .fail(function () { $("#para").text("An error occured"); }); } $("#rdbSearchByPractioner").on("change", function (event) { $('#hdnToggle').val('false'); //by palalvi mude $(".rdoPractice").removeClass("active"); $(".rdoExpert").removeClass("active"); $(".rdoPractice").addClass("active"); }); $("#rdbSearchByExpert").on("change", function (event) { $('#hdnToggle').val('false'); //by palalvi mude $(".rdoPractice").removeClass("active"); $(".rdoExpert").removeClass("active"); $(".rdoExpert").addClass("active"); }); $(document).on("click", ".view-practice", function () { var id = $(this).data("id"); // var ids = id.split(','); var divToCollapse = "divPractices-" + id; $(".practice-list").collapse('hide'); $("#" + divToCollapse).collapse('toggle'); }); $(document).on('shown.bs.collapse', '.practice-list', function () { var id = $(this).data("id"); var data = $(this).attr("data-model"); var model = JSON.parse(data); var toggleClick = $("#hdnToggle").val(); var practiceExpertFlag = ""; // taB EXPERT /PRACTICE if ($('#tabExpertPractice').is(':checked')) { practiceExpertFlag = 'Practice'; } else { practiceExpertFlag = 'Expert'; } var postModel = $("#frmPrationerSearch").serialize() + '&BusinessSlug=' + model.BusinessSlug + '&BusinessLocSlug=' + model.BusinessLocSlug + '&practiceExpertFlag=' + practiceExpertFlag + '&toggleClick=' + toggleClick; $("#divPractices-" + id).html(""); post('/findanexpert/GetLocationSlider', postModel, function (result) { $("#divPractices-" + id).html(result.data); $("#practice-see-all-" + id).show(); $("#expert-see-all-" + id).hide(); }, function (err) { console.log(err); }); // var postData = $("#frmPrationerSearch").serialize() + '&UserId=' + ids[0]; // postData.push({ name: "UserId", value: id }); // postData.UserId = id; }); $(document).on("click", ".view-expert-practice", function () { var id = $(this).data("id"); // var ids = id.split(','); var divToCollapse = "divExpertPractices-" + id; $(".expert-practice-list").collapse('hide'); $("#expert-see-all-" + id).hide(); // $("#divExpertPractices-" + id).html(""); $("#" + divToCollapse).collapse('toggle'); }); $(document).on('shown.bs.collapse', '.expert-practice-list', function () { var id = $(this).data("id"); var practiceExpertFlag; var data = $(this).attr("data-model"); var model = JSON.parse(data); // var ids = id.split(','); // var ulID = "#div-buisness-list-" + id; // taB EXPERT /PRACTICE if ($('#tabExpertPractice').is(':checked')) { practiceExpertFlag = 'Practice'; } else { practiceExpertFlag = 'Expert'; } var postModel = $("#frmPrationerSearch").serialize() + '&Slug=' + model.Slug + '&PracticeExpertFlag=' + practiceExpertFlag; $("#divExpertPractices-" + id).html(""); post('/findanexpert/GetLocationSlider', postModel, function (result) { $("#divExpertPractices-" + id).html(result.data); $("#expert-see-all-" + id).show(); $("#practice-see-all-" + id).hide(); }, function (err) { console.log(err); }); // var postData = $("#frmPrationerSearch").serialize() + '&UserId=' + ids[0]; // postData.push({ name: "UserId", value: id }); // postData.UserId = id; }); $(document).on("click", "#btnprPractioner", function () { loadMorePractioner(); }); $(document).on("change", ".practice-expert-find-by", function () { if ($(this).is(":checked")) { $(".practice-expert-find-by-label").text('Expert'); $(".practice-expert-find-label").text('Practice'); } else { $(".practice-expert-find-by-label").text('Practice'); $(".practice-expert-find-label").text('Expert'); } $('#frmPrationerSearch').trigger('submit'); }); //$(document).on("click", "#btnShowMap", function () { // isShowMap = true; // var $this = $("#frmPrationerSearch"); // var frmValues = $this.serialize(); // $("#divShowListResult").show(); // $("#btnShowList").show(); // $("#divShowMapResult").hide(); // $("#btnShowMap").hide(); // $("#search-result").hide(); // $("#map-search-result").show(); // $('#frmPrationerSearch').trigger('submit'); //}); ////on Show list view button click //$(document).on("click", "#btnShowList", function () { // isShowMap = false; // var $this = $("#frmPrationerSearch"); // var frmValues = $this.serialize(); // $("#divShowListResult").hide(); // $("#btnShowList").hide(); // $("#divShowMapResult").show(); // $("#btnShowMap").show(); // $("#search-result").show(); // $("#map-search-result").hide(); // $('#frmPrationerSearch').trigger('submit'); // //if ($(this).is(':checked')) { // // $('#frmPrationerSearch').trigger('submit'); // //} //}); //Change body area and product by treatment type wise //$(document).on("change", ".filterByTreatType", function () { // var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; // filterByTreatmentTypeId = getSelectedId('filterByTreatType'); // filterByProducts = getSelectedId('filterByProduct'); // filterByBodyArea = getSelectedId('filterByBodyArea'); // if (filterByTreatmentTypeId.length == 0) { // getTreatmentType([], [], [], false, pageNoTreaType); // } // getBodyArea(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoBodyArea); //}); //Change treatment typeand product by body area wise //$(document).on("change", ".filterByBodyArea", function () { // var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; // filterByTreatmentTypeId = getSelectedId('filterByTreatType'); // filterByProducts = getSelectedId('filterByProduct'); // filterByBodyArea = getSelectedId('filterByBodyArea'); // if (filterByBodyArea.length == 0) { // getBodyArea([], [], []); // } // getTreatmentType(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, false, pageNoTreaType); //}); $(document).on("click", "#btnShowMoreTreatType", function () { var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; pageNoTreaType++; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); var currentShowingDocuments = pageNoTreaType * 8; for (i = 1; i <= currentShowingDocuments; i++) { var currentDivID = "#filterByTreatTypeDiv-" + i; $(currentDivID).show(); } //getTreatmentType(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, true, pageNoTreaType); }); $(document).on("click", "#btnShowMoreBodyArea", function () { var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; pageNoBodyArea++; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); var currentShowingDocuments = pageNoBodyArea * 8; for (i = 1; i <= currentShowingDocuments; i++) { var currentDivID = "#filterByBodyAreaDiv-" + i; $(currentDivID).show(); } //getBodyArea(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, true, pageNoBodyArea); }); $(document).on("click", "#btnShowMoreProductBrands", function () { pageNoBrand++; var currentShowingDocuments = pageNoBrand * 8; for (i = 1; i <= currentShowingDocuments; i++) { var currentDivID = "#filterByBrandDiv-" + i; $(currentDivID).show(); } //getBrands(true, pageNoBrand); }); function loadMorePractioner() { //debugger; //pgNo = 1; // by rakesh var filterByTreatmentTypeId = [], filterByProducts = [], filterByBodyArea = []; filterByTreatmentTypeId = getSelectedId('filterByTreatType'); filterByProducts = getSelectedId('filterByProduct'); filterByBodyArea = getSelectedId('filterByBodyArea'); var frmValues = $("#frmPrationerSearch").serialize(); var toggleClick = $("#hdnToggle").val(); var practiceExpertFlag = ""; // taB EXPERT /PRACTICE if ($('#tabExpertPractice').is(':checked')) { practiceExpertFlag = 'Practice'; toggleClick = "true"; } else { practiceExpertFlag = 'Expert'; toggleClick = "true"; } var location = $("#txtLocation").val(); // by rakesh var sortFlag = $("#ddlSortFlag").val(); // by rakesh var treatment = $("#hdnSelectedTreatValue").val(); // by rakesh pgNo++; var additionalData = { PageSize: pgSize, PageNo: pgNo, toggleClick: toggleClick, PracticeExpertFlag: practiceExpertFlag, Location: location, // by rakesh SortFlag: sortFlag, // by rakesh Treatment: treatment, // by rakesh FilterByBodyArea: filterByBodyArea, FilterByTreatmentTypeId: filterByTreatmentTypeId, FilterByBrands: filterByProducts, FilterByDistance: $("#ddlDistance").val(), }; var postData = frmValues + '&' + $.param(additionalData); post('/findanexpert/SearchResult', additionalData, function (result) { moreRecords = result.moreRecords; if (moreRecords == false) { //$('#btnLoadMorePractioner').prop("disabled", "disabled"); //below 2 lines are added by priyanka $('#btnLoadMorePractioner').css("display", "none"); $('#recordNotFound').css("display", "none"); } else { $("#search-result #btnLoadMorePractioner").remove(); } $("#search-result").append(result.data); }, function (err) { console.log(err); }); } function onChangeddlSort() { pgNo = 1; console.log(pgNo); $('#frmPrationerSearch').trigger('submit'); } function getSelectedId(slectedClass) { var selctedId = []; $('input:checkbox.' + slectedClass).each(function () { if (this.checked) { selctedId.push($(this).data("id")); } }); return selctedId; } //$('#btnClearAllFilters').click(function () { // //$("#txtLocation").val(''); // //$("#txtTreatments").val(''); // //$("#txtExperts").val(''); // // commented by rakesh // //$("#hidUserId").val(''); // //$("#hidBusinessId").val(''); // //$("#hidUserType").val(''); // //$("#hidBussinessName").val(''); // //$('#hdnSelectedTreatValue').val(''); // //$("#txtTreatments").val(''); // by rakesh // //$("#txtExperts").val(''); // by rakesh // //$("#txtLocation").val(''); // by rakesh // // commented by rakesh // getTreatmentType([], [], [], false, pageNoTreaType); // getBodyArea([], [], [], false, pageNoBodyArea); // getBrands(false, pageNoBrand); // $('input:checkbox.filterByTreatType').each(function () { // if (this.checked) { // var chkbox = (this).id; // $("#" + chkbox).prop('checked', false); // } // }); // $('input:checkbox.filterByBrand').each(function () { // if (this.checked) { // var chkbox = (this).id; // $("#" + chkbox).prop('checked', false); // } // }); // $('input:checkbox.filterByBodyArea').each(function () { // if (this.checked) { // var chkbox = (this).id; // $("#" + chkbox).prop('checked', false); // } // }); // $('#btnFilterByTreatType').trigger('click'); // $("#btnClearAllFilters").css("display", "none"); //}); function RemoveTreatment(treatId) { $('input:checkbox.filterByTreatType').each(function () { if (this.checked) { if (treatId == ($(this).data("id"))) { var chkbox = (this).id; $("#" + chkbox).prop('checked', false); } } }); $('#btnFilterByTreatType').trigger('click'); } function RemoveBrand(treatId) { $('input:checkbox.filterByProduct').each(function () { if (this.checked) { if (treatId == ($(this).data("id"))) { var chkbox = (this).id; $("#" + chkbox).prop('checked', false); } } }); $('#btnFilterByBrand').trigger('click'); } function RemoveBodyArea(treatId) { $('input:checkbox.filterByBodyArea').each(function () { if (this.checked) { if (treatId == ($(this).data("id"))) { var chkbox = (this).id; $("#" + chkbox).prop('checked', false); } } }); $('#btnFilterByBodyArea').trigger('click'); } function getTreatmentType(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, isPaging, pageNo) { pageNo = isPaging == true ? pageNo : 1; var requestModel = { Treatment: null, FilterByTreatmentTypeId: filterByTreatmentTypeId, FilterByBodyArea: filterByBodyArea, FilterByProducts: filterByProducts, PageNo: pageNo, PageSize: filterPanelPageSize }; post('/findanexpert/GetTreatmentTypes', requestModel, function (result) { if (isPaging) { $("#divEightTreatment").append(result.treatTypesHtml); } else { $("#div-filter-treat-type").html(result.treatTypesHtml); } if (result.moreRecords == false) { $("#btnShowMoreTreatType").hide(); //$("#btnShowMoreTreatType").removeClass("cursor-pointer"); } else { $("#btnShowMoreTreatType").show(); } }, function (err) { console.log(err); }); } function getBodyArea(filterByTreatmentTypeId, filterByBodyArea, filterByProducts, isPaging, pageNo) { pageNo = isPaging == true ? pageNo : 1; var requestModel = { Treatment: null, FilterByTreatmentTypeId: filterByTreatmentTypeId, FilterByBodyArea: filterByBodyArea, FilterByProducts: filterByProducts, PageNo: pageNo, PageSize: filterPanelPageSize }; post('/findanexpert/GetBodyAreas', requestModel, function (result) { if (isPaging) { $("#divEightBodyArea").append(result.bodyAreaHtml); } else { $("#div-filter-bodyarea").html(result.bodyAreaHtml); } if (result.moreRecords == false) { $("#btnShowMoreBodyArea").hide(); //$("#btnShowMoreBodyArea").removeClass("cursor-pointer"); } else { $("#btnShowMoreBodyArea").show(); } }, function (err) { console.log(err); }); } function getBrands(isPaging, pageNo) { pageNo = isPaging == true ? pageNo : 1; var requestModel = { PageNo: pageNo, PageSize: filterPanelPageSize }; post('/findanexpert/GetBrandsMaster', requestModel, function (result) { if (isPaging) { $("#divEightBrand").append(result.brandHtml); if (result.moreRecords == false) { $("#btnShowMoreBrands").prop('disabled', true); $("#btnShowMoreBrands").removeClass("cursor-pointer"); } } else { $("#div-filter-brand").html(result.brandHtml); } if (result.moreRecords == false) { $("#btnShowMoreProductBrands").hide(); } else { $("#btnShowMoreProductBrands").show(); } }, function (err) { console.log(err); }); } //by priyanka waghmare dated as 11-10-19 function GetExpertPracticeListOnToggle() { //debugger; pgNo = 1; var frmValues = $("#frmPrationerSearch").serialize(); // taB EXPERT /PRACTICE if ($('#tabExpertPractice').is(':checked')) { practiceExpertFlag = 'Practice'; toggleClick = "true"; } else { practiceExpertFlag = 'Expert'; toggleClick = "true"; } //$("#txtTreatments").val(""); //$("#txtExperts").val(""); //$("#txtLocation").val(""); //pgNo++; var additionalData = { PageSize: pgSize, PageNo: pgNo, PracticeExpertFlag: practiceExpertFlag, UserId: null, toggleClick: toggleClick, }; var postData = frmValues + $.param(additionalData); post('/findanexpert/SearchResult', postData, function (result) { $('#search-result').html(''); $("#search-result").append(result.data); }); } function SetPageNo() // by rakesh { // by rakesh //debugger; pgNo = 1; // by rakesh } // by rakesh var centerLat; var centerLong; var addressName; function ShowMapForLocation(latitude, longitude, location) { //debugger; //markerss = []; centerLat = parseFloat(latitude); centerLong = parseFloat(longitude); addressName = location; //lat = centerLat; //lng = centerLong; //MapInitializeForLocation(); MapInitialize(); } function MapInitializeForLocation() { var myLatLng = { lat: centerLat, lng: centerLong }; var mapProp = { center: new google.maps.LatLng(centerLat, centerLong), zoom: 15, styles: MapStyler(), fullscreenControl: false, draggable: false, options: { zoomControl: false, mapTypeControl: false, scaleControl: false, streetViewControl: false, rotateControl: false, } }; map = new google.maps.Map(document.getElementById("onMapImage"), mapProp); marker = new google.maps.Marker({ position: myLatLng, map: map, title: '', draggable: false, // icon: '../images/Map/BlackMarker.png', }); } // by rakesh function ClearAllFilters() { //$("#txtLocation").val(''); //$("#txtTreatments").val(''); //$("#txtExperts").val(''); // commented by rakesh //$("#hidUserId").val(''); //$("#hidBusinessId").val(''); //$("#hidUserType").val(''); //$("#hidBussinessName").val(''); //$('#hdnSelectedTreatValue').val(''); //$("#txtTreatments").val(''); // by rakesh //$("#txtExperts").val(''); // by rakesh //$("#txtLocation").val(''); // by rakesh // commented by rakesh getTreatmentType([], [], [], false, pageNoTreaType); getBodyArea([], [], [], false, pageNoBodyArea); getBrands(false, pageNoBrand); $('input:checkbox.filterByTreatType').each(function () { if (this.checked) { var chkbox = (this).id; $("#" + chkbox).prop('checked', false); } }); $('input:checkbox.filterByProduct').each(function () { if (this.checked) { var chkbox = (this).id; $("#" + chkbox).prop('checked', false); } }); $('input:checkbox.filterByBodyArea').each(function () { if (this.checked) { var chkbox = (this).id; $("#" + chkbox).prop('checked', false); } }); $('#btnFilterByTreatType').trigger('click'); $("#btnClearAllFilters").css("display", "none"); } // by rakesh //var largeIcon = { // url: websiteURL + "images/Map/blue.png", // scaledSize: new google.maps.Size(48, 48) //} function selectMarker(storeId, status) { //debugger //alert("enter"); //alert(storeId); //alert(status); var i, len, marker; // Find the correct marker to change based on the storeId. //for (i = 0, len = markerss.length; i < len; i++) { // if (markerss[i].storeId == storeId) { // marker = markerss[i]; // if (status == "start") { // marker.setIcon(largeIcon); // } else { // marker.setIcon(regIcon); // } // } //} for (var j = 0; j < markerss.length; j++) { if (markerss[j].id == storeId) { if (status == "start") { //markerss[j].setIcon(largeIcon); markerss[j].setAnimation(google.maps.Animation.BOUNCE); //markerss[j].setIcon(websiteURL + "images/Map/AA-Decline.png"); } else { markerss[j].setIcon(websiteURL + "images/Map/AA-Growth.svg"); //markerss[j].setAnimation(google.maps.Animation.DROP); markerss[j].setAnimation(null); } } else { markerss[j].setIcon(websiteURL + "images/Map/AA-Growth.svg"); //markerss[j].setAnimation(google.maps.Animation.DROP); markerss[j].setAnimation(null); } } } //google.maps.event.addListener(map, 'dragend', function() { // alert("map change"); //}) //google.maps.event.addListener(marker, 'dragend', function () { // alert("map changedddd"); //})
    LONDON COSMETIC CLINIC PHOTOS

    Find ZO - ZO Skin Health (37)

    Video call in-progress

    Do you still wish to continue as you have already Joined?

    Find ZO - ZO Skin Health (38)

    Manage Cookies

    • Your Privacy
    • Strictly Necessary Cookies
    • Performance Cookies
    • Social Media Cookies
    • Targeting Cookies
    • Functional Cookies

    Your Privacy

    When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.

    Strictly Necessary Cookies

    These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.

    Performance Cookies

    These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.

    Social Media Cookies

    These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools.

    Targeting Cookies

    These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.

    Functional Cookies

    These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.

    Find ZO - ZO Skin Health (2025)

    References

    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Virgilio Hermann JD

    Last Updated:

    Views: 5387

    Rating: 4 / 5 (41 voted)

    Reviews: 80% of readers found this page helpful

    Author information

    Name: Virgilio Hermann JD

    Birthday: 1997-12-21

    Address: 6946 Schoen Cove, Sipesshire, MO 55944

    Phone: +3763365785260

    Job: Accounting Engineer

    Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

    Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.