How can I add some custom field in odoo eCommerce website Shopping cart table
I want to add custom fields like following image
Solution
Inherit website_sale.cart_lines in odoo 9 or website_sale.cart in odoo8 ,either use positionreplace or after/before like <xpath expr="//tbody" position="replace">
and put your code in the xpath(update tr and td).