Magento Coupon.phtml 不工作

Magento Coupon.phtml does not work

coupon.phtml 已从 Magento 文件中删除。我从 GitHub:

下载

Coupon.phtml

然后我修改cart.phtml如下:

<th class="a-center" colspan="<?php echo $mergedCells; ?>">
  <span class="nobr">
    <?php echo $this->__('Coupon') ?>
  </span>
</th>

但是没用。

您会注意到文件与删除的文件相同,以及为什么需要修改 cart.phtml?。我更喜欢下载正确版本的 magento 文件,然后 copy/paste 删除的文件