Add comment box to each product in Magento Cart
Adding a custom comment box for each item in the cart is actually very easy. First lets add the textarea field for each item. open file: template/checkout/cart.phtml Add the new heading along with other heading for cart items. [php]
[/php] Open file: template/checkout/cart/item/default.phtml Add a new column [php]