Mar 26, 2020
Hello, I have a few questions about ERASE PERSONAL DATA. Is it possible to put a button on the front My Page by adjusting the liquid? Is it possible to run it with the API? ...
No content to show
User Activity
let shopify_features_script = document.querySelector("script[id='shopify-features']");
let shopify_features_json = JSON.parse(shopify_features_script.innerHTML);
var headers = {
'Accept': 'application/json',
'Content-Type': 'application/json',
'au...
07-09-2021
私のストアでは、チェックアウトでアカウント作成を必須にしており、カート画面から決済に遷移する際にストアにログインしている必要があります。Apple payで決済をし、連絡先のメールアドレスを、ログインしているアカウントと別のものにすると、Apple payの連絡先に基づいてアカウントが作成されているようですApple payを使った場合でも、ログインしているアカウントに注文履歴が残るのが理想なのですが、設定によって可能なものでしょうか?Apple payを使った場合は難しいのでしょうか? よろし...