Skip to content
New issue

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

Checkbox2 at Checkout not required #29

Closed
johwebserv opened this issue Jul 6, 2016 · 1 comment
Closed

Checkbox2 at Checkout not required #29

johwebserv opened this issue Jul 6, 2016 · 1 comment

Comments

@johwebserv
Copy link

johwebserv commented Jul 6, 2016

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.

@frostblogNet
Copy link
Member

We will close this issue from 2016. Feel free to reopen if it is relevant.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants