注意: カスタムセットアップ後に特定のファイルに変更を加えたり、easyPointsのコードを消去されますと、アプリが正常に作動しないことがございます。
ファイル
以下のファイルは、EasyPointsにより自動でアップデートされます。ファイルの編集や、消去はお控えください。
assets/easy_points.jsassets/easy_points.cssassets/easy_points_integration.jsassets/easy_points_integration.csssnippets/easy_points.liquidsnippets/easy_points_bonus.liquidsnippets/easy_points_widget.liquidsnippets/redemption_form.liquid
コード
layout/theme.liquidなどのファイルに含まれた、以下のコードは消去しないで下さい。
{%- comment -%} START EASYPOINTS - DO NOT MODIFY! 変更しないでください! INFO @ https://bit.ly/2Dn7ESM {%- endcomment -%}
{%- if shop.metafields.loyalty['stealth_mode'] == "false" -%}
{{ 'easy_points.css' | asset_url | stylesheet_tag }}
{{ 'easy_points.js' | asset_url | script_tag }}
{%- endif -%}
{%- comment -%} END EASYPOINTS {%- endcomment -%}
{%- comment -%} START EASYPOINTS - DO NOT MODIFY! 変更しないでください! INFO @ https://bit.ly/2Dn7ESM {%- endcomment -%}
{%- if request.page_type == 'cart' -%}
{{ 'option_selection.js' | shopify_asset_url | script_tag }}
{%- endif -%}
{%- comment -%} END EASYPOINTS {%- endcomment -%}
{%- comment -%} START EASYPOINTS - DO NOT MODIFY! 変更しないでください! INFO @ https://bit.ly/2Dn7ESM {%- endcomment -%}
{%- if shop.metafields.loyalty['stealth_mode'] == "false" -%}
{{ 'easy_points_integration.css' | asset_url | stylesheet_tag }}
{{ 'easy_points_integration.js' | asset_url | script_tag }}
{%- endif -%}
{%- comment -%} END EASYPOINTS {%- endcomment -%}
{%- comment -%} START EASYPOINTS - DO NOT MODIFY! 変更しないでください! INFO @ https://bit.ly/2Dn7ESM {%- endcomment -%}
{%- if shop.metafields.loyalty['stealth_mode'] == "false" -%}
{% include 'easy_points' %}
{% include 'easy_points_widget' %}
{%- endif -%}
{%- comment -%} END EASYPOINTS {%- endcomment -%}
プログラミング経験者でない限りshop.metafields.loyalty['stealth_mode'] が含まれている IF-ステイトメントなど囲いの中のコードや、コメント内のコードを編集すると、アプリの誤作動の要因になりますのでお控え下さい。
例:
{%- comment -%} START EASYPOINTS - DO NOT MODIFY! 変更しないでください! INFO @ https://bit.ly/2Dn7ESM {%- endcomment -%}
{%- if shop.metafields.loyalty['stealth_mode'] == "false" -%}
<EasyPoints関連コード>
{%- endif -%}
{%- comment -%} END EASYPOINTS {%- endcomment -%}
テーマ
弊社でセットアップ作業を行なったテーマ以外のテーマには、easyPointsの関連ファイルやアセットファイルが含まれておりませんので、変更されるとeasyPointsの機能は使用いただけなくなります。万が一不具合が生じた場合には弊社カスタマーサポート: easypoints@lunaris.jpまでお問い合わせください。
アプリ
カートの仕様や、チェックアウトの流れに変更を加えるタイプのアプリをインストールした場合、easyPointsのセットアップに影響し、不具合が発生する可能性があります。