I am doing a magento customaization site,I am new to magento . My product has model type and model version.I want to pass model type and version to cart page and checkoutpage, So i decided to store the two field in cart table where should i found the cart insertion code for magento and how can i add these two fields in cart table? please anybody help!
I have tried the below code in addAction() of Mage/checkout/controllers/cartcontroller.php to post the extra fields.
$postData = Mage::app()->getRequest()->getPost();
