我有自定义付款模块。 我发现在onetepheckout中这是呈现付款方式表单的方式:
<?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-&gt; getPaymentMethodFormHtml($ _ method)为FALSE。为什么? 请帮帮我,
答案 0 :(得分:0)
检查你的后端,
system > configuration > sales > payment methods
启用了哪种方法?
如果没有启用,它将返回 FALSE 。