Skip to content

Instantly share code, notes, and snippets.

@ihorduchenko
Created July 18, 2023 13:09
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 ihorduchenko/d91a5670ffdfd572671edccc1f2e482d to your computer and use it in GitHub Desktop.
Save ihorduchenko/d91a5670ffdfd572671edccc1f2e482d to your computer and use it in GitHub Desktop.
Detect order status page (Thank you page) in Shopify checkout
{%- assign is_thank_you_page = false -%}
{%- if checkout_html_classes contains 'page--thank-you' -%}
{%- assign is_thank_you_page = true -%}
{%- endif -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment