カスタム支払いモジュールがあります。onestepheckout で、これが支払い方法フォームのレンダリング方法であることがわかりました。
<?php if ($html = $this->getPaymentMethodFormHtml($_method)): ?>
<dd id="container_payment_method_<?php echo $_code; ?>" class="payment-method" <?php if(!$this->getSelectedMethodCode()==$_code || !($hide_nonfree_methods && $_code == 'free')): ?> style="display:none"<?php endif; ?>>
<?php echo $html; ?>
</dd>
したがって、私のメソッド $this->getPaymentMethodFormHtml($_method) は FALSE です。どうして?私を助けてください、