1

如何为 adminhtml 设置付款 info.phtml ...

像为前端设置......这样的东西

class Ks_Gippayment_Block_Info extends Mage_Payment_Block_Info
{


protected function _construct()
{
    parent::_construct();
    $this->setTemplate('ks/info.phtml');
}

感谢:D

4

1 回答 1

1

这段代码也将完成 adminhtml 的工作。只需确保存在以下模板:

app/design/adminhtml/base/default/template/ks/info.phtml
于 2012-11-06T12:59:20.060 回答