We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
we have a fresh install of the german-checkout with magesetup2. The second checkbox for "Widerrufsbelehrung" isn't required but in the source it is:
<div class="checkout-agreement"> <input type="checkbox" data-bind="attr: { 'id': 'agreement_' + agreementId, 'name': 'agreement[' + agreementId + ']', 'value': agreementId }" data-validate="{required:true}" id="agreement_2" name="agreement[2]" value="2"> <label data-bind="attr: {'for': 'agreement_' + agreementId}" for="agreement_2"> <button type="button" class="action action-show" data-bind="click: function(data, event) { return $parent.showContent(data, event) }"> <span data-bind="html: checkboxText">Ich habe die Widerrufsbelehrung gelesen.</span> </button> </label> </div>
The User can submit the checkout-form when the first checkbox "AGB" is checked.
The text was updated successfully, but these errors were encountered:
We will close this issue from 2016. Feel free to reopen if it is relevant.
Thanks
Sorry, something went wrong.
No branches or pull requests
Hello,
we have a fresh install of the german-checkout with magesetup2. The second checkbox for "Widerrufsbelehrung" isn't required but in the source it is:
<div class="checkout-agreement"> <input type="checkbox" data-bind="attr: { 'id': 'agreement_' + agreementId, 'name': 'agreement[' + agreementId + ']', 'value': agreementId }" data-validate="{required:true}" id="agreement_2" name="agreement[2]" value="2"> <label data-bind="attr: {'for': 'agreement_' + agreementId}" for="agreement_2"> <button type="button" class="action action-show" data-bind="click: function(data, event) { return $parent.showContent(data, event) }"> <span data-bind="html: checkboxText">Ich habe die Widerrufsbelehrung gelesen.</span> </button> </label> </div>
The User can submit the checkout-form when the first checkbox "AGB" is checked.
The text was updated successfully, but these errors were encountered: