In product.tpl,I have to send some information (textfield) of the product form to the Cart.php, but it seems that the $_POST variable (or Tools::getValue) is empty, so I think that the php file is another.
The "action" attribute of product.tpl is
$link->getPageLink('cart')
but actually, I don't know the exact php file.
Do you know which php file is?