I would like to add some custom options and fields (checkboxes, text areas, text fields) to the Order Review step of the checkout process. These should be stored with the order. How can I achieve this?
I assume I need to create the attributes to show on the Order Review page, but as I am not very experienced with Magento, I am not sure how I would do this and would appreciate help.
Hi @LordClick
Please follow the links, they will help you out:
Thanks dhirenvasoya.
The first link looks good, but unfortunately i am not well versed in programming Magento and how to set up modules and deal with observers etc. Would you maybe be able to elaborate on the steps in the first answer at http://magento.stackexchange.com/questions/4478/adding-custom-fields-to-review-form, i.e. the missing part of how to create that module?
Try this tutorial to add field in checkout page - Tutorial link
You can also add multiple types of fields by using Magento add attribute to order extension.
You can view video here to learn more about this extension - https://www.youtube.com/watch?v=4pa2itgEtck
You can also use this extension to add different types of fields to the checkout page https://www.magentocommerce.com/magento-connect/order-attributes-by-amasty.html
Available field types: text field, dropdown, checkboxes, dependable dropdowns, date with time, radio buttons and many others.