Magento – Is it possible to add a check box to the terms and conditions when registering

magento-1.8magento-communityregister

Is it possible to add a check box to the terms and conditions when registering in this page (/customer/account/create/) ?

Best Answer

What you need to do is:

  1. Add the terms attribute via a set-up script, unless you already have this attribute.
  2. Update your template to show the new checkbox and make it match your design,
  3. If you make this attribute used in registration form then it should save after these two changes,