我看到 app\design\frontend\base\default\template\catalog\product\view.phtml 文件中有以下代码:
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
是否有执行此操作的文件action="<?php echo $this->getSubmitUrl($_product) ?>"
?
什么文件?