on 2018 Apr 19 3:06 AM
Dear Experts, I would like to know if there is any option OOTB for adding comments at checkout by product (position). If not how can I add a field at checkout....? Best Regards. David Cortés.
Request clarification before answering.
Hi experts, I found a better solution OOB... You may add the extensions: After that, ant clean all and update system.... Then you will be able to create a "Configurable Category". In Genera --> Configuration create a new Configured Product. Assign this Category to a product and sync to online. Then a new button call "Configuration" will appear in the product assigned to the category. Click and you will see the new field created. Best Regards. .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the comment field already exists in the CartEntryModel and OrderEntryModel since it is an extension of the ItemModel setComments or you can create a new string field in the AbstractOrderEntryModel object
You must then edit the Data objects by adding the comment field; In the checkout you must add a field and map it with the comment field of the Data object; When mapping from Data to Model, create a CommentModel list and populate it with the contents of the comment field of the Data object or if you have created a new field, copy the value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.