데이터 수정
계정 데이터가 정확하지 않은 경우 아래 링크를 사용하여 업데이트할 수 있습니다.
데이터 이식성
아래 링크를 사용하여 당사가 저장하고 매장에서 더 나은 경험을 위해 사용하는 모든 데이터를 다운로드할 수 있습니다.
개인 데이터에 대한 접근
아래 링크를 사용하여 당사가 귀하를 위해 저장하는 모든 개인 정보가 포함된 보고서를 요청할 수 있습니다.
내 개인 정보를 판매하지 마십시오
귀하는 귀하의 개인정보 수집 또는 판매에 동의하지 않는다는 요청서를 제출하실 수 있습니다.
잊혀질 권리
당사 스토어에서 귀하의 개인 및 기타 데이터를 제거하려면 이 옵션을 사용하십시오. 명심하세요 이 프로세스를 수행하면 귀하의 계정이 삭제되므로 더 이상 해당 계정에 액세스하거나 사용할 수 없습니다..
I give my consent on collecting my email and IP address for the purpose of processing this request. For more check Privacy Policy.
'; var ccpaSendRequest = function(callback) { $.ajax({ url: 'https://www.cloudflare.com/cdn-cgi/trace', method: 'GET', success: function(resp) { if (!resp.error) { let ipInfo = resp; let ipRegex = /[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}/ let ipAddress = ipInfo.match(ipRegex)[0]; $.ajax({ url: 'https://gdpr.apps.isenselabs.com/gdprRequests/submitRequest', method: 'POST', data: { shop: Shopify.shop, email: email, type: type, sourceOfRequest: 2, ipAddress: ipAddress, consentGiven: consentGiven, lang: Shopify.locale ? Shopify.locale : '', gtranslateLang: isenseGDPR.Cookies.get('googtrans') ? isenseGDPR.Cookies.get('googtrans') : '' }, success: function(resp) { if (!resp.error) { ccpaSlideUpAll(); alert('Your request has been submitted successfully. Please check your email for more information.'); } else { alert(resp.message); } if (typeof callback == 'function') { callback(resp); } } }); } else { alert(resp.message); } } }); } $(document).ready(function() { let searchParams = new URLSearchParams(window.location.search); let param = searchParams.get('id'); if(param) { document.getElementById(param).scrollIntoView(); } //Append modal to body, because otherwise it will not stay centered(even if position is fixed) $("body").append(verificationModalContent); // When the user clicks on (x), 모달을 닫습니다 $('.data-verification-close:first').on('click', function(e) { e.preventDefault(); closeVerificationModal(); }); $('#data-verification-icon, #data-verification-container p').on('click', function(e) { e.preventDefault(); // href의 클릭을 덮어쓰기 때문에 감지합니다. if ($(e.target).is("a")) { window.open(e.target.href, '_blank'); return; } $('#data-verification-icon').addClass("clicked "); setTimeout(()=>{ $("#data-verification-modal").fadeOut(); $('#data-verification-Background .loading').css('display', 'inline-block '); 동의Given = true; ccpaSendRequest(function(resp) { 동의Given = false; closeVerificationModal(); }); }, 400); }); }); function openVerificationModal(){ $("#data-verification-modal").css("display", "block") $('#data-verification-Background').css("display", "block"); } function closeVerificationModal(){ $('#data-verification-Background').fadeOut(); $('#data-verification-icon').removeClass("clicked"); $('#data-verification-Background .loading').css('display', 'none'); } $('#btn-ccpa-edit-account-request').on('click', function(e) { e.preventDefault(); ccpaSlideUpAll(); $('#form-ccpa-edit-account- request').slideDown(200); $(this).attr("aria-expanded", "true"); }); $('#form-ccpa-edit-account-요청 양식 입력[type=submit]').on('click', function(e) { e.preventDefault(); email = $('#form-ccpa- 계정 편집 요청 양식 input[name=email]').val(); type = 'customer/edit'; openVerificationModal(); }); $('#btn-ccpa-requests-request, #btn-ccpa-개인-정보-요청, #btn-ccpa-orders-request').on('click', function(e) { e.preventDefault() ; ccpaSlideUpAll(); 유형 = ''; switch($(this).attr('id')) { 사례 'btn-ccpa-requests-request': 유형 = '고객/요청'; 중단; 사례 'btn- ccpa-personal-information-request': 유형 = '고객/개인_정보'; 중단; 사례 'btn-ccpa-orders-request': 유형 = '고객/주문'; 중단; } $('#form-ccpa-data -계정 요청 양식 input[name="request_type"]').val(type); $('#form-ccpa-data-account-request').slideDown(200); $(this).attr(" 아리아 확장", "true"); }); $('#form-ccpa-data-account-요청 양식 입력[type=submit]').on('click', function(e) { e.preventDefault(); email = $('#form-ccpa- 데이터 계정 요청 양식 input[name=email]').val(); type = $('#form-ccpa-data-account-요청 양식 입력[name="request_type"]').val(); openVerificationModal(); }); $('#btn-ccpa-개인-데이터-보고서-요청').on('클릭', function(e) { e.preventDefault(); ccpaSlideUpAll(); $('#form-ccpa-개인-데이터 -report-request').slideDown(200); $(this).attr("aria-expanded", "true"); }); $('#form-ccpa-personal-data-report-요청 양식 입력[type=submit]').on('click', function(e) { e.preventDefault(); email = $('#form- ccpa-개인-데이터-보고서-요청 양식 input[name=email]').val(); type = 'customer/report'; openVerificationModal(); }); $('#btn-ccpa-do-not-sell-request').on('click', function(e) { e.preventDefault(); ccpaSlideUpAll(); $('#form-ccpa-do-not -sell-request').slideDown(200); $(this).attr("aria-expanded", "true"); }); $('#form-ccpa-do-not-sell-request 양식 입력[type=submit]').on('click', function(e) { e.preventDefault(); email = $('#form- ccpa-do-not-sell-요청 양식 input[name=email]').val(); type = 'customer/do-not-sell'; openVerificationModal(); }); $('#btn-ccpa-delete-account-request').on('click', function(e) { e.preventDefault(); ccpaSlideUpAll(); $('#form-ccpa-delete-account-request ').slideDown(200); $(this).attr("aria-expanded", "true"); }); $('#form-ccpa-delete-account-요청 양식 입력[type=submit]').on('click', function(e) { e.preventDefault(); email = $('#form-ccpa- 계정 삭제 요청 양식 input[name=email]').val(); type = 'customer/delete'; openVerificationModal(); }); // ]]>