Shopify / Shopify/liquid

Thinkific - Add required checkbox for checkout - doesnt work

Open
#1,465 12 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Ruby
Stars
11.9k
Forks
1.5k
Avg merge
17h 55m
Merged PRs (30d)
3

Description

For German law, i need a required CheckBox in the purchase process. But when I add this code, the checkbox is still optional. Maybe you guys can help :) Thank you in advance

<!--MY CUSTOM CODE FOR CHECKBOX--> <div> <input type="checkbox" id="{{ field.name }}" name="{{ field.name }}" value="{{ field.value }}" required class="form__control" aria-describedby="{{ field.name }}-error" /> <label for="{{ field.name }}"> <!--{{ field.label }}--> Mit meinem Kauf stimme ich zu und verlange ausdrücklich, dass Andreas Marcel Fischer vor Ablauf der Widerrufsfrist mit der Ausführung des Vertrags beginnt. Mir ist bewusst, dass ich dadurch bei Download-/Streamingprodukten und digitalen Inhalten mit Beginn der Ausführung des Vertrages und bei Dienstleistungen bei vollständiger Erfüllung des Vertrages mein Widerrufsrecht verliere </label>
`

  • {{ 'checkouts.new.list_item_1' | translate }}
  • {{ 'checkouts.new.list_item_2' | translate }}

{{ 'liquid.partials.checkout_form.header_complete_your_purchase' | translate }}

{{ page.checkout_form }}

{% schema %}
{
"label":"Default",
"description":"This is a default section — the foundation of your Thinkific site. While this section is not editable, you can customize this page by adding new sections.",
"settings":[]
}

{% endschema %}

`

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides custom checkout HTML and a Thinkific template snippet, but names no repository file, test, or Liquid entry point. Start by clarifying whether Shopify Liquid is expected to change or whether this is Thinkific-specific, then define a reproducible failure and a clear completion check.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.