0
votes

I am new to magento. I have to develop a module which allows the customer to enter comments in the product view page. This comment has to be further displayed in the cart and also in the order.Pls tell me how the comments entered by customer in a textarea in the product view page can be stored in the sales_flat_quote_item and can be further retrieved and displayed in the cart. TIA.

2

2 Answers

3
votes

You can use a text area custom option.

0
votes

Magento Provide custom options, So you can add one custom options and field type text-area

Thus this custom option is display in your product page and if customer can fill in the comment area customer comment can display in your cart page and on in checkout page and in order details also.