我已经在magento 1.9中创建了一种付款方式。 一切都会在admin和checkout上显示。我选择付款方式单选按钮的那一刻,该阻止表单不会出现。 下面的Block / form / Accountpayment.php代码
//Template to the form which will be displayed at checkout
/**
*
*/
protected function _construct()
{
parent::_construct();
$this->setTemplate('accountpayment/form/accountpayment.phtml');
}
请告知。
感谢