tim10 Posted June 13, 2016 Share Posted June 13, 2016 Hello I would like to know how make the customer accept the terms and conditions during the registration. I mean make him check the box to accept it with a link/text "the terms and condition". Thank you in advance ! Link to comment Share on other sites More sharing options...
Guest Posted June 14, 2016 Share Posted June 14, 2016 The only way is for the customer to actually click the checkbox because there are javascript events attached to it to display the payment buttons. you could do checked="checked" if you want it checked by default and then already show the payment buttons by unhiding them for example. Link to comment Share on other sites More sharing options...
tim10 Posted June 17, 2016 Author Share Posted June 17, 2016 Thank you for you answer, the thing is that I want to have the term and use checking during the registration and not during the purshase Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2016 Share Posted June 17, 2016 pseudo: {if (page = x)}checked=checked{/if} you could do it like this, not sure how else Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now