Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created July 14, 2021 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kurozumi/e009822e2b2a26d4a9ebfa97a87147b6 to your computer and use it in GitHub Desktop.
Save kurozumi/e009822e2b2a26d4a9ebfa97a87147b6 to your computer and use it in GitHub Desktop.
会員グループ管理::会員登録アドオン for EC-CUBE4で指定したパラメータ付きのURLで新規会員登録ページにアクセスすると新規会員登録完了時に会員グループが付与されるカスタマイズ方法
{% if app.request.get('type') == 'entry' or app.request.method == 'POST' %}
{{ include('@CustomerGroupEntry/default/Entry/hidden.twig', ignore_missing=true) }}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment