adminhtmlの支払いinfo.phtmlを設定する方法..。
フロントエンドのセットのように...このようなもの
class Ks_Gippayment_Block_Info extends Mage_Payment_Block_Info
{
protected function _construct()
{
parent::_construct();
$this->setTemplate('ks/info.phtml');
}
ありがとう
adminhtmlの支払いinfo.phtmlを設定する方法..。
フロントエンドのセットのように...このようなもの
class Ks_Gippayment_Block_Info extends Mage_Payment_Block_Info
{
protected function _construct()
{
parent::_construct();
$this->setTemplate('ks/info.phtml');
}
ありがとう