如何为 adminhtml 设置付款 info.phtml ...
像为前端设置......这样的东西
class Ks_Gippayment_Block_Info extends Mage_Payment_Block_Info
{
protected function _construct()
{
parent::_construct();
$this->setTemplate('ks/info.phtml');
}
感谢:D
如何为 adminhtml 设置付款 info.phtml ...
像为前端设置......这样的东西
class Ks_Gippayment_Block_Info extends Mage_Payment_Block_Info
{
protected function _construct()
{
parent::_construct();
$this->setTemplate('ks/info.phtml');
}
感谢:D